提交 16ec5bad authored 作者: Anthony Minessale's avatar Anthony Minessale

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
上级 a94c3536
......@@ -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))) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论