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: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] 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. -- Steven Critchfield <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
