On August 6, 2004 07:37 pm, Mike Coakley wrote:> I tried using CVS HEAD 08-05-2004 for zaptel/asterisk last night but > I'm having problems with zaptel. The last CVS HEAD I was using was CVS > HEAD 07-31-2004. (BTW... I'm a CVS moron... what command would I use to > get back to that version of HEAD because like an idiot I forgot to make > a backup copy of the CVS HEAD on my system before I install from the > new CVS HEAD. I tried cvs co -D 2004-07-31 -f zaptel but that didn't > seem to work correctly.) > > Anyway... my problem is that after modprobe removing and reinstalling > the wcfxs module for my system after being built with CVS HEAD > 08-05-2004 I can receive 1 phone call on each of the FXO ports and then > the FXO ports will not receiving any inbound phone calls.There was a bug introduced this week that was causing this. Looks like the fix wasn't commited to cvs till this morning, so try zaptel again from CVS-HEAD. BTW, it's: cvs co -D '2004-07-31 12:00' zaptel Ryan
I tried using CVS HEAD 08-05-2004 for zaptel/asterisk last night but I'm having problems with zaptel. The last CVS HEAD I was using was CVS HEAD 07-31-2004. (BTW... I'm a CVS moron... what command would I use to get back to that version of HEAD because like an idiot I forgot to make a backup copy of the CVS HEAD on my system before I install from the new CVS HEAD. I tried cvs co -D 2004-07-31 -f zaptel but that didn't seem to work correctly.) Anyway... my problem is that after modprobe removing and reinstalling the wcfxs module for my system after being built with CVS HEAD 08-05-2004 I can receive 1 phone call on each of the FXO ports and then the FXO ports will not receiving any inbound phone calls. I can call out no problem all the time. If I restart (not reload) Asterisk I can get another single call through the FXO port again. It doesn't appear to be an Asterisk problem because I rebuilt zaptel from CVS HEAD 07-21-2004 (the latest one I still had on my system) and don't have any problems. Anyone have any ideas as to what might have happened? Also note I have other FXO port problems but I don't think that the other problems are related to this problem (that why I started a new post). Here is my zaptel.conf and zapata.conf. ZAPTEL.CONF # # Zaptel Configuration File # fxsks=1-8 loadzone = us defaultzone=us ZAPATA.CONF ; ; Zapata telephony interface ; ; Configuration file [trunkgroups] [channels] ; ; All channel defaults ; language=en context=pstn_inbound signalling=fxs_ks musiconhold=default relaxdtmf=no echotraining=yes echocancel=yes echocancelwhenbridged=yes rxgain=5.0 txgain=0.0 busydetect=no busycount=6 callprogress=no callgroup=1 pickupgroup=1 ;We have this disabled for now since we don't have Caller ID on our lines usecallerid=no useincomingcalleridonzaptransfer=yes ;We group the following lines into a single group for ; pooled outbound calls group=1 ;Define our incoming/outgoing lines callerid="MB Main - Line 1" <(973) 252-xxxx> channel => 1 callerid="MB - Line 2" <(973) 252-xxxx> channel => 2 callerid="MB - Line 3" <(973) 252-xxxx> channel => 3 callerid="MB - Line 4" <(973) 252-xxxx> channel => 4 callerid="MB - Line 5" <(973) 252-xxxx> channel => 5 callerid="MB - Line 6" <(973) 252-xxxx> context=pstn_fax_inbound channel => 6 Thanks, Mike