[Asterisk-Users] Cisco 79XX SIP Ring Tones

Shaun Ewing sewing at gmail.com
Wed Sep 1 01:45:00 MST 2004


On Tue, 31 Aug 2004 19:01:06 -0500, Christopher L. Wade
<clwade at sparco.com> wrote:
> Hi all,
> 
> Has anyone gotten custom ring tones to work using ALERT_INFO with the
> Cisco 7940 SIP phone?  I've read the wiki, but just can't get this to
> work.  I'm currently using the 7.2 SIP image.

It works just fine here.

I have Asterisk installed in my home office. I have a
residential/private number and the business numbers.

I like the private number to ring to the phone on my desk, so I use
the ALERT_INFO to change the ring cadence.

Basically, this is what I do:

exten => xx,1,SetVar(ALERT_INFO=<Bellcore-dr2>)
exten => xx,2,Dial(SIP/7011|15|r)
exten => xx,3,Voicemail,uxx

Possible values are Bellcore-dr1 through Bellcore-dr5 if memory serves.

-Shaun



More information about the asterisk-users mailing list