You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change the sip_to_user in the outbound leg, I've tried to make a Manipulation rule in the inbound leg (as I saw in the code how the manipulations are being applied) but I'm not able to do it.
I can change the sip_from_user but changing the sip_to_user results in a strange bug.
I want to change the
sip_to_user
in the outbound leg, I've tried to make a Manipulation rule in the inbound leg (as I saw in the code how the manipulations are being applied) but I'm not able to do it.I can change the
sip_from_user
but changing thesip_to_user
results in a strange bug.This works:
and adds +34 to the sip_from_user (don't know why it adds the
+
, I do want it so... ).But the same manipulation but for the
sip_to_user
:Results in:
And if the manipulation is just:
nothing changes and
To: <sip:${sip_to_user}@
is being literally sent to the gateway, not changing it value.What I'm missing? Thanks!
The text was updated successfully, but these errors were encountered: