No subject


Thu Jul 12 09:23:04 CDT 2007


If I click "activate changes" in Asterisk-GUI the backslash is removed.
This breaks the function. 

exten = s,n,SIPAddHeader(Call-Info: sip:192.168.1.222 ; answer-after=0 )

I have tried a few things to overide this such as using as single and
double quotes.
If I put additional backslashes in, it removes one each time I click
"activate changes".
====================================================================== 

---------------------------------------------------------------------- 
 pari - 07-31-07 11:34  
---------------------------------------------------------------------- 
qwell,

 this is actually a asterisk webserver bug.
 as asteredge mentioned,
 add 
 
 exten = s,n,SIPAddHeader(Call-Info: sip:192.168.1.222 \; answer-after=0
)

 to your extensions.conf and do a reload from the gui.
 (the reload from the gui is actually an "updateconfig with reload=yes"
request on extensions.conf as a dummy request to get an asterisk reload)

 you can see that the updateconfig request changing the extensions.conf
to

 exten = s,n,SIPAddHeader(Call-Info: sip:192.168.1.222 ; answer-after=0 )

 -Pari 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-31-07 11:34  pari           Note Added: 0068140                          
======================================================================




More information about the asterisk-bugs mailing list