]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fixing issue
authorroot <root@nsg-media-test.sangoma.local>
Fri, 27 Jul 2012 17:01:54 +0000 (13:01 -0400)
committerroot <root@nsg-media-test.sangoma.local>
Fri, 27 Jul 2012 17:01:54 +0000 (13:01 -0400)
src/mod/endpoints/mod_media_gateway/media_gateway_cmd_handler.c

index 18129ff9757f2ca5ce1174bd20f0dcfdfeb9c091..f9ae4fe90ab9f5e1e9d7c053f098707cd2a7d67c 100644 (file)
@@ -1080,6 +1080,7 @@ switch_status_t handle_mg_modify_cmd(megaco_profile_t* mg_profile, MgMgcoCommand
        if(term->mg_error_code && (*term->mg_error_code == MGT_MGCP_RSP_CODE_INCONSISTENT_LCL_OPT)){
                mg_util_set_err_string(&errTxt, " Unsupported Codec ");
                err_code = MGT_MGCP_RSP_CODE_INCONSISTENT_LCL_OPT;
+               /* TODO delete RTP termination */
                goto error;
        }