Joachim Posted December 4, 2019 Report Posted December 4, 2019 Hi, is it possible to select an different ringtone for an incomming call , maybe defined at an adressbook entry ? or by a number ? like " if +497111223344455 calls me at my pbx number, i want ringer10 to be the ringtone" Quote
Support Posted December 4, 2019 Report Posted December 4, 2019 We're sorry, the ringers can only be categorized as internal or external calling party, at this point from the drop down section. It cannot be personalized. Quote
Joachim Posted December 4, 2019 Author Report Posted December 4, 2019 thats bad .... for our application, i need an different Alert-Info field content in sip-header if a defined number is the caller. we are migrating from asterisk to vodia, this might be a showstopper ... Quote
Vodia PBX Posted December 4, 2019 Report Posted December 4, 2019 You can set different ring tones when e.g. a hunt group is being called. This depends on who is being called, not who is calling. Can you elaborate a little what the use case is for specifying what ring tone to use in the address book? Quote
Support Posted December 4, 2019 Report Posted December 4, 2019 Your phone model itself might be having that feature. What make and model is that? Quote
Joachim Posted December 4, 2019 Author Report Posted December 4, 2019 we have an external acd sulution running, phones are polycom vvx411, connected to vodia. external acd takes care about the workflow in callcenter and calls the pbx phones if defined if acd calls the call should be auto-answered by the polycoms. this is possible by defining a special behaviour on ringtones. https://www.voip-info.org/polycom-auto-answer-config/ auto-answer works fine if i define a configured ringtone in pulldown, but then auto-answer is globally on. Quote
Vodia PBX Posted December 4, 2019 Report Posted December 4, 2019 Ahhh. You want to essentially intercom to the phones. You can do that from an extension (permission needs to be set) e.g. by dialing *90123 (123 being the extension). Is it possible for the external ACD to call *90123 instead of 123? Then you could tell the PBX to treat that call like a call from one extension (ACD, based on its IP address) to another extension. If all calls to the phones are intercom you could as well change the polycom_all template and make them auto answer. The third possibility would be to send the call to a hunt group that uses the ringtone that you want - this can in theory include the "no dot ring at all" "tone". Though this would require that you change the template for the hunt group web page which is currently suppressing that option. Quote
Joachim Posted December 4, 2019 Author Report Posted December 4, 2019 its a little bit more complicated ... some acd calls are outbound initiated, some inbound. there is a callmanger, that manages the functions of the acd. on the vodia pbx side, all calls are incomming, even if a user initates an outbound call (software makes acd call, then acd forwards call to pbx) the acd always calls the same phone number for an pbx user, only the calling number differs. the only difference between the type of calls is signaled by the calling number. this must be a regular number, so * is not valid. is there a chance to get the dialtone as an option to the vodia addressbook - within the next 3 month - as an enhancement ? just use the same pulldown that is avail at the client definition in the addressbook. every cheap smartphone can define an rintone at the user addressbook - why not vodia ? our pbx provider uses vodia, all other options on that are great, but only that function is missing. Quote
Vodia PBX Posted December 5, 2019 Report Posted December 5, 2019 Of course it is not a big deal to add that option to the address book. However we need to think about what we should do e.g. when that contact dials a hunt group which has already a ringtone set. By default the PBX uses "internal" and "external" ringtones - depending on where the call came from. We also need to keep in mind that there is a layer on top of the phone hardware - all phones (should) sound the same no matter what manufacturer. Having the phone connect the call is a somewhat special case because of the privacy implications. It would be still possible to use the hunt group to achieve this with the current versions. There is a file ringtones.xml that can be edited (through the web interface) to hijack one of the ring tones to make the phones pick up immediately. All you have to do is use a hunt group with just one agent and select a ring tone that you then change in the ringtones.xml file. In that file you will see the entry that makes the Polycom pick up the call immediately. In the following example all you have to do is set the ringer to "ringer10" in the hunt group: <tone name="ringer10"> <vendor ua="Polycom.*">Auto Answer</vendor> ... Quote
Joachim Posted December 5, 2019 Author Report Posted December 5, 2019 hi, thanks for that ideas, but ... the called number is always the same, this cnt be changed at acd because the acd needs to know if a phone is busy in a call or not. otherwise we could also assign a second sip account to the phone and assign a ringtone to that number (thats the way we are doing now) only the calling number changes, depending on which task in acd is in use (outbound / inbound /blending) your thoughts of privacy implications should not harm vodia, as the auto-answer feature is in the phone and can already be configured, means this will not become a vodia-feature. in general, seperating ringtones based on addressbook entrys i think its a nice feature, like boss call recognition etc .. your ideas about conflicting with hunt group ringtone could be solved by an "hunt dialtone overrides" checkbutton /Joachim Quote
Vodia PBX Posted December 5, 2019 Report Posted December 5, 2019 I agree. Maybe we'll just add a way for the admin to enable showing intercom "ring tones".Then this will work with every phone model without having to change any template file. Adding a ring tone selector to the address book is also a good idea. Workaround for today is to set up a hunt group, make the extension the only member of that hunt group, change the ringtones.xml template, change the ringtone for that hunt group to the changed entry and have the ACD call the hunt group instead of the extension. Quote
Joachim Posted December 6, 2019 Author Report Posted December 6, 2019 Hi, unfortunately the hunt group solution does not work in that case, as the acd can only register one number for an user. and, depending on the workflow inside of the acd, the intercom needs to be activated or not. we solved temporarily by our pbx provider, who das an call mapping based on the calling number, that was possible because the acd workflow allows to use seperate outgoing lines / numbers configured in workflow. another option inside of pbx would be to to an call redirection based on the calling number, but that feature also does not exist in the moment ... Quote
Vodia PBX Posted December 9, 2019 Report Posted December 9, 2019 Ok the address book feature is now in version 64.1 available as a beta (currently CentOS64, Debian64 and IOP/Raspberry Pi) Quote
Joachim Posted December 19, 2019 Author Report Posted December 19, 2019 On 12/9/2019 at 11:21 PM, Vodia PBX said: Ok the address book feature is now in version 64.1 available as a beta (currently CentOS64, Debian64 and IOP/Raspberry Pi) i Installed 64.1 but didnt find that addressbook / ringtone feature ??????? Quote
Vodia PBX Posted December 19, 2019 Report Posted December 19, 2019 Hmm indeed - not sure but it seems it did not make it into the build process yet. What OS are you on? Quote
Vodia PBX Posted December 20, 2019 Report Posted December 20, 2019 Ok we made a fresh 64.1 beta image - which should include that feature on domain level. User level will be added at a later point. Quote
Joachim Posted January 6, 2020 Author Report Posted January 6, 2020 Did the download, testing looks good ! are there any plans for a release version ? Quote
Vodia PBX Posted January 6, 2020 Report Posted January 6, 2020 It will not be too long - we have some important feature updates that we need to release for the mobile apps anyway. Quote
Joachim Posted April 6, 2020 Author Report Posted April 6, 2020 Any news on a released version with that feature ? always keep safe and healthy ! Quote
Yilmoi Posted April 27, 2020 Report Posted April 27, 2020 If you install it normally, this is not possible. But if you jailbreak your device, you can set any ringtone for each contact you want. Quote
Cô RebeccaClark Posted January 22, 2021 Report Posted January 22, 2021 It's a good idea but will take time to implement it, if you have a quick fix that can be shared with everyone. 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.