Hi guys,

Any other ideas on this one ?

Kindest regards
David Wilson
_______________________________
D c D a t a
Tel +27 33 342 7003
Fax +27 33 345 4155
Cell +27 82 4147413
http://www.dcdata.co.za
[EMAIL PROTECTED]
Powered by Linux, driven by passion !
_______________________________

"Computers are not intelligent. They only think they are."

----- Original Message ----- From: "David Wilson" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>; <[EMAIL PROTECTED]>
Sent: Friday, April 15, 2005 3:45 PM
Subject: Re: [Asterisk-Users] Analogue phone transfering



Hi Eric,

Thanks for your reply and guidance.
I've tried that but unfortunately am still battling with the same problem.
Any other ideas ? Thanks for your help so far.

My zapata.conf:
[channels]
signalling=fxs_ks
callprogress=no
;causes problems with calls not being established correctly
context=incoming
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
echocancelwhenbridged=yes
echotraining=800 ; Asterisk trains to the beginning of the call, number is in milliseconds
;echotraining=yes
usecallerid=yes
callerid=asreceived
callwaiting=no
usedistinctiveringdetection=no
busydetect=yes
busycount=8
adsi=no
relaxdtmf=yes
faxdetect=incoming
channel=1-3


signalling=fxo_ks
context=default
relaxdtmf=yes
;threewaycalling=yes
transfer=yes
adsi=no
usecallerid=no
channel=4

;rxgain=70.0
;txgain=50.0


Kindest regards David Wilson _______________________________ D c D a t a Tel +27 33 342 7003 Fax +27 33 345 4155 Cell +27 82 4147413 http://www.dcdata.co.za [EMAIL PROTECTED] Powered by Linux, driven by passion ! _______________________________

"Computers are not intelligent. They only think they are."

----- Original Message ----- From: "Eric Wieling" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>
Sent: Friday, April 15, 2005 3:21 PM
Subject: Re: [Asterisk-Users] Analogue phone transfering



David Wilson wrote:

Hi guys,

How are you keeping ?
I have an analogue phone plugged into a Digium FXS Zap module on my TDM card.


The phone works well except that I cannot seem to transfer calls using the "flash" key. I don't seem to get another dialtone as indicated in:
http://www.voip-info.org/wiki-Asterisk+tips+zap+transfer


Any ideas what I've done wrong ?
This is my zapata.conf:
[channels]
; For analogue phone
signalling=fxo_ks
context=default
channel=4
relaxdtmf=yes
threewaycalling=yes
transfer=yes
adsi=no
usecallerid=no
rxgain=70.0
txgain=50.0


In zapata.conf you set options and then APPLY the options to a channel. As you can see you are specifying the channel before most of your otions so they are never applied. Move your channel= line AFTER the options you want to set. You might want to remove your rxgain and txgain so you don't blow out your eardrums.

--
Always do right. This will gratify some people and astonish the rest.
Mark Twain
_______________________________________________
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

_______________________________________________
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

_______________________________________________ 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

Reply via email to