<log level clean action>
- : Exit the httapi application and continue in the dialplan.
+ : Write a log line to fs_cli, console, logs, etc.
ATTRS:
level : The log level to use.
-clean : If true do not pring log prefix.
+clean : If true do not print log prefix.
action : Change url to submit to.
temp-action : Change url to submit to. just for the next loop.
<voicemail action temp-action check auth-only profile domain id/>
- : Get a Channel variable (depends on permissions)
+ : Call the voicemail app without requiring "execute" permissions
ATTRS:
action : Change url to submit to.
if (auth_only) {
if (authed) {
switch_channel_set_variable(channel, "user_pin_authenticated", "true");
+ switch_channel_set_variable(channel, "user_pin_authenticated_user", myid);
if (!zstr(myid)) switch_ivr_set_user(session, myid);
} else {
switch_channel_hangup(channel, SWITCH_CAUSE_USER_CHALLENGE);