No subject
Sun Jul 19 19:54:31 CDT 2009
To:
<sip:10f2a43020db0a2c787fa67c6c4d279b at 192.168.233.250:5060;transport=udp>
The function in âfind_by_notify_uri_helperâ in file chan_sip.c does a
straight strcmp of the âToâ with the URI it sent in the NOTIFY
(cc-ready).
This match then fails because we have added ';transport=udp'
return !strcmp(agent_pvt->notify_uri, uri) ? CMP_MATCH | CMP_STOP : 0;
agent_pvt->notify_uri =
sip:10f2a43020db0a2c787fa67c6c4d279b at 192.168.233.250:5060
uri =
sip:10f2a43020db0a2c787fa67c6c4d279b at 192.168.233.250:5060;transport=udp
The Asterisk server is NOT extracting the URI correctly from the âToâ
line in the INVITE. So strcmp will always fail.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-11-19 08:40 GeorgeKonopackiNew Issue
2010-11-19 08:40 GeorgeKonopackiAsterisk Version => 1.8.0
2010-11-19 08:40 GeorgeKonopackiRegression => No
2010-11-19 08:40 GeorgeKonopackiSVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list