reco Posted March 11, 2009 Report Share Posted March 11, 2009 i want to set the following parameters which are not in the PnP settings in the admin interface. holding_reminder!: off user_ringer1!: Ringer7 ring_sound!: Ringer7 alert_internal_ring_sound!: Ringer7 alert_external_ring_sound!: Ringer7 i looked at this post but cannot figure out how to get this work http://forum.pbxnsip.com/index.php?showtop...8&hl=ringer any help? thanx Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted March 11, 2009 Report Share Posted March 11, 2009 i want to set the following parameters which are not in the PnP settings in the admin interface. holding_reminder!: off user_ringer1!: Ringer7 ring_sound!: Ringer7 alert_internal_ring_sound!: Ringer7 alert_external_ring_sound!: Ringer7 i looked at this post but cannot figure out how to get this work http://forum.pbxnsip.com/index.php?showtop...8&hl=ringer any help? thanx Put the following file into the html directory: <?xml version="1.0" encoding="utf-8"?> <phone-settings> <holding_reminder perm="RW">off</holding_reminder> <user_ringer1 perm="RW">Ringer7</user_ringer1> <ring_sound perm="RW">Ringer7</ring_sound> <alert_internal_ring_sound perm="RW">Ringer7</alert_internal_ring_sound> <alert_external_ring_sound perm="RW">Ringer7</alert_external_ring_sound> </phone-settings> Check the log about what file is missing in the provisioning process. Could be "snom_320_custom.xml" or something like that. Quote Link to comment Share on other sites More sharing options...
reco Posted March 12, 2009 Author Report Share Posted March 12, 2009 this works lovely put this file into tftp dir thanx pbxnsip Quote Link to comment Share on other sites More sharing options...
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.