From: Anthony Minessale Date: Fri, 16 Oct 2009 16:45:44 +0000 (+0000) Subject: add sleep to inline dp to make xfer to valet wait a second X-Git-Tag: v1.0.6~1658 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16ec5bad39b92e3030fd684ed5dfe32cbdcfffa0;p=thirdparty%2Ffreeswitch.git add sleep to inline dp to make xfer to valet wait a second git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15168 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_valet_parking/mod_valet_parking.c b/src/mod/applications/mod_valet_parking/mod_valet_parking.c index ccd5e52f42..a95cfadd74 100644 --- a/src/mod/applications/mod_valet_parking/mod_valet_parking.c +++ b/src/mod/applications/mod_valet_parking/mod_valet_parking.c @@ -225,7 +225,7 @@ SWITCH_STANDARD_APP(valet_parking_function) } } - dest = switch_core_session_sprintf(session, "valet_park:%s %s", lot_name, ext); + dest = switch_core_session_sprintf(session, "sleep:1000,valet_park:%s %s", lot_name, ext); switch_channel_set_variable(channel, "inline_destination", dest); if ((uuid = switch_channel_get_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE))) {