[asterisk-users] Multiple DID for SIP Trunk

2012-07-28 Thread Kannan
Hi List,

We are planning an Asterisk installation with SIP clients on one side, and
a SIP trunk on the other side. Is it possible to configure each SIP client
with a DID? How to configure each client with the DID? How to configure the
SIP trunk with multiple DIDs?

Thanks,
Kannan.
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Multiple DID for SIP Trunk

2012-07-28 Thread Mitul Limbani
by writing dialplan

Regards,
Mitul Limbani,
Chief Architech  Founder,
Enterux Solutions Pvt. Ltd.
110 Reena Complex, Opp. Nathani Steel,
Vidyavihar (W), Mumbai - 400 086. India
http://www.enterux.com/
http://www.entvoice.com/
email: mi...@enterux.in
DID: +91-22-71967121
Cell: +91-9820332422




On Sat, Jul 28, 2012 at 2:49 PM, Kannan vasdevelo...@gmail.com wrote:

 Hi List,

 We are planning an Asterisk installation with SIP clients on one side, and
 a SIP trunk on the other side. Is it possible to configure each SIP client
 with a DID? How to configure each client with the DID? How to configure the
 SIP trunk with multiple DIDs?

 Thanks,
 Kannan.

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Multiple DID for SIP Trunk

2012-07-28 Thread Leandro Dardini
Asterisk has some configuration files, like sip.conf holding the peers and
trunks details and the most important one, available in several flavours,
extensions.conf, extensions.ael... these latest ones are merged toghether
at run time. The extension conf file is referred also as 'dialplan' and it
contains instructions in how and what to do once a call is received.
Asterisk is an extemely flexible systen allowing you to do whatever you
like..

Leandro

I am typing from my mobile phone...
Il giorno 28/lug/2012 11:40, Mitul Limbani mi...@enterux.in ha scritto:

 by writing dialplan

 Regards,
 Mitul Limbani,
 Chief Architech  Founder,
 Enterux Solutions Pvt. Ltd.
 110 Reena Complex, Opp. Nathani Steel,
 Vidyavihar (W), Mumbai - 400 086. India
 http://www.enterux.com/
 http://www.entvoice.com/
 email: mi...@enterux.in
 DID: +91-22-71967121
 Cell: +91-9820332422




 On Sat, Jul 28, 2012 at 2:49 PM, Kannan vasdevelo...@gmail.com wrote:

 Hi List,

 We are planning an Asterisk installation with SIP clients on one side,
 and a SIP trunk on the other side. Is it possible to configure each SIP
 client with a DID? How to configure each client with the DID? How to
 configure the SIP trunk with multiple DIDs?

 Thanks,
 Kannan.

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Multiple DID for SIP Trunk

2012-07-28 Thread Федорчук Олег
extension.conf

[from-did1]
exten = _1,1,Dial(SIP/user1)

[from-did2]
exten = _2,1,Dial(SIP/user2)

[from-did3]
exten = _3,1,Dial(SIP/user3)

xxx1-3 is yours DIDs
in sip.conf file  your SIP user must contained 

[user1]
context=from-did1 

[user2]
context=from-did2 

[user3]
context=from-did3 


28.07.2012, 13:19, Kannan vasdevelo...@gmail.com:
 Hi List,

 We are planning an Asterisk installation with SIP clients on one side, and a 
 SIP trunk on the other side. Is it possible to configure each SIP client with 
 a DID? How to configure each client with the DID? How to configure the SIP 
 trunk with multiple DIDs?

 Thanks,
 Kannan.

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
    http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
    http://lists.digium.com/mailman/listinfo/asterisk-users

-

Я на Facebook: http://www.facebook.com/?id=10548217432

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users