Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv7070/channels

Modified Files:
        chan_zap.c 
Log Message:
Fixed signalling problem with pciradio


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.503
retrieving revision 1.504
diff -u -d -r1.503 -r1.504
--- chan_zap.c  7 Sep 2005 20:52:17 -0000       1.503
+++ chan_zap.c  8 Sep 2005 17:29:49 -0000       1.504
@@ -6937,7 +6937,8 @@
                        (signalling == SIG_SF_FEATD) || (signalling == 
SIG_SF_FEATDMF) ||
                          (signalling == SIG_SF_FEATB)) {
                        p.starttime = 250;
-               } else if (radio) {
+               }
+               if (radio) {
                        /* XXX Waiting to hear back from Jim if these should be 
adjustable XXX */
                        p.channo = channel;
                        p.rxwinktime = 1;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to