Rajiv--
I've just went thru something similar myself, setting up 2 FXO's, and a
4port FXS...
>From your included config, your FXO context does not tell asterisk to
answer the phone, therefore, it doesn't. You might try something like
this for your "incoming" context in extensions.conf:
exten => s,1,Answer
exten => s,2,Zapateller,nocallerid ;; try to shake off the
;; post-FTC-DoNoCallList Exceptions
exten => s,3,Background,HowdyThere ;; A short welcome message?
exten => s,3,Dial,Zap/1
exten => s,4,Voicemail(u1) ;; And, voicemail if no answer?
exten => s,5,Hangup ;; Done
exten => s,104,Voicemail(b1) ;; Busy -- Voicemail?
exten => s,105,Hangup ;; Done
Or somesuch. Haven't put the stuff in priority 4-105 in the s extension
yet myself, but theoretically it should work.... Good Luck!
murf
On Wed, 2003-11-05 at 22:57, RajivK@Sparklit.com wrote:
> Hi,
>
> I recently purchased two X100Ps and a TMD40B. I have set everything
> up
> according to the instructions however I can't get asterisk to pick up
> an
> incoming call (It just keeps ringing). Also, when I pick up an
> internal
> extension I get dead air. I searched the mailing list for 3+ hours --
> What
> am I missing?
>
> Thanks in advance for your help.
>
> Here are the installion steps that I used:
>
>
> /etc/zaptel.conf added:
> fxsks=5-6
> fxoks=1-4
>
> --------
> /etc/asterisk/zapata.conf added:
> signalling=fxs_ks ; X100P
> group=1
> context=incoming
> channel => 5-6
>
> signalling=fxo_ks ; TDM40B
> group=2
> context=internal
> channel => 1-4
>
>
> --------
> /etc/asterisk/extensions.conf added:
> [incoming]
> exten => s,1,Dial,Zap/1
> ;exten => s,1,Dial,Zap/5
>
> [internal]
> exten => 34,1,Dial,Zap/1
> exten => 823,1,Dial,Zap/2
> exten => 400,1,Dial,Zap/3
> exten => 500,1,Dial,Zap/4
> exten => _9X.,1,Dial,Zap/5/${EXTEN}
>
> --------
> lsmod outputs:
> Module Size Used by Tainted: P
> wcfxo 7424 0 (unused)
> wcfxs 15808 0 (unused)
> zaptel 183072 0 [wcfxo wcfxs]
> ppp_generic 15676 0 [zaptel]
> slhc 4864 0 [ppp_generic]
> usb-ohci 17064 0 (unused)
> usbcore 36416 0 [usb-ohci]
> amd74xx 9380 1
> nvnet 25216 2
>
> --------
> "ztcfg -vv **" outputs:
>
> Zaptel Configuration
> =====================>
>
> Channel map:
>
> Channel 01: FXO Kewlstart (Default) (Slaves: 01)
> Channel 02: FXO Kewlstart (Default) (Slaves: 02)
> Channel 03: FXO Kewlstart (Default) (Slaves: 03)
> Channel 04: FXO Kewlstart (Default) (Slaves: 04)
> Channel 05: FXS Kewlstart (Default) (Slaves: 05)
> Channel 06: FXS Kewlstart (Default) (Slaves: 06)
>
> 6 channels configured.
>