Am Mittwoch, den 17.10.2007, 21:57 +0200 schrieb Michael Iedema:
> Greetings everyone,
> 
> today I spent the last part of my day trying to find a parse error
> inside this snip:
> http://pastebin.ca/740081
> 
> If there's anyone who can shed some light on why my GosubIf condition
> is throwing a parse error, I'd greatly appreciate your insight. This
> was really frustrating and is probably a stupid mistake.

Try changing the relevant line

exten => h,n,GosubIf($[${SENDNOTIFICATIONS} = 1]?notify,1)

to

exten => h,n,GosubIf($["${SENDNOTIFICATIONS}" = "1"]?notify,1)

BR
Anselm


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

Reply via email to