[Freeswitch-users] Fwd: No voice channels to mobile.
Henk Oegema
henk at oegema.com
Mon Jul 11 00:22:07 MSD 2011
My problem is even more serious than what I was facing earlier (see previous
message)
Due to a defect router (too much rain inside :-( I changed to a new one.
but now there is no voice on incoming calls. I can't hear them. but they can
hear me.
The other way around, when I call to a mobile (or landline) eveything is ok.
I was not facing this problem with the old modem.
My port forwarding is:
SIP 5060-5091 TCP&UDP
RTP 16384-32768
STUN 3478-3479
What should I do ??
---------- Forwarded message ----------
From: Henk Oegema <henk at oegema.com>
Date: Fri, Jul 1, 2011 at 6:29 PM
Subject: No voice channels to mobile.
To: freeswitch-users at lists.freeswitch.org
**
I'm facing the following problem:
External calls come in via an ITSP (Localphone) and then routed to internal
extension 1000.
That works OK.
If there's no answer, then the call is routed outbound via ITSP (Powervoip)
to my mobile +316xxxxxxxxx)
In this case there is NO voice communication at all.
(a direct call from 1000 to a mobile is OK)
<extension name="1000">
<condition field="destination_number" expression="^1000$">
..........................................................................................
..........................................................................................
<action application="set" data="continue_on_fail=true"/>
<action application="set" data="hangup_after_bridge=true"/>
<action application="bridge"
data="{originate_timeout=20}sofia/internal/1000%$${domain}"/>
<----------audio OK
<action application="bridge"
data="{originate_timeout=20}sofia/gateway/powervoip/003163086xxxx"/>
<------------NO audio both ways
<action application="voicemail" data="default $${domain} 1000"/>
</condition>
</extension>
How do I approach this problem?
Rgds,
Henk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110710/42700939/attachment.html
More information about the FreeSWITCH-users
mailing list