Tom Waterman Posted March 3, 2011 Report Posted March 3, 2011 All, I have an install using 4.2.0.3958 on Windows. Before when they were running 3.2 they were able to change the ringtones on the phones and it worked. The standard rington is terrible (customer opinion). How can I make it so they can use one of the ringtones on the phone. These are snom 370 running 8.4.18 42574 and are autoprovisioned by the pbx. Any help would be greatly appreciated. Tom Quote
Vodia PBX Posted March 4, 2011 Report Posted March 4, 2011 You can edit the file ringtones.xml through the web interface (admin/web page control/templates) and put there whatever you want. Quote
Tom Waterman Posted March 4, 2011 Author Report Posted March 4, 2011 You can edit the file ringtones.xml through the web interface (admin/web page control/templates) and put there whatever you want. What if I just want the user to be able to select one of the ringtones on the phone? Should I just delete all the settings in the ringtones.xml file? Quote
Vodia PBX Posted March 4, 2011 Report Posted March 4, 2011 Don't remove the entries, just leave them empty (so that the PBX will send a empty string). Quote
Tom Waterman Posted March 11, 2011 Author Report Posted March 11, 2011 Don't remove the entries, just leave them empty (so that the PBX will send a empty string). Ok help me out here a little bit. Here is the default ringtone.xml Can you please show me what needs to be deleted? <?xml version="1.0"?> <ringtones> <tone name="custom1"> <!-- vendor snom off --> <vendor ua="Polycom.*">Custom 1</vendor> <vendor ua="Cisco-.*"><Bellcore-dr4></vendor> <!-- vendor snom on --> <vendor></vendor> </tone> <tone name="custom2"> <!-- vendor snom off --> <vendor ua="Polycom.*">Custom 2</vendor> <vendor ua="Cisco-.*"><Bellcore-dr4></vendor> <!-- vendor snom on --> <vendor><http://127.0.0.1/Bellcore-dr4></vendor> </tone> <tone name="custom3"> <!-- vendor snom off --> <vendor ua="Polycom.*">Custom 3</vendor> <vendor ua="Cisco-.*"><Bellcore-dr4></vendor> <!-- vendor snom on --> <vendor><http://127.0.0.1/Bellcore-dr4></vendor> </tone> <tone name="custom4"> <!-- vendor snom off --> <vendor ua="Polycom.*">Custom 4</vendor> <vendor ua="Cisco-.*"><Bellcore-dr4></vendor> <!-- vendor snom on --> <vendor><http://127.0.0.1/Bellcore-dr4></vendor> </tone> <tone name="internal" type="internal"> <!-- vendor snom off --> <vendor ua="Polycom.*">Internal</vendor> <vendor ua="Cisco-.*"><Bellcore-dr2></vendor> <vendor ua="Grandstream HT-.*"></vendor> <!-- vendor snom on --> <vendor><http://127.0.0.1/Bellcore-dr2></vendor> </tone> <tone name="external" type="external"> <!-- vendor snom off --> <vendor ua="Polycom.*">External</vendor> <vendor ua="Cisco-.*"><Bellcore-dr3></vendor> <vendor ua="Grandstream HT-.*"></vendor> <!-- vendor snom on --> <vendor><http://127.0.0.1/Bellcore-dr3></vendor> </tone> <tone name="intercom" type="intercom"> <!-- vendor snom off --> <vendor ua="Polycom.*">Auto Answer</vendor> <vendor ua="Cisco-.*" type="call-info">auto-answer=0</vendor> <vendor ua="optiPoint .*" type="call-info">auto-answer=0</vendor> <!-- vendor snom on --> <vendor ua="snom.*" type="call-info"><{from-uri}>;answer-after=0</vendor> <!-- vendor snom off --> <vendor ua="Linksys.*" type="call-info"><{from-uri}>;answer-after=0</vendor> <vendor ua="Aastra.*" type="call-info"><{from-uri}>;answer-after=0</vendor> <vendor ua="Yealink.*" type="call-info"><{from-uri}>;answer-after=0</vendor> <!-- vendor snom on --> <vendor type="answer-mode">Auto</vendor> </tone> </ringtones> Quote
Vodia PBX Posted March 11, 2011 Report Posted March 11, 2011 I would guess like this: <?xml version="1.0"?> <ringtones> <tone name="custom1"> <vendor></vendor> </tone> <tone name="custom2"> <vendor></vendor> </tone> <tone name="custom3"> <vendor></vendor> </tone> <tone name="custom4"> <vendor></vendor> </tone> <tone name="internal" type="internal"> <vendor></vendor> </tone> <tone name="external" type="external"> <vendor></vendor> </tone> <tone name="intercom" type="intercom"> <vendor ua="snom.*" type="call-info"><{from-uri}>;answer-after=0</vendor> <vendor type="answer-mode">Auto</vendor> </tone> </ringtones> Quote
Robby Posted August 3, 2011 Report Posted August 3, 2011 Is it possible ringtone.xml different between windows and linux system??? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.