Re: [SR-Users] dlg_set_timeout bye to websockets client

2017-02-08 Thread Switch168
gt; > Cheers, > Daniel > > On 29/01/2017 19:21, Switch168 wrote: > > Hi Daniel, > > > For anyone else who might run into this issue I found > https://github.com/kamailio/kamailio/issues/85 to be related to mine. And > its a good a starting point. > > Cheers > Andre

Re: [SR-Users] dlg_set_timeout bye to websockets client

2017-01-29 Thread Switch168
Hi Daniel, For anyone else who might run into this issue I found https://github.com/kamailio/kamailio/issues/85 to be related to mine. And its a good a starting point. Cheers Andrew On Fri, Jan 27, 2017 at 10:47 AM Switch168 wrote: > HI Daniel, > > modparam("dialog&q

Re: [SR-Users] dlg_set_timeout bye to websockets client

2017-01-27 Thread Switch168
HI Daniel, modparam("dialog", "dlg_flag", 4) modparam("dialog", "send_bye", 1) modparam("dialog", "timeout_noreset", 1) So regular bye's by useragent i can succesfully relay to this style of uri by using this snippet below # Handle requests within SIP dialogs route[WITHINDLG] { if(is_method("

[SR-Users] dlg_set_timeout bye to websockets client

2017-01-26 Thread Switch168
Hello, Just wondering if it's possible to intercept the bye message that dlg_set_timeout sends out to do some nat_helper function to fix it so the bye can be sent to random.invalid uris. I know there is the edge proxy outbound module but wondering if I can do it without. Regular bye between 2 cl