Displaying 5 results from an estimated 5 matches for "appsfarm".
2005 Mar 07
1
FXO module in TDM400P (UK, BT) - Hangup
Thanks for the suggestion. I have busydetect=yes in zapata.conf.
You refer to "Martin's algorithm". Can you provide more details please?
----- Original Message -----
From: "Soner Tari" <list@kulustur.org>
Subject: Re: [Asterisk-Users] FXO module in TDM400P (UK, BT) - Hangup
detection failing
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
2005 Mar 06
0
Zaptel in New Zealand: Caller id vs loadzone
I am trying to understand the relationship between loadzone and callerid.
I am located in New Zealand and have noticed the following behaviour:
Case A
zaptel.conf
loadzone = nz
defaultzone = nz
The Zap extension rings with NZ-style ringing but caller id doesn't work (message: Didn't finish Caller-ID spill). This is the case whether the call is external from Zap FXO or internal from SIP.
2005 Mar 07
0
Dial, record, save to voicemail
I want Asterisk to do the following:
- call a voicemail system by dialing a number and playing a DTMF tone
- record what is said by the called party and save the recording to a file
- end the recording when a particular phrase is said by the called party
- put that recording into an Asterisk voicemail box and notify the user
I've made a start below (on the easy bit). Any further pointers on
2005 Mar 29
0
Outgoing call immediately disconnected
I have created a call file as shown in the files below. The number is
dialled and
connected (i.e. the call is placed to the PSTN) but it is immediately
disconnected and I get the following message on the console:
Starting Zap/3-1 at from-internal-custom,s,1 failed so falling back to exten
's'
Extensions.conf
[from-internal-custom]
exten => s,1,Wait(20)
exten => s,2,SendDTMF(1)
etc
2005 Mar 21
2
Permission issue with outgoing calling
I have created a call file which has been moved into the outgoing directory.
However the log file displays the following message: Unable to open
/var/spool/asterisk/outgoing/1.call: Permission denied, deleting
I have executed chmod 777 1.call on the file prior to moving it to the
outgoing directory but is there something else I need to do before the file
can be used by Asterisk?
Any help