Sebastian Reitenbach
2006-Mar-30 07:01 UTC
[Asterisk-Users] asterisk doesn't wait for whole extension
Hi, maybe a dumb question, but it seems that some calls are directed to our central dial in number despite the extensions the callers say they dialled. E.g. they dial 1234-567, asterisk recognizes 12345, it says this is an unknown extension, where it is right, and redirects the call to the central dial in extension 1234-0. This only seems to happen when the numbers are dialled manually. When I try the same dialling with my mobile, it sends the whole number as one block, 1234567 and the correct end device with the extension is ringing. Is there a timer that can be programmed to tell asterisk to wait until it recognizes the number? Or is there a way to tell asterisk that the extensions are all three digits long, so that it will wait the time until the whole extension was dialled? kind regards Sebastian
Aaron Daniel
2006-Mar-30 09:50 UTC
[Asterisk-Users] asterisk doesn't wait for whole extension
Can you post your dialplan? We'd be much better at troubleshooting the problem if we could follow the path that calls take. Aaron On Thu, 30 Mar 2006, Sebastian Reitenbach wrote:> Hi, > > maybe a dumb question, but it seems that some calls are directed to our > central dial in number despite the extensions the callers say they dialled. > E.g. they dial 1234-567, asterisk recognizes 12345, it says this is an unknown > extension, where it is right, and redirects the call to the central dial in > extension 1234-0. This only seems to happen when the numbers are dialled > manually. When I try the same dialling with my mobile, it sends the whole > number as one block, 1234567 and the correct end device with the extension is > ringing. Is there a timer that can be programmed to tell asterisk to wait > until it recognizes the number? Or is there a way to tell asterisk that the > extensions are all three digits long, so that it will wait the time until the > whole extension was dialled? > > kind regards > Sebastian > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Aaron Daniel Computer Systems Technician Sam Houston State University amdtech@shsu.edu (936) 294-4198
Sebastian Reitenbach
2006-Mar-31 00:01 UTC
[Asterisk-Users] asterisk doesn't wait for whole extension
Hi, appended are the the logs while it happened. there the caller 03067890462 dialled 1234304 but asterisk only recognized the 12343. with the old telephone system connected to the same PMX nobody complained that they arrived at the wrong number. I am a bit clueless as for me it seems that only 12343 arrives at the asterisk. kind regards Sebastian Aaron Daniel <amdtech@shsu.edu> wrote:> Can you post your dialplan? We'd be much better at troubleshooting the > problem if we could follow the path that calls take. > > Aaron > > On Thu, 30 Mar 2006, Sebastian Reitenbach wrote: > > > Hi, > > > > maybe a dumb question, but it seems that some calls are directed to our > > central dial in number despite the extensions the callers say theydialled.> > E.g. they dial 1234-567, asterisk recognizes 12345, it says this is anunknown> > extension, where it is right, and redirects the call to the central dialin> > extension 1234-0. This only seems to happen when the numbers are dialled > > manually. When I try the same dialling with my mobile, it sends the whole > > number as one block, 1234567 and the correct end device with the extensionis> > ringing. Is there a timer that can be programmed to tell asterisk to wait > > until it recognizes the number? Or is there a way to tell asterisk thatthe> > extensions are all three digits long, so that it will wait the time untilthe> > whole extension was dialled? > >-------------- next part -------------- Mar 30 12:36:26 DEBUG[2657] chan_zap.c: Write returned -1 (Resource temporarily unavailable) on channel 1 Mar 30 12:36:29 VERBOSE[24364] logger.c: -- Accepting call from '03067890462' to '12343' on channel 0/3, span 1 Mar 30 12:36:29 DEBUG[24364] chan_zap.c: Enabled echo cancellation on channel 3 Mar 30 12:36:29 DEBUG[24349] devicestate.c: Changing state for Zap/3 - state 2 (In use) Mar 30 12:36:29 DEBUG[2689] app_queue.c: Device 'Zap/3' changed to state '2' (In use) Mar 30 12:36:29 DEBUG[2688] pbx.c: Launching 'Goto' Mar 30 12:36:29 VERBOSE[2688] logger.c: -- Executing Goto("Zap/3-1", "s|1") in new stack Mar 30 12:36:29 VERBOSE[2688] logger.c: -- Goto (from-pstn,s,1) Mar 30 12:36:29 DEBUG[2688] pbx.c: Expression result is '1' Mar 30 12:36:29 DEBUG[2688] pbx.c: Launching 'GotoIf' Mar 30 12:36:29 VERBOSE[2688] logger.c: -- Executing GotoIf("Zap/3-1", "1?from-pstn-reghours|s|1:") in new stack Mar 30 12:36:29 VERBOSE[2688] logger.c: -- Goto (from-pstn-reghours,s,1) Mar 30 12:36:29 DEBUG[2688] pbx.c: Expression result is '0' Mar 30 12:36:29 DEBUG[2688] pbx.c: Launching 'GotoIf' Mar 30 12:36:29 VERBOSE[2688] logger.c: -- Executing GotoIf("Zap/3-1", "0?from-pstn-reghours-nofax|s|1:2") in new stack Mar 30 12:36:29 VERBOSE[2688] logger.c: -- Goto (from-pstn-reghours,s,2) Mar 30 12:36:29 DEBUG[2688] pbx.c: Launching 'Answer' Mar 30 12:36:29 VERBOSE[2688] logger.c: -- Executing Answer("Zap/3-1", "") in new stack Mar 30 12:36:29 DEBUG[24349] channel.c: Avoiding initial deadlock for 'Zap/3-1' Mar 30 12:36:29 DEBUG[24349] channel.c: Avoiding initial deadlock for 'Zap/3-1' Mar 30 12:36:29 DEBUG[24349] channel.c: Avoiding initial deadlock for 'Zap/3-1' Mar 30 12:36:29 DEBUG[24349] channel.c: Avoiding initial deadlock for 'Zap/3-1' Mar 30 12:36:29 DEBUG[24349] channel.c: Avoiding initial deadlock for 'Zap/3-1' Mar 30 12:36:29 DEBUG[2688] pbx.c: Launching 'PlayTones' Mar 30 12:36:29 VERBOSE[2688] logger.c: -- Executing PlayTones("Zap/3-1", "ring") in new stack Mar 30 12:36:29 DEBUG[24349] devicestate.c: Changing state for Zap/3 - state 2 (In use) Mar 30 12:36:29 DEBUG[2690] app_queue.c: Device 'Zap/3' changed to state '2' (In use) Mar 30 12:36:29 DEBUG[2688] channel.c: Set channel Zap/3-1 to write format slin Mar 30 12:36:29 DEBUG[2688] channel.c: Scheduling timer at 160 sample intervals Mar 30 12:36:29 DEBUG[2688] pbx.c: Launching 'NVFaxDetect' Mar 30 12:36:29 VERBOSE[2688] logger.c: -- Executing NVFaxDetect("Zap/3-1", "4") in new stack Mar 30 12:36:29 DEBUG[2688] app_nv_faxdetect.c: Preparing detect of fax (waitdur=4ms, sildur=1000ms, mindur=100ms, maxdur=-1ms) Mar 30 12:36:29 DEBUG[2688] channel.c: Set channel Zap/3-1 to read format slin Mar 30 12:36:29 DEBUG[2688] channel.c: Generator got voice, switching to phase locked mode Mar 30 12:36:29 DEBUG[2688] channel.c: Scheduling timer at 0 sample intervals Mar 30 12:36:29 DEBUG[2688] app_nv_faxdetect.c: Start of voice token! Mar 30 12:36:30 DEBUG[2688] app_nv_faxdetect.c: Found unqualified token of 0 ms Mar 30 12:36:30 DEBUG[2688] app_nv_faxdetect.c: Start of voice token! Mar 30 12:36:31 DEBUG[2688] chan_zap.c: DTMF digit: 4 on Zap/3-1 Mar 30 12:36:31 DEBUG[2688] app_nv_faxdetect.c: DTMF detected on Zap/3-1 Mar 30 12:36:31 DEBUG[2688] app_nv_faxdetect.c: Valid extension requested and DTMF did not match Mar 30 12:36:32 DEBUG[2688] app_nv_faxdetect.c: Found qualified token of 1040 ms Mar 30 12:36:32 NOTICE[2688] app_nv_faxdetect.c: Redirecting Zap/3-1 to talk extension Mar 30 12:36:32 WARNING[2688] app_nv_faxdetect.c: Talk detected, but no talk extension Mar 30 12:36:32 DEBUG[2688] channel.c: Set channel Zap/3-1 to read format alaw Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'SetVar' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing SetVar("Zap/3-1", "intype=EXT-100") in new stack Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'Cut' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing Cut("Zap/3-1", "intype=intype|-|1") in new stack Mar 30 12:36:32 DEBUG[2688] pbx.c: Expression result is '1' Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'GotoIf' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing GotoIf("Zap/3-1", "1?8:9") in new stack Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Goto (from-pstn-reghours,s,8) Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'Goto' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing Goto("Zap/3-1", "ext-local|100|1") in new stack Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Goto (ext-local,100,1) Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'Macro' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing Macro("Zap/3-1", "exten-vm|100|100") in new stack Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'Macro' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing Macro("Zap/3-1", "user-callerid") in new stack Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'DBget' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing DBget("Zap/3-1", "AMPUSER=DEVICE/03067890462/user") in new stack Mar 30 12:36:32 VERBOSE[2688] logger.c: -- DBget: varname=AMPUSER, family=DEVICE, key=03067890462/user Mar 30 12:36:32 DEBUG[2688] db.c: Unable to find key '03067890462/user' in family 'DEVICE' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- DBget: Value not found in database. Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'DBget' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing DBget("Zap/3-1", "AMPUSERCIDNAME=AMPUSER//cidname") in new stack Mar 30 12:36:32 VERBOSE[2688] logger.c: -- DBget: varname=AMPUSERCIDNAME, family=AMPUSER, key=/cidname Mar 30 12:36:32 DEBUG[2688] db.c: Unable to find key '/cidname' in family 'AMPUSER' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- DBget: Value not found in database. Mar 30 12:36:32 DEBUG[2688] pbx.c: Expression result is '1' Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'GotoIf' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing GotoIf("Zap/3-1", "1?5") in new stack Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Goto (macro-user-callerid,s,5) Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'NoOp' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing NoOp("Zap/3-1", "Using CallerID 03067890462") in new stack Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'SetVar' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing SetVar("Zap/3-1", "FROMCONTEXT=exten-vm") in new stack Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'Macro' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing Macro("Zap/3-1", "record-enable|100|IN") in new stack Mar 30 12:36:32 DEBUG[2688] pbx.c: Function result is '0' Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'GotoIf' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing GotoIf("Zap/3-1", "0 > 0?2:4") in new stack Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Goto (macro-record-enable,s,4) Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'AGI' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing AGI("Zap/3-1", "recordingcheck|20060330-123632|1143714989.216") in new stack Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Launched AGI Script /var/lib/asterisk/agi-bin/recordingcheck Mar 30 12:36:32 VERBOSE[2688] logger.c: recordingcheck|20060330-123632|1143714989.216: Inbound recording not enabled Mar 30 12:36:32 VERBOSE[2688] logger.c: -- AGI Script recordingcheck completed, returning 0 Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'NoOp' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing NoOp("Zap/3-1", "No recording needed") in new stack Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'Macro' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing Macro("Zap/3-1", "dial|35|tr|100") in new stack Mar 30 12:36:32 DEBUG[2688] pbx.c: Expression result is '0' Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'GotoIf' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing GotoIf("Zap/3-1", "0?4:2") in new stack Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Goto (macro-dial,s,2) Mar 30 12:36:32 DEBUG[2688] pbx.c: Function result is '0' Mar 30 12:36:32 DEBUG[2688] pbx.c: Expression result is '0' Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'GotoIf' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing GotoIf("Zap/3-1", "0?5:4") in new stack Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Goto (macro-dial,s,4) Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'AGI' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing AGI("Zap/3-1", "dialparties.agi") in new stack Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Launched AGI Script /var/lib/asterisk/agi-bin/dialparties.agi Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: priority = 4 Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: callingani2 = 0 Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: accountcode Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: channel = Zap/3-1 Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: callerid = 03067890462 Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: context = macro-dial Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: callington = 33 Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: dnid = 12343 Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: request = dialparties.agi Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: calleridname = unknown Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: extension = s Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: language = en Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: uniqueid = 1143714989.216 Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: callingpres = 1 Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: type = Zap Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: rdnis = unknown Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: callingtns = 0 Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: enhanced = 0.0 Mar 30 12:36:32 VERBOSE[2688] logger.c: dialparties.agi: Caller ID name and number are '03067890462' Mar 30 12:36:32 VERBOSE[2688] logger.c: dialparties.agi: Methodology of ring is 'none' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: Added extension 100 to extension map Mar 30 12:36:32 DEBUG[2688] db.c: Unable to find key '100' in family 'CF' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: Extension 100 cf is disabled Mar 30 12:36:32 DEBUG[2688] db.c: Unable to find key '100' in family 'DND' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: Extension 100 do not disturb is disabled Mar 30 12:36:32 DEBUG[2688] db.c: Unable to find key '100' in family 'CW' Mar 30 12:36:32 DEBUG[2688] db.c: Unable to find key '100' in family 'CFB' Mar 30 12:36:32 VERBOSE[2688] logger.c: > dialparties.agi: extnum: 100 Mar 30 12:36:32 VERBOSE[2688] logger.c: > dialparties.agi: exthascw: 0 Mar 30 12:36:32 VERBOSE[2688] logger.c: > dialparties.agi: exthascfb: 0 Mar 30 12:36:32 VERBOSE[2688] logger.c: > dialparties.agi: extcfb: Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: Checking CW and CFB status for extension 100 Mar 30 12:36:32 DEBUG[2693] manager.c: Manager received command 'Login' Mar 30 12:36:32 DEBUG[2693] config.c: Parsing /etc/asterisk/manager.conf Mar 30 12:36:32 DEBUG[2693] config.c: Parsing /etc/asterisk/manager_custom.conf Mar 30 12:36:32 WARNING[2693] config.c: Unknown directive 'permit=192.168.1.0/255.255.255.0' at line 18 of manager_custom.conf Mar 30 12:36:32 DEBUG[2693] acl.c: 0.0.0.0/0.0.0.0/0.0.0.0 appended to acl for peer Mar 30 12:36:32 DEBUG[2693] acl.c: 127.0.0.1/255.255.255.0/255.255.255.0 appended to acl for peer Mar 30 12:36:32 DEBUG[2693] acl.c: ##### Testing 127.0.0.1 with 0.0.0.0 Mar 30 12:36:32 DEBUG[2693] acl.c: ##### Testing 127.0.0.1 with 127.0.0.0 Mar 30 12:36:32 VERBOSE[2693] logger.c: == Manager 'admin' logged on from 127.0.0.1 Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: Correct AMPMGRUSER and AMPMGRPASS Mar 30 12:36:32 DEBUG[2693] manager.c: Manager received command 'ExtensionState' Mar 30 12:36:32 DEBUG[2693] chan_sip.c: Checking device state for peer 100 Mar 30 12:36:32 DEBUG[2693] manager.c: Manager received command 'Logoff' Mar 30 12:36:32 VERBOSE[2693] logger.c: == Manager 'admin' logged off from 127.0.0.1 Mar 30 12:36:32 VERBOSE[2688] logger.c: > dialparties.agi: extstate: 0 Mar 30 12:36:32 VERBOSE[2688] logger.c: dialparties.agi: Extension 100 is available...skipping checks Mar 30 12:36:32 VERBOSE[2688] logger.c: -- dialparties.agi: DbSet CALLTRACE/100 to 03067890462 Mar 30 12:36:32 VERBOSE[2688] logger.c: -- AGI Script dialparties.agi completed, returning 0 Mar 30 12:36:32 DEBUG[2688] pbx.c: Launching 'Dial' Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Executing Dial("Zap/3-1", "SIP/100|35|tr") in new stack Mar 30 12:36:32 DEBUG[2688] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - INVITE (With RTP) Mar 30 12:36:32 DEBUG[2688] chan_sip.c: Setting NAT on RTP to 0 Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-dial-s-10. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable MACRO_DEPTH. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable ds. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-dial-s-4. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-dial-s-2. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-dial-s-1. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable ARG3. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable ARG2. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable ARG1. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable MACRO_PRIORITY. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable MACRO_CONTEXT. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable MACRO_EXTEN. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-exten-vm-s-4. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-record-enable-s-5. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-record-enable-s-4. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-record-enable-s-1. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-exten-vm-s-3. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable FROMCONTEXT. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-exten-vm-s-2. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-user-callerid-s-5. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-user-callerid-s-3. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable DBGETSTATUS. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-user-callerid-s-2. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-user-callerid-s-1. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-macro-exten-vm-s-1. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-ext-local-100-1. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-from-pstn-reghours-s-8. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-from-pstn-reghours-s-7. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable intype. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-from-pstn-reghours-s-6. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-from-pstn-reghours-s-5. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable TALK_DETECTED. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable DTMF_DETECTED. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable FAXEXTEN. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable FAX_DETECTED. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-from-pstn-reghours-s-4. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-from-pstn-reghours-s-3. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-from-pstn-reghours-s-2. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-from-pstn-reghours-s-1. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-from-pstn-s-1. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable STACK-from-pstn-12343-1. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable CALLEDTON. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable ANI2. Mar 30 12:36:32 DEBUG[2688] channel.c: Not copying variable TRANSFERCAPABILITY. Mar 30 12:36:32 DEBUG[2688] chan_sip.c: Outgoing Call for 100 Mar 30 12:36:32 DEBUG[2688] chan_sip.c: Updating call counter for outgoing call Mar 30 12:36:32 VERBOSE[2688] logger.c: -- Called 100 Mar 30 12:36:32 DEBUG[2688] chan_zap.c: Requested indication 3 on channel Zap/3-1
Sebastian Reitenbach
2006-Mar-31 00:07 UTC
[Asterisk-Users] asterisk doesn't wait for whole extension
Hi, thanks for answering my question. I used AMP to setup the dial plan. I have attached the extensions*.conf files created by it. My message was too large for the list, therefore i omitted the extensions_custom.conf. let me know if you need it. thanks for looking. kind regards Sebastian -------------- next part -------------- A non-text attachment was scrubbed... Name: extensions_additional.conf Type: application/octet-stream Size: 8123 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060331/b781fa51/extensions_additional.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: extensions.conf Type: application/octet-stream Size: 32117 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060331/b781fa51/extensions.obj