Maybe I explained it wrong.sorry.
I just used the DISA as an example of where to point to. I got no issues with the DISA portion. Frankly, thanks to the suggestions from a lot of users here, it's been made bulletproof (to a certain degree). Where my issue lies is with the inbound DID. So as an example, I have a DID of 416.555.1212. Every time you call that number, I want it to hit my DISA line. But I can't get the system to hit the "exten => 4165551212,1,Goto(DISA,1,1)" line. Reason why I'm asking for this is because I will have other DIDs for other functions (read direct to V/M and the likes). Hope this clarifies things. Andy Jaikissoon _____ From: Mike Ashton [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 11:08 AM To: [email protected] Subject: Re: [on-asterisk] Inbound Calls Andy, You should be ale to do this from the freePBX interface. Make sure you have the DISA module enabled so that it appears in your menu. Then fill in the info which includes a security code ( this only allows on security code per DISA context) say 1234. If you want a custom one for each line create the multiple DISA contexts. Then in your digital receptionist add an option, give it a code (33) and point it to the DISA def you want it to go to. Then it should work as follows: Dial in the DID, get digital receptionist, key 33, then you should be prompted for code and number, so would be 1234#416555112 and call should go through. Note after security code there is no second dial tone, it expects one long string. Mike Andy Jaikissoon wrote: Good morning everyone, Maybe someone out there can either shed some light on this for me or point me in the right direction. I have about four DIDs coming into my Trixbox. Now, I want them to go too different places but I can seem to get the Trixbox to even recognize 1 DID. It always hits one section for all calls. Please help!!! The following is the coding in the system where it always hits: ============================================================================ ====== [ext-did] include => ext-did-custom exten => s,1,Goto(DISA,1,1) exten => 4165551212,1,Goto(DISA,1,1) exten => _X.,1,Noop(Catch-All DID Match - Found ${CALLERIDNUM}) exten => _X.,n,Goto(ext-did,s,1) ; end of [ext-did] ============================================================================ ====== All calls seem to hit the _X. section which I don't want. Also, those 2 lines were created when I installed my Trixbox. I've tried commenting those lines out but the call then fails. Maybe I'm missing something here so if anyone could let me know, that would be appreciated. Andy Jaikissoon _____ No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.5/403 - Release Date: 28/07/2006 -- Mike Ashton Quality Track Intl Ph: 647-722-2092 x 251 Cell: 416-527-4995 Fax: 416-352-6043 QTI CONFIDENTIAL AND PROPRIETARY INFORMATION The contents of this material are confidential and proprietary to Quality Track International, Inc. and may not be reproduced, disclosed, distributed or used without the express permission of an authorized representative of QTI. Use for any purpose or in any manner other than that expressly authorized is prohibited. If you have received this communication in error, please immediately delete it and all copies, and promptly notify the sender.
