[Asterisk-cvs] asterisk/channels chan_h323.c,1.5,1.6
jeremy at lists.digium.com
jeremy at lists.digium.com
Fri Sep 26 21:50:54 CDT 2003
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv19546
Modified Files:
chan_h323.c
Log Message:
anonyance fix, per tholo
Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- chan_h323.c 24 Sep 2003 10:59:24 -0000 1.5
+++ chan_h323.c 27 Sep 2003 02:52:05 -0000 1.6
@@ -1097,7 +1097,7 @@
return 0;
}
#endif
-
+
/**
* Call-back function that gets called for each rtp channel opened
*
@@ -1367,7 +1367,7 @@
-int reload_config()
+int reload_config(void)
{
int format;
@@ -1591,7 +1591,7 @@
}
reload_config();
-
+
#if 0
/* Possibly register with a GK */
if (gatekeeper_disable == 0) {
@@ -1601,7 +1601,7 @@
return -1;
}
}
-#endif
+#endif
restart_monitor();
return 0;
}
@@ -1724,12 +1724,12 @@
/* Register our callback functions */
h323_callback_register(setup_incoming_call,
- setup_outgoing_call,
+ setup_outgoing_call,
create_connection,
setup_rtp_connection,
cleanup_connection,
connection_made, send_digit);
-
+
/* start the h.323 listener */
if (h323_start_listener(port, bindaddr)) {
More information about the svn-commits
mailing list