From: Michael Collins Date: Wed, 18 Mar 2009 18:09:01 +0000 (+0000) Subject: Remove oz bounce from oz syntax string X-Git-Tag: v1.0.6~38^3~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79da28cdd7d0816c840f94af6a4b3aa1cb73186c;p=thirdparty%2Ffreeswitch.git Remove oz bounce from oz syntax string git-svn-id: http://svn.openzap.org/svn/openzap/trunk@700 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/freetdm/mod_openzap/mod_openzap.c b/libs/freetdm/mod_openzap/mod_openzap.c index a6bbd55c41..1f6e02e45e 100644 --- a/libs/freetdm/mod_openzap/mod_openzap.c +++ b/libs/freetdm/mod_openzap/mod_openzap.c @@ -2171,7 +2171,7 @@ void dump_chan(zap_span_t *span, uint32_t chan_id, switch_stream_handle_t *strea ); } -#define OZ_SYNTAX "list || dump [] || bounce [] || q931_pcap on|off [pcapfilename without suffix]" +#define OZ_SYNTAX "list || dump [] || q931_pcap on|off [pcapfilename without suffix]" SWITCH_STANDARD_API(oz_function) { char *mycmd = NULL, *argv[10] = { 0 };