Storing the values in dialog module doesn't help.
I updated headers in event_route[tm:local-request] by subst_hf with saved
dialog variables (uac_replace_to/from has been used in branch route).
Now it's working.
Great! Thank you,
Julia
On Thu, Oct 2, 2014 at 9:11 AM, Daniel-Constantin Mierla
Storing the values in dialog module can be useful, you need to enable it:
- http://kamailio.org/docs/modules/stable/modules/uac.html#uac.p.restore_dlg
But I am not sure if that is making dialog to use them automatically for
BYE requests.
What you can try is to enable event_route[tm:local-requ
We use dialog module in our configuration.
uac_replace_from/to is called after dlg_manage().
>From UAC documentation: "If you create a dialog ( with dlg_manage() )
before calling uac_replace_from(), this avp will not be needed. The values
of the uris will be stored as dialog variables."
And we h
did you try to store original from/to in dialog vars, see
http://kamailio.org/docs/modules/stable/modules/uac.html#uac.p.restore_dlg
On Wed, Oct 1, 2014 at 4:28 PM, Julia Boudniatsky wrote:
> Hello,
> We use dialog module in our configuration.
> uac_replace_from/to is called after dlg_manage(
Hello,
We use dialog module in our configuration.
uac_replace_from/to is called after dlg_manage().
restore_mode is auto.
URIs are modified automatically in all subsequent local requests, exclude
BYE generated in dlg timeout.
In this case original URIs are sent to both caller and calee sides.
If