Need to turn on Distinctive Rings on SIP-Account - Printable Version +- Yealink Forums (http://forum.yealink.com/forum) +-- Forum: IP Phone Series (/forumdisplay.php?fid=4) +--- Forum: Auto Provisioning (/forumdisplay.php?fid=14) +--- Thread: Need to turn on Distinctive Rings on SIP-Account (/showthread.php?tid=1080) |
Need to turn on Distinctive Rings on SIP-Account - GeorgSchwarz - 12-05-2013 06:37 PM Hi! Wi're currently testing with the v71 Firmware One issue: I have to enabkle custom ringtones on the account under Account/Advanced/Distinctive Ringtones (value needs to be set to Enbabled) Cant find this anywhere in the documentation of the Autoprovisioning files... Can anyone tell me the correct line? Thx in advance George RE: Need to turn on Distinctive Rings on SIP-Account - Yealink Support - 12-09-2013 05:18 PM Hi GeorgSchwarz, You can configure Distinctive Ring Tones with below syntax. ####################################################################################### ## Distinctive Ring Tones ## ####################################################################################### #"X" ranges from 1 to 10; #Configure the text to map the keywords contained in the "Alert-info" header. #distinctive_ring_tones.alert_info.X.text = family distinctive_ring_tones.alert_info.1.text = #Specify the ring tone for each text. It ranges from 1 to 8. The default value 1 stands for Ring1.wav. #1-Ring1.wav, 2-Ring2.wav, 3-Ring3.wav, 4-Ring4.wav, 5-Ring5.wav, 6-Ring6.wav, 7-Ring7.wav, 8-Ring8.wav. #distinctive_ring_tones.alert_info.X.ringer = 1 distinctive_ring_tones.alert_info.1.ringer = RE: Need to turn on Distinctive Rings on SIP-Account - GeorgSchwarz - 12-12-2013 06:10 PM Hi! Thanks, done that already. I thought that the problem was that I had to generally enable Distinct Ring on the account. My real problem however was, that V71 does not accept our old "Alert Info" value of (which was in accordance with the V6xx Autoprov Howtos) Alert-Info:<http://localhost/Vin/MyRing1.wav>;info=RINGTONEID but we changed it to Alert-Info:<http://127.0.0.1/Vin/MyRing1.wav>;info=RINGTONEID and now it works like a charm... Thanks for your answer best George |