<!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>
<extension name="1000"><BR>
<condition field="destination_number" expression="^1000$"><BR>
..........................................................................................<BR>
..........................................................................................<BR>
<action application="set" data="continue_on_fail=true"/><BR>
<action application="set" data="hangup_after_bridge=true"/><BR>
<action application="bridge" data="{originate_timeout=20}sofia/internal/1000%$${domain}"/> <----------audio OK<BR>
<action application="bridge" data="{originate_timeout=20}sofia/gateway/powervoip/003163086xxxx"/> <------------NO audio both ways<BR>
<action application="voicemail" data="default $${domain} 1000"/><BR>
</condition><BR>
</extension><BR>
<BR>
How do I approach this problem?<BR>
<BR>
Rgds,<BR>
Henk
</BODY>
</HTML>