Lonnie,

Thank you... that did the trick. Much appreciated!

------------------------

Shamus,

CURL is a function, not an application, hence it returns a string and
is called via ${CURL(...)}

Try this...

[macro-features]
exten => 
s,1,Set(rtn=${CURL(http://ekonserver.lan/aastra/push_notify.php?ec500=${DB(global/ec500)}&dnd=${DB(global/dnd)})})
exten => 
s,n,Set(rtn=${CURL(http://ekonserver.lan/cisco/push_notify.php?ec500=${DB(global/ec500)}&dnd=${DB(global/dnd)})})

The variable ${rtn} will contain the result of the CURL if desired.

Lonnie
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to