Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] FS and DIDs


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





PostPosted: Wed Sep 10, 2008 8:04 pm    Post subject: [Freeswitch-users] FS and DIDs Reply with quote

Hi all,

the wiki provides information about how to receive an inbound call

http://wiki.freeswitch.org/wiki/Getting_Started_Guide#Receiving_an_inbound_call_from_a_Gateway

The problem is that I can have only one DID per gateway.

I would like to use one gateway that will allow several FS extensions (Virtual Numbers) to make calls, and point several different DIDs to these extensions individually. Is that possible ?


thanks

Jair Santos
Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Sep 10, 2008 8:11 pm    Post subject: [Freeswitch-users] FS and DIDs Reply with quote

You don't setup gateways to receive calls. You can just have your provider send as many did's at you as they feel free to send. Just don't auth-calls on that profile that all the did's hit. A gateway has nothing to do with DID's it just registers to the far side and is used when they challenge us.

/b

On Sep 10, 2008, at 8:01 PM, Jair Santos wrote:
Quote:


Hi all,

the wiki provides information about how to receive an inbound call

http://wiki.freeswitch.org/wiki/Getting_Started_Guide#Receiving_an_inbound_call_from_a_Gateway

The problem is that I can have only one DID per gateway.

I would like to use one gateway that will allow several FS extensions (Virtual Numbers) to make calls, and point several different DIDs to these extensions individually. Is that possible ?


thanks

Jair Santos
Back to top
jairds at shaw.ca
Guest





PostPosted: Wed Sep 10, 2008 8:36 pm    Post subject: [Freeswitch-users] FS and DIDs Reply with quote

If the provider send me, say 100 DIDs, can I point each of them to a different extension ?

So I'll have 100 DIDs each of them ringing on a different extension?


Is this the correct config ?

<extension name="DID01">
<condition field="destination_number" expression="15555551212">
<action application="transfer" data="1001 XML default"/>
</condition>
</extension>

<extension name="DID02">
<condition field="destination_number" expression="15425657888">
<action application="transfer" data="1002 XML default"/>
</condition>
</extension>





Jair Santos





Quote:

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Brian West
Sent: Wednesday, September 10, 2008 6:10 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] FS and DIDs


You don't setup gateways to receive calls. You can just have your provider send as many did's at you as they feel free to send. Just don't auth-calls on that profile that all the did's hit. A gateway has nothing to do with DID's it just registers to the far side and is used when they challenge us.

/b

On Sep 10, 2008, at 8:01 PM, Jair Santos wrote:
Quote:


Hi all,

the wiki provides information about how to receive an inbound call

http://wiki.freeswitch.org/wiki/Getting_Started_Guide#Receiving_an_inbound_call_from_a_Gateway

The problem is that I can have only one DID per gateway.

I would like to use one gateway that will allow several FS extensions (Virtual Numbers) to make calls, and point several different DIDs to these extensions individually. Is that possible ?


thanks

Jair Santos



Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Sep 10, 2008 8:39 pm    Post subject: [Freeswitch-users] FS and DIDs Reply with quote

Shouldn't be a problem.

/b

On Sep 10, 2008, at 8:34 PM, Jair Santos wrote:
Quote:
If the provider send me, say 100 DIDs, can I point each of them to a different extension ?
Back to top
mike at jerris.com
Guest





PostPosted: Wed Sep 10, 2008 8:44 pm    Post subject: [Freeswitch-users] FS and DIDs Reply with quote

you could also have a single dial-plan extension that did a condition based on host.

Mike

On Sep 10, 2008, at 9:34 PM, Jair Santos wrote:
Quote:
If the provider send me, say 100 DIDs, can I point each of them to a different extension ?

So I'll have 100 DIDs each of them ringing on a different extension?


Is this the correct config ?

<extension name="DID01">
<condition field="destination_number" expression="15555551212">
<action application="transfer" data="1001 XML default"/>
</condition>
</extension>

