[Asterisk-Users] 5 Channel / Trunk ??

Brian D Heaton bdheaton at c4i2.com
Thu Nov 6 21:13:03 MST 2003


Steven is right.  Making them all 2-way DID trunks will greatly simplify
your routing.  Inbound can be on whatever order the LEC wants and your
outbound can be the same.  It will be a bit more expensive, but it will
save headaches.

You'll probably want to keep an eye on the CDRs to see how often all 5
trunks are busy.  That (and reports from folks attempting to call in)
will be your first indication that you need an additional trunk.  If one
of the 3 companies it making majority use of the trunks you can see that
too.

This will also allow you to get a block of say 25 DID #s and have not
only customized auto attendants, but also individual company fax
numbers, etc for each company.

			THX/BDH


On Thu, 2003-11-06 at 23:04, Steven Critchfield wrote:
> On Thu, 2003-11-06 at 21:45, PBX wrote:
> > Ok.. Thinking about your comments...
> > 
> > Example - 
> > 
> > Have 1 DID line and the rest loop-start lines.  The DID line would have
> > all phone numbers needed.  Last 4 digits passed via DTMF.  Extension
> > created using the last 4 digits passed.  Then do a goto that jumps to
> > the appropriate company extension playing the auto atendant.
> > 
> > Then outbound voice could just go over any available line....
> 
> No, make all 5 be DID lines. This way you can have calls come in on any
> line and get it to where you want. Your extensions.conf file would end
> up like this.
> 
> [incoming]
> exten => 1111,1,Goto(CompanyA,s,1)
> exten => 2222,1,Goto(CompanyB,s,1)
> exten => 3333,1,Goto(CompanyC,s,1)
> 
> [CompanyA]
> exten => s,1,Answer
> exten => s,2,Background(CompanyA-intro)
> include => CompanyA-extens
> 
> [CompanyB]
> exten => s,1,Answer
> exten => s,2,Background(CompanyB-intro)
> include => CompanyB-extens
> 
> [CompanyC]
> exten => s,1,Answer
> exten => s,2,Background(CompanyC-intro)
> include => CompanyC-extens
> 
> 
> 
> > -----Original Message-----
> > From: asterisk-users-admin at lists.digium.com
> > [mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Steven
> > Critchfield
> > Posted At: Thursday, November 06, 2003 10:08 PM
> > Posted To: Asterisk User Group
> > Conversation: [Asterisk-Users] 5 Channel / Trunk ??
> > Subject: Re: [Asterisk-Users] 5 Channel / Trunk ??
> > 
> > 
> > On Thu, 2003-11-06 at 21:02, PBX wrote:
> > > To all Asterisk guru's...
> > > 
> > > Here is my question.
> > > 
> > > 1. Asterisk PBX - 5 Trunks / Incoming lines
> > > 2. 1 Building - 3 Companies (sharing phone system)
> > > 
> > > 
> > > Ok that's the basic layout.  Here's the low down - Each company will 
> > > have one dedicated channel for there company.  The other 2 channels 
> > > they want to be set aside as rollover's (rotary).  That is not an 
> > > issue. Where my concern is, how can I specify if they call Company A 
> > > and primary line is busy and it rolls over to one of the spare lines, 
> > > how do I designate which Auto Attendant is played.  If it was certain 
> > > channels set aside for certain companies that would not be an issue.
> > > 
> > > Any one have any ideas on how to accomplish this.  Is there a way to 
> > > look and see where the call was originally designated for.
> > 
> > Get E&M wink DID lines. The line signals a call, you pick up, X number
> > of digits are passed in DTMF, and you wink the line and then answer the
> > line with the appropriate extension signaled. You set these DID numbers
> > up as a nice Goto that jumps to the appropriate companies start
> > extension in the appropriate context. This way also all 5 lines can be
> > used by any company, or you can place counters that would let you play a
> > message saying something and then hangup to free the line up for your
> > remaining companies.




More information about the asterisk-users mailing list