[Home]

Summary:ASTERISK-04663: Macro and Realtime Extensions
Reporter:Kengie Ho (kengie)Labels:
Date Opened:2005-07-23 14:19:56Date Closed:2011-06-07 14:03:28
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Functions/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:After the call status exits a macro, the Realtime extensions doesn't work.

****** ADDITIONAL INFORMATION ******

-- Executing NoOp("SIP/555-5dcf", "Channel is SIP/555-5dcf") in new stack
== Auto fallthrough, channel 'SIP/555-5dcf' status is 'UNKNOWN'

And the following error with autofallthrough=no :

  -- Executing NoOp("SIP/555-f121", "Channel is SIP/555-f121") in new stack
Jul 21 16:51:46 WARNING[4090]: pbx.c:2337 __ast_pbx_run: Timeout, but
no rule 't' in context 'default'

In a sense, when I leave the marco, I should be able to enter the
realtime extension, but the call flow just fails after prority of the
default context.

Is there some bug in my sytnax or something in the asterisk program itself?

Below is my default context:

[default]
exten => _X.,1,Macro(stdexten,${EXTEN},${CALLERIDNUM})
;Realtime Routing from MySQL
switch => Realtime/default@extensions

[macro-stdexten]
exten => s,1,NoOp(Leaving Marco)
Comments:By: Olle Johansson (oej) 2005-07-23 14:27:37

This is not a bug report, it's a support issue. Please do not use the bug tracker for support. Check for help in the IRC first. This question was answered on the mailing list as well.

By: Olle Johansson (oej) 2005-07-23 14:28:35

--- Not a bug, misunderstanding of how the dial plan really works. For support, use the asterisk-users mailing list or the #asterisk channel on IRC. THank you.