Re: [SR-Users] dialog vars issue

2012-02-09 Thread Jon Bergli Heier
: [SR-Users] dialog vars issue Hello, can you try the patch from the commit: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=390383e2d0dff755ff9f0eb6a6b1fe627dc29949 I had no time to test it, if you report it is working, then it will speed up backporting. Cheers, Daniel On 2

Re: [SR-Users] dialog vars issue

2012-02-09 Thread Daniel-Constantin Mierla
Hello, can you try the patch from the commit: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=390383e2d0dff755ff9f0eb6a6b1fe627dc29949 I had no time to test it, if you report it is working, then it will speed up backporting. Cheers, Daniel On 2/9/12 8:58 AM, Daniel-Const

Re: [SR-Users] dialog vars issue

2012-02-08 Thread Daniel-Constantin Mierla
Hello, back on mailing list ... I think I got it -- the acc record is written when 200 ok for invite is sent out, dialog is processing it before. Therefore dialog structure is updated with to-tag from the reply, but the building of acc record is executed using the INVITE request taken from tr

Re: [SR-Users] dialog vars issue

2012-02-08 Thread Daniel-Constantin Mierla
From: Daniel-Constantin Mierla [mico...@gmail.com] Sent: Wednesday, February 08, 2012 11:39 To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Cc: Jon Bergli Heier Subject: Re: [SR-Users] dialog vars issue (was: no subject) Hello, I will check

Re: [SR-Users] dialog vars issue (was: no subject)

2012-02-08 Thread Jon Bergli Heier
(OpenSER) and SIP Express Router (SER) - Users Mailing List Cc: Jon Bergli Heier Subject: Re: [SR-Users] dialog vars issue (was: no subject) Hello, I will check to see if that commit broke it. What happens if you print with xlog the dialog var just after setting it for INVITE? Also, can you print

Re: [SR-Users] dialog vars issue (was: no subject)

2012-02-08 Thread Daniel-Constantin Mierla
Hello, I will check to see if that commit broke it. What happens if you print with xlog the dialog var just after setting it for INVITE? Also, can you print it in onreply_route for the 200ok of the INVITE? Do you get null or the right value? Cheers, Daniel On 2/6/12 12:28 PM, Jon Bergli Hei