Hi!

> Looks like I still don't understand how SHARED works :-(
> 
> exten=6052,n,Dial(SIP/6052,,M(test))

exten=6052,n,Dial(SIP/6052,,M(test^${CHANNEL}))

Please check if in Asterisk 1.6 the Syntax for passing arguments to the M 
option of Dial() has changed.

> [macro-test]
> exten => s,n,Set(SHARED(foo,${CHANNEL})=456 )

exten => s,n,Set(SHARED(foo,${ARG1})=456)

Philipp


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to