]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
change to match new prototype.
authorMichael Jerris <mike@jerris.com>
Sun, 24 Dec 2006 02:03:44 +0000 (02:03 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 24 Dec 2006 02:03:44 +0000 (02:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3820 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_ivrtest/mod_ivrtest.c

index 023e4f4818fab62b20fc0604536d5855d321197b..688eacfebd0a942faa53d6692acc488efca98980 100644 (file)
@@ -102,7 +102,7 @@ static void ivr_application_function(switch_core_session_t *session, char *data)
                                                                          "I have no idea what that is",
                                                                          "cepstral",
                                                                          "david",
-                                                                         15000, 10, NULL, NULL);
+                                                                         15000, 10, NULL);
 
 
                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",
                                                                          NULL,
                                                                          NULL,
-                                                                         15000, 10, NULL, NULL);
+                                                                         15000, 10, NULL);
 
                if (status == SWITCH_STATUS_SUCCESS) {
                        // build the menu