]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
removing extra audit rsp api
authorkapil <kgupta@sangoma.com>
Sun, 1 Jul 2012 07:06:28 +0000 (12:36 +0530)
committerkapil <kgupta@sangoma.com>
Sun, 1 Jul 2012 07:06:28 +0000 (12:36 +0530)
src/mod/endpoints/mod_media_gateway/mod_media_gateway.c

index e1c5ea243963553a71e6cec2359d45845ec8b740..108e43c4ffdde0f4f68c29b977bef01f7eca1c55 100644 (file)
@@ -447,7 +447,6 @@ void handle_mgco_cmd_ind(Pst *pst, SuId suId, MgMgcoCommand* cmd)
                                                {
                                                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Received Audit-Value Method \n");
                                                        handle_mg_audit_cmd(suId, cmd);
-                                                       mg_send_audit_rsp(suId,cmd);
                                                        break;
                                                }
                                                break;