[Freeswitch-users] callee id inbound
Erwan Hermouet
ehermouet at bluetel.fr
Tue Mar 26 20:49:51 MSK 2013
Hi all,
I use freeswitch as voip server for other ipbx system. My freeswitch server
is connected to gateway. Incoming calls works. I have extension, use as voip
trunk for other server. Inbound rule redirect to this extension and it's
works, but we don't received called number on extension (sip trunk).
Caller ---- freeswitch ---- extension (other ipbx)
On extension we never receive original caller number, and like that on this
ipbx we can't forward inbound rules.
Here my public.xml
<extension name="xx3278" continue="true">
<condition field="context" expression="public" />
<condition field="destination_number" expression="^xxx278$" >
<action application="set" data="dialed_ext=xxx3278"/>
<action application="set" data="effective_callee_id_name=xxx3278" />
<action application="export"
data="effective_callee_id_number=xxx3278" />
<action application="transfer" data="12345 XML default" />
</condition>
</extension>
On extension we only receive incomming call from extension 12345, which is
my extension on freeswitch.
Tks advance for your help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130326/cd3d1d42/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list