<div class="gmail_extra">Thanks for response. It was very helpful. I just export data="voicemail_alternate_greet_id=${dialed_extension}"/> in Local_Extension extension.<br><br><div class="gmail_quote">1 ΝΑΡ 2012Η. 15:31 ΠΟΜΨΪΟΧΑΤΕΜΨ Markus Lindenberg <span dir="ltr"><<a href="mailto:markus.lindenberg@gmail.com" target="_blank">markus.lindenberg@gmail.com</a>></span> ΞΑΠΙΣΑΜ:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It's in the wiki: Just set voicemail_alternate_greet_id before<br>
bridging to voicemail.<br>
<br>
I'm using non-numeric IDs as well, so i set connectedline manually<br>
before trying to bridge to the user:<br>
<br>
<action application="export"<br>
data="effective_callee_id_number=${user_data(${user_id}@${domain_name}<br>
var effective_caller_id_number)}"/><br>
<br>
When the call hits voicemail, i set voicemail_alternate_greet_id and<br>
then that's what voicemail will use:<br>
<br>
<action application="export"<br>
data="voicemail_alternate_greet_id=${effective_callee_id_number}"/><br>
<action application="answer"/><br>
<action application="sleep" data="1000"/><br>
<action application="bridge"<br>
data="loopback/app=voicemail:default ${domain_name} ${user_id}"/><br>
<anti-action application="hangup"/><br>
<div><div class="h5"><br>
<br>
On Fri, Apr 27, 2012 at 09:51, Anton Kvashenkin <<a href="mailto:anton.jugatsu@gmail.com">anton.jugatsu@gmail.com</a>> wrote:<br>
> Hello list.<br>
><br>
> I've decided to use non-numeric id's at users configuration.<br>
><br>
> <user id="001565229c95" number-alias="109" mailbox="109"><br>
><br>
> But when the call goes to voicemail app<br>
><br>
> <action application="bridge" data="loopback/app=voicemail:default<br>
> ${domain_name} ${dialed_extension}"/><br>
><br>
> switch_ivr_play_say.c:244 Handle say:[001565229c95] (ru:ru)<br>
> 2012-04-27 11:39:54.452208 [INFO] mod_say_ru.c:721 ru_say!!! 001565229c95!<br>
> say_opt.gender=0 say_opt.cases=0<br>
> 2012-04-27 11:39:54.532157 [DEBUG] switch_ivr_play_say.c:1309 Codec<br>
> Activated L16@16000hz 1 channels 20ms<br>
><br>
> The mod_say pronounces user id. How to force to pronounce number-alias?<br>
><br>
</div></div>> _________________________________________________________________________<br>
> Professional FreeSWITCH Consulting Services:<br>
> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
><br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>