similar to: Asterisk outbound calling does not wait for answer before playback

Displaying 20 results from an estimated 12000 matches similar to: "Asterisk outbound calling does not wait for answer before playback"

2007 Mar 21
5
automated dialout detect forward
Hi! I have an automated dialout via a call file to a mobile. Can I detect when the call is not answered but forwarded to the mobile operator voicebox? I would like to stop the dialout if this is the case. TIA, Mike
2009 Jun 23
1
ADM v. homemade code
Hi, I am attempting to implement Answering Machine Detect and have also played with using BackgroundDetect instead. Does anyone recommend one over the other? Here is the code I am using for the BackgroundDetect method (from voip-info.org). Thanks. [detect] exten => s,1,Set(MACHINE=0) exten => s,2,Answer exten => s,3,BackgroundDetect(silence/5, 1000, 50) exten =>
2004 May 05
3
Problem with PRI and overlapped dialing
Hi There, I have an asterisk an a Digium 4 Port E1 Card On E1 Port No. 1 I have the Telekom PRI On E1 Port No. 2 I have an Alcatel PBX that cannot be changed So I have setup my asterisk between Alcatel and Telekom In extension.conf i configured: [telekom] exten => _9149.,1,Dial,ZAP/g2/${EXTEN}; exten => _9149.,2,Hangup This works great, all incoming calls are directly routed to alcatel
2006 Jun 14
1
analog call progress - can I use backgrounddetect
Hi, There seems to be no solution for call progress on analog lines and using outgoing spool call files . My wave file starts playing before the person has answered the phone so the first part of the message is missed. Can the backgrounddetect app be used for this. I have tried but the message still plays before I answer. I generated 60 seconds wave file. [callprogress] exten =>
2006 Jan 22
4
Detection of Answering Machine
Hello, To detect an answering machine I have found following two commands, BackgroundDetect (comes with asterisk) MachineDetect (asterisk add-ons) First question, does BackgroundDetect works well with g729? I havn't try MachineDetect yet, what is the benefit of MachineDetect over BackgroundDetect. If anybody used any of this command successfully, please help me. If possible, please let me
2005 Mar 03
3
Detect sound and continue, like BackgroundDetect() for voice
I'm looking for an application that can monitor a channel for voice input and then proceed on. The closest thing I've found is BackgroundDetect, which expects DTMF. Here's what I'm doing: -Call file generated which calls someone and connects them to an extension. -Extension plays stuff, etc. etc. etc (not important) With digital or VoIP termination, this works fine, because *
2005 Mar 22
1
Call file misbehaviour
Greetings *`s, I am manually creating call files and dropping them into /var/spool/asterisk/outgoing to be picked up by *. Presently, when I use local/internal parameters using SIP it works..ie I make an internal call from device to device. However, when I try dial an outside number which I have set up in a custom conf file, it bombs out with the following message :
2008 Oct 06
1
Dial out DAHDI Channel?
I'm attempting to convert from ZAP to DAHDI with 1.6.0. I was using 1.6.0-beta9. I followed the directions I could find. I moved /etc/zapata to /etc/dahdi/system.conf I moved /etc/asterisk/zapata.conf to /etc/asterisk/chan_dahdi.conf I don't undestand how to deal with extensions.conf? I replaced Dial (ZAP/ ...) with Dial (DAHDI/ ... ) All my inbound calls from DAHDI work the same as
2006 Mar 03
4
really need help with outgoing calls..PSTN errors
I cant seem to get outgoing calls to be placed properly .. No matter what I try I get an error from the PSTN company saying that the "call can not be completed as dialed" or "you need to dial a one..." The asterisk debugging seems to show the correct number being dialed out of the zap interface... the "9" is being stripped and there is a "1" where it is
2010 Mar 26
1
send a call from A to B use sip trunk prablem
i have a prablom here, i want to send a call from A to B use sip trunk , the call can sended B,but not work to PSTN. the message from B server. help pls,what's rong? > > <--- SIP read from 192.168.0.176:5060 ---> > INVITE sip:15921256331 at 192.168.0.151 <sip%3A15921256331 at 192.168.0.151>SIP/2.0 > Via: SIP/2.0/UDP 192.168.0.176:5060;branch=z9hG4bK51a51b96;rport
2005 Mar 24
1
Question on routes
I currently have the following outbound-local config in my setup.... I can call SOME of the numbers (like 337xxxx, and 998xxxx, and 323xxxx).. but when I try to dial say like 601xxxx I get a 404.. any thoughts, I can't see any difference in the config. Also, I seem to be able to dial any number that starts with a 9.. such as 977, 990, 903.. [outbound-local] ;exten =>
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
Hello Guys, I'm somewhat of a newbie and am desperately seeking for some help... I've managed to get asterisk up and running on my server, and signed up with a broadvoice account... I'm having no problem dialing and communicating between extensions, but whenever anyone tries to call my broadvoice account, they are greeted by no ring or anything, but rather simply a direct to
2010 Jun 21
1
How to tell if a dropped call is my fault
I just had a user report that they called out to someone on a cell phone this morning, and after a short conversation, the call was dropped/lost. The person on the cell phone says that this is very rare, and would not suspect the dropped/lost call to be on their side. I have looked at the asterisk/full log as thoroughly as I can, and have pasted the lines which seem relevant to that call below.
2009 May 08
2
Configuring SIP Trunk
Hi All, I have searched the various post and not able to find the solution. I am using Asterisk 1.4.21.2 for outgoing calls. Earlier i used ZAP trunk and it works fine. Now i need to move to SIP trunk and configured the same. When i try from softphone i got error as "Call rejected" and in the asterisk i got error as
2005 Jun 19
2
outgoing call routing
I have a Asterisk @home ver 1.0 running with a TDMB11 card. Several sip extensions and a regular phone connected to the box. All routing works fine from the regular phone connected to the box, whether its going to FWD, broadvoice or the PSTN. The problem I am experiencing comes from making calls from the sip phones. They get routed correctly to the sip and iax trunks but when making calls
2007 Mar 12
4
great problem with sounds and ztdummy
Hello System: Debian etch with kernel 2.6.18-4-686 or 2.6.18 custom. Asterisk Version: SVN-branch-1.4-r55483M Zaptel Version: SVN-branch-1.4-r2302 modules all ok in compilation time. And modules loaded: ztdummy 5928 0 rtc 13364 1 ztdummy zaptel 181540 1 ztdummy crc_ccitt 3200 1 zaptel In /dev/zap directory I have:
2005 Sep 06
1
/dev/zap* is not showing up (gentoo, portage, asterisk 1.0.8)
hi there I'm trying to get asterisk going on gentoo 2005.1 I'm just getting my feet wet so I thought I would just stick with the stable portage packages. Right now that's asterisk 1.0.8 I emerge asterisk with the following make.conf file: CFLAGS="-O2 -mcpu=i686" CHOST="i386-pc-linux-gnu" CXXFLAGS="${CFLAGS}" USE="-gtk -gnome -qt -kde -dvd alsa
2005 Aug 09
3
SIP-Trunk problem, Please help!!!
Hi, We are using VOIP-SIP gateway to route outbound PSTN calls. Recently, I am getting == No one is available to answer at this time message, after making 5 SIP attempts (Retransmitting #5 (no NAT):), and the calls are going out through alternate Zap-trunk. I do not see any hit (sip-debug traffic) on the voip-gateway for the failed calls. Strange thing is that this is happening randomly,
2010 Sep 23
1
Net2Phone SIP trunk problem
Dear, I have this scenario: - PBX Asterisk 1.6.2.10 with private IP 192.168.0.10 - Behind a Cisco ASA firewall that connects to Internet - SIP trunk to Net2Phone with these parameters (nat=no): host=200.58.113.60 username=DOLLY secret=123456 port=5060 type=peer dtmfmode=rfc2833 disallow=all allow=alaw&ulaw nat=no canreinvite=no qualify=yes -Softphones Xlite The PBX can't register to
2015 Apr 07
3
Help debugging a possible SIP channel leak in 11.17.0, possible race condition
I am trying to collect enough information about an problem a client is having with its asterisk 11.17.0 x86_64. This issue was observed before in 1.8.20, and we upgraded to 11.15.0 and then to 11.17.0 with no solution. Background: this client is a telemarketing call-center that generates outgoing calls with close to a hundred agents operating simultaneously in peak hours. The system uses