asteriskstuff@ziplip.com
2004-Jul-19 09:29 UTC
[Asterisk-Users] Cisco 7960 SIP V6 and distinctive ring.
Hi Can anyone with distinctive ring on their 7960's possibly post how they've got it to work? I understand that the ALERT_INFO variable is involved but using the examples for the variable value from the WiKi I'm just getting an error message from the Asterisk concole. Thanks in advance. P
Scott Laird
2004-Jul-19 10:59 UTC
[Asterisk-Users] Cisco 7960 SIP V6 and distinctive ring.
On Jul 19, 2004, at 9:29 AM, asteriskstuff@ziplip.com wrote:> Hi > > Can anyone with distinctive ring on their 7960's possibly post how > they've got it to work? > > I understand that the ALERT_INFO variable is involved but using the > examples for the variable value from the WiKi I'm just getting an > error message from the Asterisk concole.I'm setting it to 'Bellcore-dr1' through 'Bellcore-dr4'. I'm grabbing the value out of Asterisk's database and sticking it into ALERT_INFO like this: [macro-setalertinfo] exten => s,1,DBGet(ALERT_INFO=distinctivering/${CALLERIDNUM}) Works fine for me. You should also be able to do 'SetVar(ALERT_INFO=Bellcore-dr1)' without problems. Can you show us the line that's generating errors? Scott
Brian Buhrow
2004-Jul-19 12:21 UTC
[Asterisk-Users] Re: Cisco 7960 SIP V6 and distinctive ring.
Hello. Here is what my extension which uses distinctive ring on a Cisco 7960 running V6.2 firmware looks like. Note that the distinctive ring tones are changes in cadence, rather than changes in ringing sounds on the 7960. Also, if you adjust the ringer volume wile the distinctive ring is sounding, the phone will revert to the non-distinctive ring cadence. -Brian } Hi } } Can anyone with distinctive ring on their 7960's possibly post how they've got it to work? } } I understand that the ALERT_INFO variable is involved but using the examples for the variable value from the WiKi I'm just getting an error message from the Asterisk concole. } } Thanks in advance. } } P }
Brian Buhrow
2004-Jul-19 12:51 UTC
[Asterisk-Users] Re: Cisco 7960 SIP V6 and distinctive ring.
[Try this again...] Hello. Here is what my extension which uses distinctive ring on a Cisco 7960 running V6.2 firmware looks like. Note that the distinctive ring tones are changes in cadence, rather than changes in ringing sounds on the 7960. Also, if you adjust the ringer volume wile the distinctive ring is sounding, the phone will revert to the non-distinctive ring cadence. -Brian exten => 2135551212,1,setvar(ALERT_INFO=4) exten => 2135551212,2,Dial(SIP/100&SIP/401&SIP/403|20|tr) exten => 2135551212,3,Voicemail,u401 } Hi } } Can anyone with distinctive ring on their 7960's possibly post how they've got it to work? } } I understand that the ALERT_INFO variable is involved but using the examples for the variable value from the WiKi I'm just getting an error message from the Asterisk concole. } } Thanks in advance. } } P }
asteriskstuff@ziplip.com
2004-Jul-19 14:09 UTC
[Asterisk-Users] Re: Cisco 7960 SIP V6 and distinctive ring.
Thanks..it's a numeric value!! in the wiki it refers to a text field!! P> -----Original Message----- > From: Brian Buhrow [mailto:buhrow@lothlorien.nfbcal.org] > Sent: Monday, July 19, 2004, 1:38 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Re: Cisco 7960 SIP V6 and distinctive ring. > > [Try this again...] > > Hello. Here is what my extension which uses distinctive ring on a > Cisco 7960 running V6.2 firmware looks like. Note that the distinctive > ring tones are changes in cadence, rather than changes in ringing sounds on > the 7960. Also, if you adjust the ringer volume wile the distinctive ring > is sounding, the phone will revert to the non-distinctive ring cadence. > -Brian > exten => 2135551212,1,setvar(ALERT_INFO=4) > exten => 2135551212,2,Dial(SIP/100&SIP/401&SIP/403|20|tr) > exten => 2135551212,3,Voicemail,u401 > > } Hi > } > } Can anyone with distinctive ring on their 7960's possibly post how they've > got it to work? > } > } I understand that the ALERT_INFO variable is involved but using the examples > for the variable value from the WiKi I'm just getting an error message from > the Asterisk concole. > } > } Thanks in advance. > } > } P > } > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
asteriskstuff@ziplip.com
2004-Jul-20 04:07 UTC
[Asterisk-Users] Cisco 7960 SIP V6 and distinctive ring.
Scott I managed to get the line working.....but I can't hear a difference in cadence. I read in the wiki there is a bug logged with cisco to make distinctive ring more distinctive so i'm gonna wait till then before pursuing it further. I'm going to focus on xml services in the short term....god these phones are powerful. Thanks for your help. P> -----Original Message----- > From: Scott Laird [mailto:scott@sigkill.org] > Sent: Monday, July 19, 2004, 11:53 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Cisco 7960 SIP V6 and distinctive ring. > > > On Jul 19, 2004, at 9:29 AM, asteriskstuff@ziplip.com wrote: > > > Hi > > > > Can anyone with distinctive ring on their 7960's possibly post how > > they've got it to work? > > > > I understand that the ALERT_INFO variable is involved but using the > > examples for the variable value from the WiKi I'm just getting an > > error message from the Asterisk concole. > > I'm setting it to 'Bellcore-dr1' through 'Bellcore-dr4'. I'm grabbing > the value out of Asterisk's database and sticking it into ALERT_INFO > like this: > > [macro-setalertinfo] > exten => s,1,DBGet(ALERT_INFO=distinctivering/${CALLERIDNUM}) > > Works fine for me. You should also be able to do > 'SetVar(ALERT_INFO=Bellcore-dr1)' without problems. Can you show us > the line that's generating errors? > > > Scott > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users