mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-19 01:45:32 +00:00
revert
This commit is contained in:
parent
59a3df2563
commit
d78a192b0d
@ -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->error_file = (char *) error_file;
|
||||
action_binding->parent = top_action_binding;
|
||||
|
||||
switch_ivr_dmachine_bind(dmachine, action_binding->realm, action_binding->input, 0, digit_action_callback, action_binding);
|
||||
bind = bind->next;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user