[Home]

Summary:ASTERISK-03716: [patch] RECAP OF #0003799 SUBSCRIBE causes "Internal Server Error" on Polycom
Reporter:khb (khb)Labels:
Date Opened:2005-03-19 22:04:43.000-0600Date Closed:2005-03-20 09:15:23.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Interoperability
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch_polycom_subscribe_error.txt
Description:See  0003799 for problem

The real source of the problem is likely that Asterisk is not checking the event that the Polycom is subscribing to, and just replies with whatever it can match, which is in this case is xpidf xml document.
Try the attached patch to reject any unknown event types.

Comments:By: khb (khb) 2005-03-19 22:17:08.000-0600

Or else turn of subscriptions to events on the phone that your server doesn't support.

patch disclaimed

By: Olle Johansson (oej) 2005-03-20 01:48:36.000-0600

Please check patch in ASTERISK-3564 where I have fixed this and some other issues.

By: Olle Johansson (oej) 2005-03-20 01:49:38.000-0600

I'll add the string handling changes to my patch.

By: Kevin P. Fleming (kpfleming) 2005-03-20 09:15:12.000-0600

The changes in this patch are included in the patch in bug ASTERISK-3613644.