<extension name="DID02">
<condition field="destination_number" expression="15425657888">
<action application="transfer" data="1002 XML default"/>
</condition>
</extension>





Jair Santos





Quote:

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Brian West
Sent: Wednesday, September 10, 2008 6:10 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] FS and DIDs


You don't setup gateways to receive calls. You can just have your provider send as many did's at you as they feel free to send. Just don't auth-calls on that profile that all the did's hit. A gateway has nothing to do with DID's it just registers to the far side and is used when they challenge us.

/b

On Sep 10, 2008, at 8:01 PM, Jair Santos wrote:
Quote:


Hi all,

the wiki provides information about how to receive an inbound call

http://wiki.freeswitch.org/wiki/Getting_Started_Guide#Receiving_an_inbound_call_from_a_Gateway

The problem is that I can have only one DID per gateway.

I would like to use one gateway that will allow several FS extensions (Virtual Numbers) to make calls, and point several different DIDs to these extensions individually. Is that possible ?


thanks

Jair Santos




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
shawnl at waterwheelne...
Guest





PostPosted: Wed Sep 10, 2008 8:53 pm    Post subject: [Freeswitch-users] FS and DIDs Reply with quote

How would that look?

Michael Jerris wrote:
Quote:
you could also have a single dial-plan extension that did a condition
based on host.

Mike

On Sep 10, 2008, at 9:34 PM, Jair Santos wrote:

Quote:
If the provider send me, say 100 DIDs, can I point each of them to a
different extension ?

So I'll have 100 DIDs each of them ringing on a different extension?


Is this the correct config ?

<extension name="DID01">
<condition field="destination_number" expression="15555551212">
<action application="transfer" data="1001 XML default"/>
</condition>
</extension>

<extension name="DID02">
<condition field="destination_number" expression="15425657888">
<action application="transfer" data="1002 XML default"/>
</condition>
</extension>


Jair Santos





-----Original Message-----
*From:* freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] *On Behalf
Of *Brian West
*Sent:* Wednesday, September 10, 2008 6:10 PM
*To:* freeswitch-users@lists.freeswitch.org
<mailto:freeswitch-users@lists.freeswitch.org>
*Subject:* Re: [Freeswitch-users] FS and DIDs

You don't setup gateways to receive calls. You can just have
your provider send as many did's at you as they feel free to
send. Just don't auth-calls on that profile that all the did's
hit. A gateway has nothing to do with DID's it just registers to
the far side and is used when they challenge us.

/b

On Sep 10, 2008, at 8:01 PM, Jair Santos wrote:

Quote:


Hi all,

the wiki provides information about how to receive an inbound call

http://wiki.freeswitch.org/wiki/Getting_Started_Guide#Receiving_an_inbound_call_from_a_Gateway

The problem is that I can have only one DID per gateway.

I would like to use one gateway that will allow several FS
extensions (Virtual Numbers) to make calls, and point several
different DIDs to these extensions individually. Is that possible ?


thanks

Jair Santos

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
<mailto: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



_______________________________________________
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
rehan at supertec.com
Guest





PostPosted: Thu Sep 11, 2008 1:27 am    Post subject: [Freeswitch-users] FS and DIDs Reply with quote

can we announce the didx partnership for freeswitch ?

Quote:

Shouldn't be a problem. /b

On Sep 10, 2008, at 8:34 PM, Jair Santos wrote:

If the provider send me, say 100 DIDs, can I point each of them to a different extension ?





Rehan Ahmed AllahWala
Msn/Yahoo/GoogleTalk/Email: Rehan@Rehan.com
http://www.supertec.com/ - Internet Telephony Solutions
Http://www.DIDX.net - DID Number Market Place.
Don't Remember Me ? Visit http://www.Rehan.com

~~~~~~~~~~~~~~~~~~~
"First they ignore you, then they laugh at you, then they fight you, then you win."
By Gandhi.

"Live as if you were to die tomorrow. Learn as if you were to live forever." - Gandhi


_______________________________________________
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