It apears what is happening is that Background interprets any key as the beginning of a user dialing an extension from the default context of that extension, so invariably it jumps out of the macro into the main context.
Can't figure out how to keep it local to the macro.
-Steve
On Apr 14, 2004, at 6:11 PM, Chris A. Icide wrote:
On 02:44 PM 4/14/2004, Steven Kokinos wrote: >I'm working on setting up a macro that will allow users to call their <snip>
>exten => 1,*,Macro(checkmessage,${ARG1}) >exten => 2,*,Hangup
try:
exten => *,1,..... exten => *,2,.....
instead.
<snip>
>Can anyone point me in the right direction as to what I'm doing wrong >here? > >Regards, > >-Steve > >_______________________________________________ >Asterisk-Users mailing list >[EMAIL PROTECTED] >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
