Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] How to connect Freeswitch Windows, Freeswitch Linux and also vice versa?


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
msc at freeswitch.org
Guest





PostPosted: Sun Jun 14, 2009 9:53 pm    Post subject: [Freeswitch-users] How to connect Freeswitch Windows, Freesw Reply with quote

Just curious, why are you dialing out the external gw?
-MC

Sent from my iPhone

On Jun 13, 2009, at 11:11 PM, Edmar Cruz <darklion11@yahoo.com> wrote:

Quote:

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

_______________________________________________
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
Back to top
darklion11 at yahoo.com
Guest





PostPosted: Mon Jun 15, 2009 12:25 am    Post subject: [Freeswitch-users] How to connect Freeswitch Windows, Freesw Reply with quote

Actually, I dont know if my xml code is correct.. Please give me an example of an external profile connecting this 2 OS? And instructions Thanks
Quote:
mercutioviz wrote:
Just curious, why are you dialing out the external gw? -MC Sent from my iPhone On Jun 13, 2009, at 11:11 PM, Edmar Cruz wrote: > > Ip Windows: 192.168.0.104 > Ip Linux: 192.168.0.105 > > > My windows: > > My sample on sip_profiles/external/dialus.xml > > > > > > data="sofia/external/$1@192.168.0.105:5080"/> > > > > > > My linux: > > My sample on sip_profiles/external/dialus2.xml > > > > > > data="sofia/external/$1@192.168.0.104:5080"/> > > > > > > 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 _______________________________________________ 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


View this message in context: Re: How to connect Freeswitch Windows, Freeswitch Linux and also vice versa?
Sent from the freeswitch-users mailing list archive at Nabble.com.
Back to top
darklion11 at yahoo.com
Guest





PostPosted: Mon Jun 15, 2009 12:28 am    Post subject: [Freeswitch-users] How to connect Freeswitch Windows, Freesw Reply with quote

I just want to connect to this to OS with an external xml code. How can I do
that? I get some examples on the wiki but not working.

Edmar Cruz wrote:
Quote:

Actually, I dont know if my xml code is correct.. Please give me an
example of an external profile connecting this 2 OS? And instructions

Thanks



mercutioviz wrote:
Quote:

Just curious, why are you dialing out the external gw?
-MC

Sent from my iPhone

On Jun 13, 2009, at 11:11 PM, Edmar Cruz <darklion11@yahoo.com> wrote:

Quote:

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

_______________________________________________
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





--
View this message in context: http://n2.nabble.com/How-to-connect-Freeswitch-Windows%2C-Freeswitch-Linux-and-also-vice-versa--tp3074838p3078676.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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services