[Asterisk-cvs] asterisk/channels chan_zap.c,1.367,1.368
mattf at lists.digium.com
mattf at lists.digium.com
Thu Oct 28 12:07:51 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv15889/channels
Modified Files:
chan_zap.c
Log Message:
Adding Q.SIG switchtype option to chan_zap
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.367
retrieving revision 1.368
diff -u -d -r1.367 -r1.368
--- chan_zap.c 28 Oct 2004 01:56:49 -0000 1.367
+++ chan_zap.c 28 Oct 2004 16:11:04 -0000 1.368
@@ -9474,6 +9474,8 @@
switchtype = PRI_SWITCH_LUCENT5E;
else if (!strcasecmp(v->value, "euroisdn"))
switchtype = PRI_SWITCH_EUROISDN_E1;
+ else if (!strcasecmp(v->value, "qsig"))
+ switchtype = PRI_SWITCH_QSIG;
else {
ast_log(LOG_ERROR, "Unknown switchtype '%s'\n", v->value);
ast_destroy(cfg);
More information about the svn-commits
mailing list