Re: [SR-Users] Problem with locally generated BYE in dialog timeout.

2014-10-02 Thread Julia Boudniatsky
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

Re: [SR-Users] Problem with locally generated BYE in dialog timeout.

2014-10-02 Thread 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

Re: [SR-Users] Problem with locally generated BYE in dialog timeout.

2014-10-02 Thread Julia Boudniatsky
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

Re: [SR-Users] Problem with locally generated BYE in dialog timeout.

2014-10-01 Thread Seudin Kasumovic
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(

[SR-Users] Problem with locally generated BYE in dialog timeout.

2014-10-01 Thread Julia Boudniatsky
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