[asterisk-bugs] [AsteriskNOW 0011234]: AsteriskNOW File Editor Strips required characters from lines

noreply at bugs.digium.com noreply at bugs.digium.com
Tue Nov 13 15:38:40 CST 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11234 
====================================================================== 
Reported By:                DSherwood
Assigned To:                pari
====================================================================== 
Project:                    AsteriskNOW
Issue ID:                   11234
Category:                   GUI Issues
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-13-2007 11:27 CST
Last Modified:              11-13-2007 15:38 CST
====================================================================== 
Summary:                    AsteriskNOW File Editor Strips required characters
from lines
Description: 
In order to set up forwarding the following line is supposed to be added to
extensions.conf ...

exten => s-NOANSWER,1,SIPAddHeader(Diversion:
<sip:${ARG1}>\;reason=no-answer)

However, the File Editor removes characters so this is seen in the editor
preview screen ....

exten => s-NOANSWER,1,SIPAddHeader(Diversion:

and when you try and edit it again this is what is in the editor ...

exten=s-NOANSWER,1,SIPAddHeader(Diversion: <sip:${ARG1}>


====================================================================== 

---------------------------------------------------------------------- 
 qwell - 11-13-07 15:38  
---------------------------------------------------------------------- 
Sorry, I may not have been clear..  When I said it was the browsers fault,
I didn't mean that it was browser specific.  The "issue" is actually in the
html specs.  Anything that "looks" like html, but is unknown, should be
ignored.  The GUI basically just needs to replace the < and > with &lt; and
&gt;.  The browser will see those, and display the appropriate character.

There may also be some text tag that I'm unaware of that can handle that -
Pari would know. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-13-07 15:38  qwell          Note Added: 0073602                          
======================================================================




More information about the asterisk-bugs mailing list