]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
should be a ptr
authorMathieu Rene <mrene@avgs.ca>
Thu, 9 Aug 2012 15:18:13 +0000 (11:18 -0400)
committerMathieu Rene <mrene@avgs.ca>
Thu, 9 Aug 2012 15:18:13 +0000 (11:18 -0400)
src/mod/endpoints/mod_media_gateway/mod_media_gateway.h

index 4285526af39892da124206b2d9806ab051124049..d0041401d4b473cad9370b1c6dabac993b49223a 100644 (file)
@@ -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;