Samantha (Femtech)
2004-Oct-04  05:19 UTC
[Asterisk-Users] Re Problem with Asterisk 2 fx100 cards
Hi I have installed 2 fx0 cards into a machine 1 for pstn (out) and the other for pstn (in) However I can get the first card (pstnout to work fine) I have swapped the cards and both work I am also unable to make outgoign on the second card ztcfg -v shows r2d2:/etc/asterisk# ztcfg -v Zaptel Configuration ===================== 2 channels configured. My /etc/zapdata.conf file # fxsks=1,2 loadzone=au defaultzone=au My /etc/asterisk/zapdata.conf context=pstnin group=1 pickupgroup=1 immediate=yes musiconhold=default channel => 1 ; context=incoming group=1 signalling=fxs_ks callerid=asreceived immediate=yes channel =>2 My /etc/asterisk/extensions.conf [pstnin] exten => s,1,Wait,0 exten => s,2,Answer exten => s,3,DISA,no-password|default include => default [incoming] exten => s,1,Wait,0 exten => s,2,Answer exten => s,1,DISA,no-password|default include => default Any Ideas? Samantha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041004/cf96a9dd/attachment.htm
David J Carter
2004-Oct-04  06:06 UTC
[Asterisk-Users] Re Problem with Asterisk 2 fx100 cards
-----Original Message-----
  From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Samantha
(Femtech)
  Sent: 04 October 2004 13:20
  To: asterisk-users@lists.digium.com
  Subject: [Asterisk-Users] Re Problem with Asterisk 2 fx100 cards
  Hi
  I have installed 2 fx0 cards into a machine
  1 for pstn (out)  and the other for pstn (in)
  However I can get the first card (pstnout to work fine)
  I have swapped the cards and both work
  I am also unable to make outgoign on the second card
  ztcfg -v shows
  r2d2:/etc/asterisk# ztcfg -v
  Zaptel Configuration
  =====================
  2 channels configured.
Try This,
Samantha,
My /etc/zaptel.conf file
#
fxoks=1
fxsks=2
loadzone=au
defaultzone=au
My /etc/asterisk/zapdata.conf
;
context=pstnin
signalling=fxo_ks
group=1
pickupgroup=1
immediate=yes
musiconhold=default
channel => 1
;
context=pstnout
group=1
signalling=fxs_ks
callerid=asreceived
immediate=yes
channel =>2
My /etc/asterisk/extensions.conf
[pstnin]
exten => s,1,Wait,0
exten => s,2,Answer
exten => s,3,DISA,no-password|default
include => default
[pstnout]
exten => 9.,1,Dial(ZAP/2/${EXTEN:1}
include => default
  Regards
  Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20041004/a9b03988/attachment.htm
I hope you just retyped these conf files and did not cut and paste.   
The first config file is /etc/zaptel.conf  and the second one should be
/etc/zapata.conf and not the filenames you posted.  And in extensions.conf, you
have more than one step one in [incoming].
Did you do a modprobe zaptel and modprobe wcfxo? Also two v's in the ztcfg
command is a more usefull output.  ztcfg -vv
Also have you checked to make sure the two cards are on seperate and unique
IRQ's and not sharing IRQ's with any other device?
Lyle
  ----- Original Message ----- 
  From: Samantha (Femtech) 
  To: asterisk-users@lists.digium.com 
  Sent: Monday, October 04, 2004 7:19 AM
  Subject: [Asterisk-Users] Re Problem with Asterisk 2 fx100 cards
  Hi
  I have installed 2 fx0 cards into a machine
  1 for pstn (out)  and the other for pstn (in)
  However I can get the first card (pstnout to work fine)
  I have swapped the cards and both work
  I am also unable to make outgoign on the second card
  ztcfg -v shows
  r2d2:/etc/asterisk# ztcfg -v
  Zaptel Configuration
  =====================
  2 channels configured.
  My /etc/zapdata.conf file
  #
  fxsks=1,2
  loadzone=au
  defaultzone=au
  My /etc/asterisk/zapdata.conf
  context=pstnin
  group=1
  pickupgroup=1
  immediate=yes
  musiconhold=default channel => 1
  ;
  context=incoming
  group=1
  signalling=fxs_ks
  callerid=asreceived
  immediate=yes
  channel =>2
  My /etc/asterisk/extensions.conf
  [pstnin]
  exten => s,1,Wait,0
  exten => s,2,Answer
  exten => s,3,DISA,no-password|default
  include => default
  [incoming]
  exten => s,1,Wait,0
  exten => s,2,Answer
  exten => s,1,DISA,no-password|default
  include => default
   
  Any Ideas?
  Samantha
------------------------------------------------------------------------------
  _______________________________________________
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
     http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20041004/4a51a504/attachment.htm