Jeremiah Millay
2006-Jun-07 09:55 UTC
[Asterisk-Users] Controlling Cisco 7960 Ringtone from Asterisk
I'm trying to change the ring tone on my 7960 from the dialplan. I've tried the example on the wiki but it doesn't seem to work. Something like: exten => 3010,1,SetVar(ALERT_INFO=<Bellcore-dr1>) ; selects Ringer exten => 3010,2,Dial(SIP/3010,15) I'm not sure what the Bellcore-dr1 ringer is supposed to be. I've tried replacing ALERT_INFO with another ring tone I have on my system (merlin2, merlin3, etc) but I've had no luck . I'm running Asterisk 1.2.7.1. The 7960 phones have 7.4 SIP firmware loaded on them Here is what is in my RINGLIST.DAT file: R2D2 r2d2.raw Meow meow.raw Galaga galaga.raw Ahh! ahh.pcm Doh! doh.pcm Old Style ringer1.pcm Synth Low ringer2.pcm Dungeon ringer3.pcm Lightbulb ringer4.pcm Synth High ringer6.pcm Are You There M AreYouThere.raw Are You There F AreYouThereF.raw ClockShop ClockShop.raw Curley Curley.raw Drums 1 Drums1.raw Drums 2 Drums2.raw FilmScore FilmScore.raw FlintPhone FlintPhone.raw HarpSynth HarpSynth.raw Jamaica Jamaica.raw Klaxons Klaxons.raw KotoEffect KotoEffect.raw MusicBox MusicBox.raw Neuro Neuro.raw Ohno Ohno.raw Piano 1 Piano1.raw Piano 2 Piano2.raw Pop Pop.raw Pulse Pulse1.raw Saxaphone 1 Sax1.raw Saxaphone 2 Sax2.raw Asleep asleep.raw Caramba caramba.raw MayIHelp mayihelp.raw Dilbert Boss SICA-dilbert-BungeeBoss.raw Dilbert Meeting SICA-dilbert-PHB.raw NyukNyuk NyukNyuk.raw Merlin2 merlin2.pcm Merlin3 merlin3.pcm Merlin4 merlin4.pcm Merlin5 merlin5.pcm Merlin6 merlin6.pcm Merlin7 merlin7.pcm If any one has this working any help would be appreciated. Thanks, Jeremiah
Rich Adamson
2006-Jun-07 10:56 UTC
[Asterisk-Users] Controlling Cisco 7960 Ringtone from Asterisk
Jeremiah Millay wrote:> I'm trying to change the ring tone on my 7960 from the dialplan. I've > tried the example on the wiki but it doesn't seem to work. Something like: > > exten => 3010,1,SetVar(ALERT_INFO=<Bellcore-dr1>) ; selects Ringer > exten => 3010,2,Dial(SIP/3010,15)Try something like this: exten => 3020,1,Set(_ALERT_INFO=bellcore-r3) ; selects Ringer without the "<" and ">". The above works with svn trunk, not sure about the format for stable releases. The default 7960 doesn't really support much in terms of different ringers although you supposedly can load different ring sounds via your tftp server files (which appears to be some of them below).> I'm not sure what the Bellcore-dr1 ringer is supposed to be. I've tried > replacing ALERT_INFO with another ring tone I have on my system > (merlin2, merlin3, etc) but I've had no luck . > I'm running Asterisk 1.2.7.1. The 7960 phones have 7.4 SIP firmware > loaded on them > > Here is what is in my RINGLIST.DAT file: > > R2D2 r2d2.raw > Meow meow.raw > Galaga galaga.raw > Ahh! ahh.pcm > Doh! doh.pcm > Old Style ringer1.pcm > Synth Low ringer2.pcm > Dungeon ringer3.pcm > Lightbulb ringer4.pcm > Synth High ringer6.pcm > Are You There M AreYouThere.raw > Are You There F AreYouThereF.raw > ClockShop ClockShop.raw > Curley Curley.raw > Drums 1 Drums1.raw > Drums 2 Drums2.raw > FilmScore FilmScore.raw > FlintPhone FlintPhone.raw > HarpSynth HarpSynth.raw > Jamaica Jamaica.raw > Klaxons Klaxons.raw > KotoEffect KotoEffect.raw > MusicBox MusicBox.raw > Neuro Neuro.raw > Ohno Ohno.raw > Piano 1 Piano1.raw > Piano 2 Piano2.raw > Pop Pop.raw > Pulse Pulse1.raw > Saxaphone 1 Sax1.raw > Saxaphone 2 Sax2.raw > Asleep asleep.raw > Caramba caramba.raw > MayIHelp mayihelp.raw > Dilbert Boss SICA-dilbert-BungeeBoss.raw > Dilbert Meeting SICA-dilbert-PHB.raw > NyukNyuk NyukNyuk.raw > Merlin2 merlin2.pcm > Merlin3 merlin3.pcm > Merlin4 merlin4.pcm > Merlin5 merlin5.pcm > Merlin6 merlin6.pcm > Merlin7 merlin7.pcm > > > If any one has this working any help would be appreciated. > Thanks, > Jeremiah > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users