darklion11 at yahoo.com Guest
|
Posted: Sun Jun 14, 2009 1:44 am Post subject: [Freeswitch-users] How to connect Freeswitch Windows, Frees |
|
|
Ip Windows: 192.168.0.104
Ip Linux: 192.168.0.105
My windows:
My sample on sip_profiles/external/dialus.xml
<extension name="dialus">
<condition field="destination_number" expression="^014(\d+)$">
<action application="bridge"
data="sofia/external/$1@192.168.0.105:5080"/>
</condition>
</extension>
My linux:
My sample on sip_profiles/external/dialus2.xml
<extension name="dialus2">
<condition field="destination_number" expression="^014(\d+)$">
<action application="bridge"
data="sofia/external/$1@192.168.0.104:5080"/>
</condition>
</extension>
I have a number on windows 01497710001, on linux 01497710002
Trying to call each other on windows I dial 0149771002
But error on switch_ivr_originate: INVALID_NUMBER_FORMAT
Please help me with this urgent issue...
Or send me instructions or xml code that will me to solve this issue...
Thanks,
Edmar
--
View this message in context: http://www.nabble.com/How-to-connect-Freeswitch-Windows%2C-Freeswitch-Linux-and-also-vice-versa--tp24018568p24018568.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|