mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-04 04:05:15 +00:00
change to match new prototype.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3820 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d5753bf2ed
commit
b04fb3984f
@ -102,7 +102,7 @@ static void ivr_application_function(switch_core_session_t *session, char *data)
|
|||||||
"I have no idea what that is",
|
"I have no idea what that is",
|
||||||
"cepstral",
|
"cepstral",
|
||||||
"david",
|
"david",
|
||||||
15000, 10, NULL, NULL);
|
15000, 10, NULL);
|
||||||
|
|
||||||
|
|
||||||
status = switch_ivr_menu_init(&sub_menu,
|
status = switch_ivr_menu_init(&sub_menu,
|
||||||
@ -114,7 +114,7 @@ static void ivr_application_function(switch_core_session_t *session, char *data)
|
|||||||
"/ram/invalid.wav",
|
"/ram/invalid.wav",
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
15000, 10, NULL, NULL);
|
15000, 10, NULL);
|
||||||
|
|
||||||
if (status == SWITCH_STATUS_SUCCESS) {
|
if (status == SWITCH_STATUS_SUCCESS) {
|
||||||
// build the menu
|
// build the menu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user