[asterisk-dev] Jumping to specific extension priority out of application

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Tue Feb 20 10:29:13 MST 2007


On Tuesday 20 February 2007 10:45, Thomas Hecker wrote:
> How do I set this variable?
> I tried
>
> ast_var_assign("APP_STATUS", "Status01");
>
> but my dialplan extension
> exten => 800,2,Verbose("App Status: ${APP_STATUS}")
> prints no value.

pbx_builtin_setvar_helper(chan, "APP_STATUS", "status01");

-- 
Tilghman


More information about the asterisk-dev mailing list