[Home]

Summary:ASTERISK-06562: On SIP subscribe for the call completion function Asterisk returns a "489 Bad Event" (#6728)
Reporter:sebb (sebb)Labels:
Date Opened:2006-03-17 06:02:23.000-0600Date Closed:2006-03-18 04:01:44.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Subscriptions
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The bug reported in ASTERISK-6551 still exists, the fix does not work properly.

- eventparam = strchr(event, ";");
+ eventparam = strchr(event, ';');

in chan_sip.c will fix it.
Comments:By: Serge Vecher (serge-v) 2006-03-17 10:53:49.000-0600

Please update to the latest svn release. This was done in 13206 http://lists.digium.com/pipermail/svn-commits/2006-March/011386.html