Hello everyone,
I’m running asterisk 1.4.18 with zaptel 1.4.9.1
I can’t seem to get a SIP phone connected to asterisk to use the Wildcard card to make an outgoing call. All that happens is it says that it’s calling and then after a time claims that nobody picked up but in fact no call is ever made. I plug a normal phone into the cable which the card is using and I get a dial tone and can make calls no problem.
I think I have everything set up correctly but I guess I have done something wrong. Here is what the card says in dmesg:-
Module 0: Not installed
Module 1: Not installed
Module 2: Installed – AUTO FXO (UK mode)
Module 3: Installed – AUTO FXO (UK mode)
Found a Wildcard TDM: Wildcard TDM400P REV I (2 modules)
Then I run ztcfg -vvvv and get this :-
Zaptel Version: 1.4.9.1
Echo Canceller: MG2
Configuration
Channel map:
Channel 03: FXS Kewlstart (Default) (Slaves: 03)
Channel 04: FXS Kewlstart (Default) (Slaves: 04)
2 channels to configure.
The asterisk log says this when I try to make the call:-
[Mar 12 13:59:56] VERBOSE[15778] logger.c: – Executing [01698385806@manual:1] Dial(“SIP/manual1-007ae0a0”, “Zap/G1/9w01698385806|20”) in new stack
[Mar 12 13:59:56] DEBUG[15778] chan_zap.c: Dialing ‘9w01698385806’
[Mar 12 13:59:56] DEBUG[15778] chan_zap.c: Deferring dialing…
[Mar 12 13:59:56] VERBOSE[15778] logger.c: – Called G1/9w01698385806
[Mar 12 14:00:16] VERBOSE[15778] logger.c: – Nobody picked up in 20000 ms
[Mar 12 14:00:16] VERBOSE[15778] logger.c: – Hungup ‘Zap/4-1’
[Mar 12 14:00:16] VERBOSE[15778] logger.c: == Auto fallthrough, channel ‘SIP/manual1-007ae0a0’ status is ‘NOANSWER’
I’m guessing that this deferring dialling message is my problem but I don’t know how to fix it. Here is my zaptel.conf
loadzone = uk
defaultzone=uk
fxsks=3-4
Here is my zapata.conf
[channels]
context=manual
signalling=fxs_ks
group=1
language=en
priindication=outofband
callprogress=no
relaxdtmf=yes
callprogress=no
rxgain=4
txgain=-4
rxwink=300
channel => 3,4
And finally here is my extensions.conf
[manual]
exten => _0[1-9].,1,Dial(Zap/G1/9w${EXTEN},20)
Thanks for any help you can provide.
Regards,