In article <[EMAIL PROTECTED]>,
Robert Rozman <[EMAIL PROTECTED]> wrote:
> 
> > exten => 42,1,SetVar(SAVED_EXTEN=${EXTEN})
> > exten => 42,2,Goto(marvin,27,1)
> 
> thanks for help. I'd just like to be sure what happens if there is more than 
> one concurrent calls. Is variable set up for each of them or is necessary to 
> make variable that is somehow unique to each call ???

http://www.voip-info.org/wiki-Asterisk+cmd+SetVar tells you the answer is that
each call gets its own variable space.

There is also a global variable space which you can write to using SetGlobalVar.

Cheers
Tony
-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org
_______________________________________________
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

Reply via email to