From: Mathieu Rene Date: Thu, 9 Aug 2012 15:18:13 +0000 (-0400) Subject: should be a ptr X-Git-Tag: v1.2.3^2~71^2^2~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e0d9c3bd34711cf9368606d705c440647c7b5e;p=thirdparty%2Ffreeswitch.git should be a ptr --- diff --git a/src/mod/endpoints/mod_media_gateway/mod_media_gateway.h b/src/mod/endpoints/mod_media_gateway/mod_media_gateway.h index 4285526af3..d0041401d4 100644 --- a/src/mod/endpoints/mod_media_gateway/mod_media_gateway.h +++ b/src/mod/endpoints/mod_media_gateway/mod_media_gateway.h @@ -160,7 +160,7 @@ struct mg_termination_s { int rate; /*!< Sampling rate */ const char *codec; /*!< Codec to use, using the freeswitch nomenclature. This could be "PCMU" for G711.U, "PCMA" for G711.A, or "G729" for g729 */ int term_id; - switch_t38_options_t t38_options; + switch_t38_options_t *t38_options; mg_media_type_t media_type; } rtp;