Get a console debug log of this behavior and put it on <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a>, then reply to this thread with the PB URL. We&#39;ll take a peek.<br>-MC<br><br><div class="gmail_quote">
On Sun, Jun 24, 2012 at 6:17 AM, ocset <span dir="ltr">&lt;<a href="mailto:ocset@the800group.com" target="_blank">ocset@the800group.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<br>
I have a FreeSWITCH install that uses a Faktortel SIP gateway for<br>
incoming/outgoing calls. The gateway codec is g.722 and everything works<br>
fine except for redirection to voicemail. (I have hard coded the codec<br>
for the gateway since it would not work otherwise.)<br>
<br>
Here is the conf/dialplan/public/01_line1.xml file with the dialplan for<br>
incoming calls<br>
<br>
&lt;extension name=&quot;line1&quot;&gt;<br>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^(5555555555)$&quot;&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;call_timeout=20&quot;/&gt;<br>
&lt;action application=&quot;bridge&quot; data=&quot;group/sales@${domain_name}&quot;/&gt;<br>
&lt;action application=&quot;answer&quot;/&gt;<br>
&lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
&lt;action application=&quot;voicemail&quot; data=&quot;default ${domain} 1000&quot;/&gt;<br>
&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
When the call is redirected to voicemail, half of the playback message<br>
is lost and the first thing the user hears is &quot;to listen to the message<br>
press 1...&quot;<br>
<br>
If I change the dialplan to transfer to the &quot;1000&quot; extension instead,<br>
allowing FreeSWITCH to redirect to voicemail automatically when ext 1001<br>
does not answer, then voicemail works correctly.<br>
<br>
Any suggestions?<br>
<br>
Thanks<br>
O.<br></blockquote></div><br>