[Freeswitch-users] mod_translate question
Victor Chukalovskiy
victor.chukalovskiy at gmail.com
Fri Oct 11 00:07:01 MSD 2013
Hi All,
How do I specify translation profile when using this line in SIP profile?
<param name="dialplan" value="translate,XML"/>
What I'm trying to achieve is to make sure call only goes through one
translations profile. I don't want to rely on the order of translations
profiles in translation.conf. So, I want to do something like this:
<param name="dialplan" value="translate:*e164*,XML"/>
in translate.conf.xml I have:
<include>
<configuration name="translate.conf" description="Number Translation
Rules">
<profiles>
<profile name="foo">
</profile>
<profile name="e164">
<rule regex="^(?:1|\+1)?([2-9]\d{2}[2-9]\d{6})$" replace="+1$1"/>
<rule regex="^(?:011|\+)(\d+)$" replace="+$1"/>
<rule regex="^(\d+)$" replace="+$1"/>
</profile>
</profiles>
</configuration>
</include>
Thank you,
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20131010/fc2598d7/attachment.html
Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users
mailing list