mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
[mod_valet_parking] Fix typo in valet_parking_orbit_dialplan channel variable.
This commit is contained in:
parent
35c2af75ce
commit
3c85fd34d7
@ -96,7 +96,7 @@ static switch_status_t valet_on_dtmf(switch_core_session_t *session, void *input
|
||||
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "valet_on_dtmf() - digit pressed '%d' matched valet_parking_orbit_exit_key '%d'\n", dtmf->digit, exit_key_pvt->digit);
|
||||
|
||||
dp = switch_channel_get_variable(channel, "valet_parking_orbin_dialplan");
|
||||
dp = switch_channel_get_variable(channel, "valet_parking_orbit_dialplan");
|
||||
if (zstr(dp)) {
|
||||
dp = switch_channel_get_variable(channel, "XML");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user