mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 17:26:03 +00:00
revert
This commit is contained in:
parent
a436a3e962
commit
fbc83cb0ea
@ -996,6 +996,7 @@ static switch_status_t parse_record(const char *tag_name, client_t *client, swit
|
|||||||
action_binding->action = (char *) switch_xml_attr(bind, "action");
|
action_binding->action = (char *) switch_xml_attr(bind, "action");
|
||||||
action_binding->error_file = (char *) error_file;
|
action_binding->error_file = (char *) error_file;
|
||||||
action_binding->parent = top_action_binding;
|
action_binding->parent = top_action_binding;
|
||||||
|
|
||||||
switch_ivr_dmachine_bind(dmachine, action_binding->realm, action_binding->input, 0, digit_action_callback, action_binding);
|
switch_ivr_dmachine_bind(dmachine, action_binding->realm, action_binding->input, 0, digit_action_callback, action_binding);
|
||||||
bind = bind->next;
|
bind = bind->next;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user