I am using Snom phones and I need to add an header SIP like this:
exten => _01086805XX,3,SIPAddHeader("Alert-Info:<http://www.notused.com>\;info=alert-external\;x-line-id=0")
in order to produce different rings on different situation.
I read about a problem in setting header:
http://freepbx.org/trac/ticket/1142
but this is not my case, I have no problem in adding semicolon: I see that I have NOT to escape them in FreePBX fields.
My problem is about lenght; if I enter:
12345678901234567890123456789012345678901234567890 (50 characters).
On submit I get an error abot javascript speaking about length at line 109, character 3.
Then if I enter again in that module (in my situatino is an inbound route) I see:
12345678901234567890123456789012
so it was cropped at 32 characters...
I know I am a bad guy, becouse I am using Internet Explorer 7 and NOT the recommended browser....
Anyway I would like to know if using Firefox everything will be solved, becouse I need a lot more than 32 characters to store into SIP Header
I am going to download the Firefox browser from the indicated link.