Skip to main content

Custom voice language

Posted by olekaas on Mon, 12/15/2008

One of our customers required custom speaks in the conference. To accomodate that I copied and modifyfied the tl-dialconference-prompted script. I added a 'set language' command as the third command in the script:

exten => s,n,Set(LANGUAGE()=${ARG3})

And added a third argument to the script.

Ideally, it would be nice if you could specify a custom voice language for a tenant and/or per inbound route. You can set the language on per user basis by setting 'language=dk' in 'Other options' in extension config. This way users can have their favorit language on their vm, conference, etc. However, I have not been able to change the language for incoming calls.

/Ole


Submitted by eeman on Mon, 12/15/2008 Permalink

you can specify language directly in the sip channel driver. Each extension has the ability to add other sip arguments such as language=dk. You must have those language packs loaded (obviously) for those prompts to work.

Submitted by thirdlane on Tue, 12/16/2008 Permalink

We added an option to set the language in IVR, other than that it would require adding extra parameters to the scripts which is probably better done by customers when needed - just like Ole did.

Thanks for posting this,

Alex