hi all i have a problem, with digit 9. to go outside asterisk give me the error "All Circuits are busy" what happend?? my extension.conf [globals] VM_PREFIX = * RINGTIMER = 15 REGTIME = 7:55-17:05 REGDAYS = mon-fri RECORDEXTEN = "" PARKNOTIFY = SIP/200 OUT_1 = ZAP/g0 OPERATOR NULL = "" IN_OVERRIDE = forcereghours INCOMING = EXT-200 FAX_RX_EMAIL = fax@mydomain.com FAX_RX = system FAX E201 = SIP E200 = SIP DIRECTORY_OPTS DIRECTORY = last DIAL_OUT = 9 DIAL_OPTIONS = tr DIALOUTIDS = 1 CALLFILENAME = "" AFTER_INCOMING [ext-local] include => ext-local-custom exten => 200,1,Macro(exten-vm,novm,200) exten => 201,1,Macro(exten-vm,201@default,201) exten => ${VM_PREFIX}201,1,Macro(vm,201) [outbound-allroutes] include => outbound-allroutes-custom include => outrt-002-9outside [outrt-002-9outside] include => outrt-002-9outside-custom exten => _1XX,1,Macro(dialout-trunk,1,${EXTEN},) exten => _1XX,2,Macro(outisbusy) ; No available circuits exten => _9XXXXXXX,1,Macro(dialout-trunk,1,${EXTEN},) exten => _9XXXXXXX,2,Macro(outisbusy) ; No available circuits -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050908/e1a1c701/attachment.htm
On Thu, 2005-09-08 at 11:07 -0300, Pietro U wrote:> hi all i have a problem, with digit 9. to go outside asterisk give me > the error "All Circuits are busy" what happend?? >> [outrt-002-9outside] > include => outrt-002-9outside-custom > exten => _1XX,1,Macro(dialout-trunk,1,${EXTEN},) > exten => _1XX,2,Macro(outisbusy) ; No available circuits > exten => _9XXXXXXX,1,Macro(dialout-trunk,1,${EXTEN},) > exten => _9XXXXXXX,2,Macro(outisbusy) ; No available circuits >First thing, this information is based on the fact that your Macro actually works, you omited to include that. So we have no idea what it does. Is 9 a valid first digit for all your outside lines? Are all your external numbers 9 followed by exactly 8 digits? -- Dave Cotton <dcotton@linuxautrement.com>
Dave thanks for the reply. in my PBX (digital phones) i dial 9 and get outside line and local numbers have 7 digits. is the conf correct for this numeric plan? On 9/8/05, Dave Cotton <dcotton@linuxautrement.com> wrote:> > On Thu, 2005-09-08 at 11:07 -0300, Pietro U wrote: > > hi all i have a problem, with digit 9. to go outside asterisk give me > > the error "All Circuits are busy" what happend?? > > > > > [outrt-002-9outside] > > include => outrt-002-9outside-custom > > exten => _1XX,1,Macro(dialout-trunk,1,${EXTEN},) > > exten => _1XX,2,Macro(outisbusy) ; No available circuits > > exten => _9XXXXXXX,1,Macro(dialout-trunk,1,${EXTEN},) > > exten => _9XXXXXXX,2,Macro(outisbusy) ; No available circuits > > > > First thing, this information is based on the fact that your Macro > actually works, you omited to include that. So we have no idea what it > does. > > Is 9 a valid first digit for all your outside lines? > > Are all your external numbers 9 followed by exactly 8 digits? > > > -- > Dave Cotton <dcotton@linuxautrement.com> > > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com <http://Easynews.com>-- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050908/a01bb7d6/attachment.htm