]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix gains syntax string
authorMoises Silva <moy@sangoma.com>
Thu, 18 Mar 2010 04:10:40 +0000 (04:10 +0000)
committerMoises Silva <moy@sangoma.com>
Thu, 18 Mar 2010 04:10:40 +0000 (04:10 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@1068 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/mod_openzap/mod_openzap.c

index ca7ba37b7a4955dc77dadbef3619b1f8daf5fdf0..563972f5a42da1200cea185627b86b9288b92c19 100644 (file)
@@ -2895,7 +2895,7 @@ void dump_chan_xml(zap_span_t *span, uint32_t chan_id, switch_stream_handle_t *s
                                                   );
 }
 
-#define OZ_SYNTAX "list || dump <span_id> [<chan_id>] || q931_pcap <span_id> on|off [pcapfilename without suffix] || gains <span> <txgain> <rxgain>
+#define OZ_SYNTAX "list || dump <span_id> [<chan_id>] || q931_pcap <span_id> on|off [pcapfilename without suffix] || gains <txgain> <rxgain> <span_id> [<chan_id>]
 SWITCH_STANDARD_API(oz_function)
 {
        char *mycmd = NULL, *argv[10] = { 0 };