Re: [SR-Users] Dialog / BYE

2011-11-02 Thread Timo Reimann
Hey Brandon, Am 02.11.2011 um 22:13 schrieb Brandon Armstead: > It is not equivalent. Essentially what I see happening is the BYE packet > just comes in - however Kamailio does nothing with it. It is not relayed - > simply nothing at all happens, on a network level I just see the BYE comi

Re: [SR-Users] Dialog / BYE

2011-11-02 Thread Brandon Armstead
Timo, It is not equivalent. Essentially what I see happening is the BYE packet just comes in - however Kamailio does nothing with it. It is not relayed - simply nothing at all happens, on a network level I just see the BYE coming into the Kamailio proxy and zero response or reaction from Kam

Re: [SR-Users] Dialog / BYE

2011-11-02 Thread Timo Reimann
Hey, Am 02.11.2011 um 08:24 schrieb Brandon Armstead: >Some interesting results indeed. If I place the same block of code with > or without dlg_get first then dlg_bye AFTER loose_route -- kamailio ignores > the packet. > > If I place it before loose_route WITH dlg_get FIRST - it works as

Re: [SR-Users] Dialog / BYE

2011-11-02 Thread Brandon Armstead
Timo, Some interesting results indeed. If I place the same block of code with or without dlg_get first then dlg_bye AFTER loose_route -- kamailio ignores the packet. If I place it before loose_route WITH dlg_get FIRST - it works as expected. Sincerely, Brandon Armstead On Tue, Nov 1, 2011 a

Re: [SR-Users] Dialog / BYE

2011-11-01 Thread Timo Reimann
Hey Brandon, Am 02.11.2011 um 00:32 schrieb Brandon Armstead: > Thats correct - however I am calling this before loose_route, perhaps > that is my problem and need for calling dlg_get? Let me give this a go - and > I will respond back with my findings, thanks! Yeah, that should be it -- l

Re: [SR-Users] Dialog / BYE

2011-11-01 Thread Brandon Armstead
Timo, Thats correct - however I am calling this before loose_route, perhaps that is my problem and need for calling dlg_get? Let me give this a go - and I will respond back with my findings, thanks! Sincerely, Brandon Armstead On Tue, Nov 1, 2011 at 4:21 PM, Timo Reimann wrote: > Hey Bran

Re: [SR-Users] Dialog / BYE

2011-11-01 Thread Timo Reimann
Hey Brandon, Am 01.11.2011 um 23:44 schrieb Brandon Armstead: > Thank you for the input - I actually just figured out a resolution. > > Apparently dlg_bye("all") must be called after dlg_get - so what I'm doing > now is simply checking for request with a special request uri with the callid

Re: [SR-Users] Dialog / BYE

2011-11-01 Thread Brandon Armstead
Timo, Thank you for the input - I actually just figured out a resolution. Apparently dlg_bye("all") must be called after dlg_get - so what I'm doing now is simply checking for request with a special request uri with the callid / from tag / to tag in the request that correlates to the call I d

Re: [SR-Users] Dialog / BYE

2011-11-01 Thread Timo Reimann
Hey Brandon, Am 01.11.2011 um 22:48 schrieb Brandon Armstead: > I am attempting to tear down a call with a BYE packet generated > externally (kind of similar to Kamailio fifo dlg_end_dlg). > > Let me describe what I am trying to do in more depth and then I will continue > to tell you the p

[SR-Users] Dialog / BYE

2011-11-01 Thread Brandon Armstead
Hello, I am attempting to tear down a call with a BYE packet generated externally (kind of similar to Kamailio fifo dlg_end_dlg). Let me describe what I am trying to do in more depth and then I will continue to tell you the problem I think I am experiencing. [PSTN SIP Proxy] -> [CORE SIP Pro