match new prototype for switch_ivr_menu_init
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4302 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
276aa96ae4
commit
77347efd45
|
@ -102,6 +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",
|
||||||
|
NULL,
|
||||||
15000, 10, NULL);
|
15000, 10, NULL);
|
||||||
|
|
||||||
|
|
||||||
|
@ -114,6 +115,7 @@ static void ivr_application_function(switch_core_session_t *session, char *data)
|
||||||
"/ram/invalid.wav",
|
"/ram/invalid.wav",
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
NULL,
|
||||||
15000, 10, NULL);
|
15000, 10, NULL);
|
||||||
|
|
||||||
if (status == SWITCH_STATUS_SUCCESS) {
|
if (status == SWITCH_STATUS_SUCCESS) {
|
||||||
|
|
Loading…
Reference in New Issue