Re: [OpenSIPS-Users] [dialog] Can't fetch data in 200 reply route of BYE

2010-03-11 Thread Bogdan-Andrei Iancu
Hi Liu, Ok - the bug is fixed now :) Regards, Bogdan liuf wrote: Yes, you are right. They're the same. Had this bug been fixed yet? It seems still open now. Best Regards, Liu Fan -- Bogdan-Andrei Iancu www.voice-system.ro ___ Users

Re: [OpenSIPS-Users] [dialog] Can't fetch data in 200 reply route of BYE

2010-03-10 Thread Bogdan-Andrei Iancu
Hi, I guess what you are describing is the same as this bug report: https://sourceforge.net/tracker/?func=detailaid=2941492group_id=232389atid=1086410 Am I right ? Regards, Bogdan liuf wrote: I'm sorry. My real question is about where to set dialog pointer to the new transaction of

Re: [OpenSIPS-Users] [dialog] Can't fetch data in 200 reply route of BYE

2010-03-10 Thread liuf
Yes, you are right. They're the same. Had this bug been fixed yet? It seems still open now. Best Regards, Liu Fan -- View this message in context: http://n2.nabble.com/dialog-Can-t-fetch-data-in-200-reply-route-of-BYE-tp4699883p4713459.html Sent from the OpenSIPS - Users mailing list

Re: [OpenSIPS-Users] [dialog] Can't fetch data in 200 reply route of BYE

2010-03-09 Thread Bogdan-Andrei Iancu
Hi Liuf, dlg_onreq() function is intended to be called/used only for initial requests (for the INVITEs creating a dialog). So, this function is not intended to be used for BYE request - the BYE is handled via the dlg_onroute() function which is used for all sequential requests. If you find

Re: [OpenSIPS-Users] [dialog] Can't fetch data in 200 reply route of BYE

2010-03-09 Thread liuf
My actions as below, please help me check: 1. I used fetch_dlg_value function in onreply_route, when opensips received 100/200 reply of INVITE, I can get dialog stored value, but in 200 reply of BYE, I can't get any data. 2. First, I found opensips had not get dialog pointer in

Re: [OpenSIPS-Users] [dialog] Can't fetch data in 200 reply route of BYE

2010-03-09 Thread liuf
I'm sorry. My real question is about where to set dialog pointer to the new transaction of sequential request, so that opensips can retrieve the correct dialog pointer in the correspond reply. My actions as below, please help me check: 1. I used fetch_dlg_value function in onreply_route, when

[OpenSIPS-Users] [dialog] Can't fetch data in 200 reply route of BYE

2010-03-08 Thread liuf
When I used fetch_dlg_value to get data in 200 reply route of BYE, it always empty. I read some source about dialog module, I had discovered some possible mistakes in function dlg_onreq() (file dlg_handles.c)(svn rev 6658)(2010-03-08) When opensips receive 'BYE', current_dlg_pointer must be not