[Asterisk-Users] Remote answer not detected

2004-11-13 Thread DB
Here's my a section of my simple extensions.conf
exten = s,1,Answer
exten = s,2,playback(thx4call)
exten = s,3,Dial(Zap/1|15) ; Calls  channel 1
exten = s,4,playback(trying_bert)
exten = s,5,Dial(Zap/4/2326932|15)
exten = s,6,Voicemail,u100
exten = s,7,hangup
exten = s,104,Voicemail,b100
exten = s,105,hangup
exten = s,106,Voicemail,u100
It works, but when the call is routed out on ZAP/4 (at priority 5), 
Asterisk seems to not realize the call is answered. After 15 seconds it 
proceeds to voicemail interrupting the call. Can anyone help?

DB
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Remote answer not detected

2004-11-13 Thread Brancaleoni Matteo
hi

Il dom, 2004-11-14 alle 00:13, DB ha scritto:
 Here's my a section of my simple extensions.conf
snip
 exten = s,5,Dial(Zap/4/2326932|15)
 exten = s,6,Voicemail,u100
snip
 It works, but when the call is routed out on ZAP/4 (at priority 5), 
 Asterisk seems to not realize the call is answered. After 15 seconds it 
 proceeds to voicemail interrupting the call. Can anyone help?

eh, perhaps with some details about your zap...
ie what card?
zaptel.conf?
zapata.conf?

matteo, still without divinatory powers
-- 
Brancaleoni Matteo [EMAIL PROTECTED]
Espia Srl

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Remote answer not detected

2004-11-13 Thread Steve Totaro
Havent had that problem but look here
http://www.voip-info.org/wiki-Asterisk+config+zapata.conf
I would try callprogress=yes
- Original Message - 
From: DB [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 13, 2004 6:13 PM
Subject: [Asterisk-Users] Remote answer not detected


Here's my a section of my simple extensions.conf
exten = s,1,Answer
exten = s,2,playback(thx4call)
exten = s,3,Dial(Zap/1|15) ; Calls  channel 1
exten = s,4,playback(trying_bert)
exten = s,5,Dial(Zap/4/2326932|15)
exten = s,6,Voicemail,u100
exten = s,7,hangup
exten = s,104,Voicemail,b100
exten = s,105,hangup
exten = s,106,Voicemail,u100
It works, but when the call is routed out on ZAP/4 (at priority 5), 
Asterisk seems to not realize the call is answered. After 15 seconds it 
proceeds to voicemail interrupting the call. Can anyone help?

DB
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Remote answer not detected

2004-11-13 Thread DB
Il dom, 2004-11-14 alle 00:13, DB ha scritto:
Here's my a section of my simple extensions.conf
snip
exten = s,5,Dial(Zap/4/2326932|15)
exten = s,6,Voicemail,u100
snip
It works, but when the call is routed out on ZAP/4 (at priority 5), 
Asterisk seems to not realize the call is answered. After 15 seconds it 
proceeds to voicemail interrupting the call. Can anyone help?
eh, perhaps with some details about your zap...
ie what card?
zaptel.conf?
zapata.conf?
matteo, still without divinatory powers

Hi - thanks for the reply - here's that info:
card is TDM22B
zaptel.conf:
==
fxoks=1-2 # Make sure that the FXS(green) modules are closest
fxsks=3-4 # This is for the FXO module(s) becaus
defaultzone=us
loadzone=us
==
zapata.conf:
===
[trunkgroups]
[channels]
switchtype=national
signalling=fxo_ls
rxwink=300  ; Atlas seems to use long (250ms) winks
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no
busydetect=yes
callprogress=yes
progzone=us
signalling=fxo_ks
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
echocancelwhenbridged=yes
echotraining=400 ; Asterisk trains to the beginning of the call, number 
is in milliseconds
callerid=asreceived
group=1
context=MD_line1 ; Points to the default context of your extensions.conf
channel = 1

signalling=fxo_ks
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
echocancelwhenbridged=yes
echotraining=400 ; Asterisk trains to the beginning of the call, number 
is in milliseconds
callerid=asreceived
group=2
context=MD_line2 ; Points to the default context of your extensions.conf
channel = 2

signalling=fxs_ks
group=3
context=incoming_9141252
channel= 3 ; Again if you only have one FXO module remove the '-4'
signalling=fxs_ks
group=4
context=incoming_3493729
channel= 4 ; Again if you only have one FXO module remove the '-4'

DB

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users