Re: [asterisk-users] Macro and Arguments

2007-08-03 Thread bilal ghayyad
Dear James; Thanks a lot for your kindly help and reply. Here is the question: what is the CONSOLE variable that is related to the channel? What it means and to what it indicates this variable? So when we say that Console/dsp, what does that mean? Because console term is related to the console

Re: [asterisk-users] Macro and Arguments

2007-08-03 Thread James FitzGibbon
On 8/3/07, bilal ghayyad <[EMAIL PROTECTED]> wrote: > > At the extensions.conf file, at [demo] context, there > is a line: > > exten => 1234,n,Macro(stdexten, 1234, > ${GLOBAL(CONSOLE)}) > > In this line, I understand that it calls the macro > name stdexten [macro-stdexten] but about the other > va

[asterisk-users] Macro and Arguments

2007-08-03 Thread bilal ghayyad
Hi List; At the extensions.conf file, at [demo] context, there is a line: exten => 1234,n,Macro(stdexten, 1234, ${GLOBAL(CONSOLE)}) In this line, I understand that it calls the macro name stdexten [macro-stdexten] but about the other variables, do we consider 1234 is ARG1 and the ${GLOBAL(CONSOL