[svn-commits] mattf: branch mattf/bug13495 r160831 - in /team/mattf/bug13495: ./ channels/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 3 16:30:17 CST 2008


Author: mattf
Date: Wed Dec  3 16:30:16 2008
New Revision: 160831

URL: http://svn.digium.com/view/asterisk?view=rev&rev=160831
Log:
Add configure script support for new libss7 features

Modified:
    team/mattf/bug13495/channels/chan_dahdi.c
    team/mattf/bug13495/configure
    team/mattf/bug13495/configure.ac

Modified: team/mattf/bug13495/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/team/mattf/bug13495/channels/chan_dahdi.c?view=diff&rev=160831&r1=160830&r2=160831
==============================================================================
--- team/mattf/bug13495/channels/chan_dahdi.c (original)
+++ team/mattf/bug13495/channels/chan_dahdi.c Wed Dec  3 16:30:16 2008
@@ -15013,7 +15013,7 @@
 	return CLI_SUCCESS;
 }
 
-static char *handle_ss7_net_mnt(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
+static char *handle_ss7_net_mng(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
 {
 	int linkset;
 	struct dahdi_ss7 *ss7;
@@ -15303,7 +15303,7 @@
 	AST_CLI_DEFINE(handle_ss7_version, "Displays libss7 version"),
  	AST_CLI_DEFINE(handle_ss7_show_calls, "Show ss7 calls"),
  	AST_CLI_DEFINE(handle_ss7_show_cics, "Show cics on a linkset"),
- 	AST_CLI_DEFINE(handle_ss7_net_mnt, "Send an NET MNT message"),
+ 	AST_CLI_DEFINE(handle_ss7_net_mng, "Send an NET MNG message"),
  	AST_CLI_DEFINE(handle_ss7_mtp3_restart, "Restart a link"),
  	AST_CLI_DEFINE(handle_ss7_destroy_cics, "Destroy ss7 cics in linkset"),
  	AST_CLI_DEFINE(handle_ss7_add_cics, "Add ss7 cics in linkset")

Modified: team/mattf/bug13495/configure.ac
URL: http://svn.digium.com/view/asterisk/team/mattf/bug13495/configure.ac?view=diff&rev=160831&r1=160830&r2=160831
==============================================================================
--- team/mattf/bug13495/configure.ac (original)
+++ team/mattf/bug13495/configure.ac Wed Dec  3 16:30:16 2008
@@ -1412,7 +1412,7 @@
 	AST_EXT_LIB_CHECK([SPANDSP], [spandsp], [t38_terminal_init], [spandsp.h], [-ltiff])
 fi
 
-AST_EXT_LIB_CHECK([SS7], [ss7], [ss7_pollflags], [libss7.h])
+AST_EXT_LIB_CHECK([SS7], [ss7], [ss7_show_linkset], [libss7.h])
 
 if test "${USE_PWLIB}" != "no"; then
 	if test -n "${PWLIB_DIR}"; then




More information about the svn-commits mailing list