[asterisk-commits] mattf: branch mattf/asterisk-ss7 r38367 -
/team/mattf/asterisk-ss7/channels/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Jul 27 12:54:11 MST 2006
Author: mattf
Date: Thu Jul 27 14:54:10 2006
New Revision: 38367
URL: http://svn.digium.com/view/asterisk?rev=38367&view=rev
Log:
Inbound and outbound calls work. Woohoo!
Modified:
team/mattf/asterisk-ss7/channels/chan_zap.c
Modified: team/mattf/asterisk-ss7/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/team/mattf/asterisk-ss7/channels/chan_zap.c?rev=38367&r1=38366&r2=38367&view=diff
==============================================================================
--- team/mattf/asterisk-ss7/channels/chan_zap.c (original)
+++ team/mattf/asterisk-ss7/channels/chan_zap.c Thu Jul 27 14:54:10 2006
@@ -895,7 +895,9 @@
#ifdef HAVE_PRI
struct zt_pri *pri = (struct zt_pri*) data;
#endif
+#ifdef HAVE_SS7
struct zt_ss7 *ss7 = (struct zt_ss7*) data;
+#endif
/* We must unlock the PRI to avoid the possibility of a deadlock */
#if defined(HAVE_PRI) || defined(HAVE_SS7)
if (data) {
@@ -7208,6 +7210,7 @@
tmp->cic = cur_cicbeginswith++;
tmp->ss7 = ss7;
+ tmp->ss7call = NULL;
ss7->pvts[ss7->numchans++] = tmp;
}
#endif
More information about the asterisk-commits
mailing list