Yealink Forums

Full Version: Need to turn on Distinctive Rings on SIP-Account
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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 =
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
Reference URL's