<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
I'm facing the following problem:<BR>
<BR>
External calls come in via an ITSP (Localphone) and then routed to internal extension 1000.<BR>
That works OK.<BR>
<BR>
If there's no answer, then the call is routed outbound via ITSP (Powervoip) to my mobile +316xxxxxxxxx)<BR>
In this case there is NO voice communication at all. <BR>
(a direct call from 1000 to a mobile is OK)<BR>
<BR>
<BR>
&lt;extension name=&quot;1000&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^1000$&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ..........................................................................................<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ..........................................................................................<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;bridge&quot; data=&quot;{originate_timeout=20}sofia/internal/1000%$${domain}&quot;/&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;----------audio OK<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;bridge&quot; data=&quot;{originate_timeout=20}sofia/gateway/powervoip/003163086xxxx&quot;/&gt;&nbsp; &lt;------------NO audio both ways<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;voicemail&quot; data=&quot;default $${domain} 1000&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>
&nbsp; &lt;/extension&gt;<BR>
<BR>
How do I approach this problem?<BR>
<BR>
Rgds,<BR>
Henk
</BODY>
</HTML>