[Home]

Summary:ASTERISK-16671: New calls generate ambiguous message on the Asterisk console
Reporter:Scott Johnson (globalnetinc)Labels:
Date Opened:2010-09-13 22:28:11Date Closed:2010-11-01 15:28:35
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) debug.zip
Description:on all new calls since update to r286457 a notice is generated.

chan_sip.c:4018 sip_setoption: Unknown option: 9
Comments:By: Paul Belanger (pabelanger) 2010-09-14 00:12:19

We require a complete debug log to help triage the issue.

This document will provide instructions on how to collect debugging logs from an Asterisk machine for the purpose of helping bug marshals troubleshoot an issue:

http://svn.digium.com/svn/asterisk/trunk/doc/HOWTO_collect_debug_information.txt

By: Leif Madsen (lmadsen) 2010-09-14 13:45:21

The information in this issue is not enough to go on. If you could trace exactly which revision number started to cause the issue then perhaps we could do something, but beyond that, you will need to provide information on how to reproduce the issue (i.e. configuration and scenario layout), console and SIP debug information.

By: Scott Johnson (globalnetinc) 2010-09-15 00:23:44

error happens after:

Set("SIP/4065511212-0000002a", "CHANNEL(musicclass)=default") in new stack

the debug log is attached.  It was not an issue with the trunk less than two weeks ago.

By: Paul Belanger (pabelanger) 2010-09-16 13:05:56

I suspect this is a result of ASTERISK-16393

By: Digium Subversion (svnbot) 2010-10-29 16:48:40

Repository: asterisk
Revision: 293305

U   branches/1.8/channels/chan_sip.c

------------------------------------------------------------------------
r293305 | jpeeler | 2010-10-29 16:48:39 -0500 (Fri, 29 Oct 2010) | 9 lines

Modify sip_setoption to not complain about unknown options.

This now behaves just like the other setoption callbacks. For the curious the
offending option for the reporter was AST_OPTION_CHANNEL_WRITE which was getting
passed due to a fix for chan_local in 286189.

(closes issue ASTERISK-16671)
Reported by: globalnetinc

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=293305

By: Digium Subversion (svnbot) 2010-10-29 16:50:19

Repository: asterisk
Revision: 293306

_U  trunk/
U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r293306 | jpeeler | 2010-10-29 16:50:19 -0500 (Fri, 29 Oct 2010) | 16 lines

Merged revisions 293305 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
 r293305 | jpeeler | 2010-10-29 16:48:38 -0500 (Fri, 29 Oct 2010) | 9 lines
 
 Modify sip_setoption to not complain about unknown options.
 
 This now behaves just like the other setoption callbacks. For the curious the
 offending option for the reporter was AST_OPTION_CHANNEL_WRITE which was getting
 passed due to a fix for chan_local in 286189.
 
 (closes issue ASTERISK-16671)
 Reported by: globalnetinc
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=293306