[asterisk-users] More clarification on outbound sip channels.

Eddie Mikell eddie at rimmkaufman.com
Mon May 10 09:35:06 CDT 2010


Jim, and all:

Thanks for the response.

If I can repeat what you are saying:  you don't have to define the multiple lines in sip.conf?

For comparison, with my current esi setup, we have 10 outgoing lines.  If one line is busy, then the service just rolls to the next number.  This is set up with the phone service.

That doesn't have to done with outgoing sip lines?  Does the dialstatus have to be checked when a user dials out?

I understand the incoming lines - we will have a block of DID numbers, and I can check those and send to appropriate extensions.

Thanks all for helping to clarify.  I have gotten a couple of users who haven't been able to call out, and wasn't sure if I wasn't "rolling over" the sip lines properly.

Best,

Eddie Mikell



From: Jim Dickenson<dickenson at cfmc.com>
Subject: Re: [asterisk-users] Multiple SIP lines.
To: Asterisk Users Mailing List - Non-Commercial Discussion
	<asterisk-users at lists.digium.com>
Message-ID:<EDA8102C-B255-46E0-940D-1EF217566DDF at cfmc.com>
Content-Type: text/plain; charset=us-ascii

I think it is typical to have some limited number of outbound channels to your SIP provider. You send all calls, up to your limit, to the same place. The phone numbers your provider gave you are used to route inbound calls to your asterisk box. You will typically have some limited number of inbound channels. All people could call the same number, again controlled by the number of channels your provider allows. A reason to have multiple inbound (DID) numbers is so you can route each number to a specific dialplan extension. You might route one number to the CEO of the company and the other to a voice tree that allows the caller to specify the person's extension they want to talk with.
-- Jim Dickenson mailto:dickenson at cfmc.com CfMC http://www.cfmc.com/ On 
May 7, 2010, at 11:17 AM, Eddie Mikell wrote:

> >  All:
> >  
> >  Still experimenting with the asterisk server for the company.
> >  
> >  My local phone company has given me two sip numbers to experiment with,
> >  say 444-456-1234&  444-456-5678
> >  
> >  Calling in and out works, and I've spread a couple of the phones out
> >  with some co-workers.
> >  
> >  My question is this:  Do I have to define multiple sip lines in either
> >  the sip.conf or the extensions.conf?
> >  
> >  Now when I dial out, I just use
> >  
> >  exten =>  _9.,1,DIAL(SIP/${EXTEN:1}@xx.tracfone.net).
> >  
> >  How does it know which sip channel to use?
> >  
> >  Hope that is clear.
> >  
> >  Thanks for all the help.
> >  
> >  Eddie Mikell
>    



More information about the asterisk-users mailing list