Incomimg Route Alert Info Config

I have GXP-2000 phones and for distinctive ring they need the alert_info passed to them in this format

Alert-Info: ‘;info=ring_two’

exten => s,n,Set(__ALERT_INFO=’;info=ring_two’)

But when entered into FreePBX in only enters this

exten => s,n,Set(__ALERT_INFO=’;info=ring_two’)

How can I enter the command into FreePBX so it will keep all the info.

Thanks
Jason

When I manually enter this line it works 100% on the phone. But what I would like to be able to do is enter it into FreePBX so it will stick. But FreePBX takes the \ out of the command line.

exten => s,n,Set(__ALERT_INFO=’;info=ring_two’)

this is what I enter into FreePBX Alert_Info field (including the ’ ’ ) :

‘;info=ring_two’

Thanks

I think that you have to ‘escape’ the backslash character, thus:

exten => s,n,Set(__ALERT_INFO=’\;info=ring_two’)

but be aware that there may be a bug whereby if you review the page where you entered this the extra backslash may be stripped, which might cause a problem if you resubmit the page.

Let me/us know how you get on.

[quote] -----Original Message-----
From: [email protected]
[mailto:[email protected]]On Behalf Of
jasongt
Sent: 10 July 2006 12:33
To: [email protected]
Subject: [Amportal-users] Incomimg Route Alert Info Config

I have GXP-2000 phones and for distinctive ring they need the
alert_info passed to them in this format

Alert-Info: ‘;info=ring_two’

exten => s,n,Set(__ALERT_INFO=’;info=ring_two’)

But when entered into FreePBX in only enters this

exten => s,n,Set(__ALERT_INFO=’;info=ring_two’)

How can I enter the command into FreePBX so it will keep all the info.

Thanks
Jason



Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to make
your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&
[/quote]dat=121642


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

Could you please tell me if this is all you did “enter in the FreePBX Alert_Info field” or did you have to make entries elsewhere also? I’m trying to get this working with my Grandstream phones. Thanks!