Hi, according to a recent commit in OpenSIPS dialog module it seems that it crashes when trying to match a dialog for a request with no From tag:
http://opensips.svn.sourceforge.net/opensips/?rev=6595&view=rev
I've checked the head version of the module in modules_k an the bug exists:
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip- router;a=blob;f=modules_k/dialog/dlg_hash.h;h=bd1de8717bbfec5fd76a461f251f2bdbc9f5754b;hb=HEAD
I have to play a bit more with Git before commiting something so I'd ask if somebody can fix it :)
Hello,
hmm, missing from tag is forbidden, iirc. Shouldn't the message be better 400 replied?
I have another patch submitted for dialog recently. I will check and fix accordingly.
Cheers, Daniel
On 2/11/10 7:32 PM, Iñaki Baz Castillo wrote:
Hi, according to a recent commit in OpenSIPS dialog module it seems that it crashes when trying to match a dialog for a request with no From tag:
http://opensips.svn.sourceforge.net/opensips/?rev=6595&view=rev
I've checked the head version of the module in modules_k an the bug exists:
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip- router;a=blob;f=modules_k/dialog/dlg_hash.h;h=bd1de8717bbfec5fd76a461f251f2bdbc9f5754b;hb=HEAD
I have to play a bit more with Git before commiting something so I'd ask if somebody can fix it :)
El Jueves, 11 de Febrero de 2010, Daniel-Constantin Mierla escribió:
Hello,
hmm, missing from tag is forbidden, iirc. Shouldn't the message be better 400 replied?
Yes, but it requires manual checking in the script, right? and probably nobody checks that in in-dialog section.
I have another patch submitted for dialog recently. I will check and fix accordingly.
Thanks :)