<application name="hangup"/>
</application-list>
</permission>
- <permission name="expand-vars-in-tag-body" value="false">
+ <permission name="expand-vars" value="false">
<!-- default to "deny" or "allow" -->
<!-- type attr can be "deny" or "allow" nothing defaults to opposite of the list default so allow in this case -->
<!--
* Contributor(s):
*
* Anthony Minessale II <anthm@freeswitch.org>
+ * Raymond Chandler <intralanman@freeswitch.org>
*
* mod_httapi.c -- HT-TAPI Hypertext Telephony API
*
} else if (!strcasecmp(var, "conference")) {
profile->perms.conference.enabled = switch_true(val);
} else if (!strcasecmp(var, "conference-set-profile")) {
- profile->perms.conference.enabled = switch_true(val);
+ if (switch_true(val)) profile->perms.conference.enabled = SWITCH_TRUE;
profile->perms.conference.set_profile = switch_true(val);
}