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

index 108e43c4ffdde0f4f68c29b977bef01f7eca1c55..96f5bcbaafdfecb7e8cfffb595a8ec9058b47452 100644 (file)
@@ -447,6 +447,9 @@ 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);
+                                                       /*need to call this for other types of audit..
+                                                        * ideally from the request apis we should send response..keeping now here just to send dummy responses*/
+                                                       mg_send_audit_rsp(suId, cmd);
                                                        break;
                                                }
                                                break;