search for: backgrounddetect

Displaying 20 results from an estimated 21 matches for "backgrounddetect".

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 => call_cell,1,Set(TIMEOUT(absolute)=55) exten => call_cell,n,backgroundDetect(silence_sixty_seconds,3000) exten => call_cell,n,hangup exten => talk,1...
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 => s,4,Noop...
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 * knows when the line is answered. On analog POTS, it h...
2005 Sep 20
0
BackgroundDetect problem
...I also have setup SIP and IAX2 between both machines. What I'm doing is generating the call via the manager on the 1st machine and having it dial via Zap, IAX2, or SIP to the 2nd machine. On the 2nd machine, it plays vm-extension or my 'hello' file. My problem is that when using BackgroundDetect with SIP or IAX2, it does not work with an auto-generated call to the 2nd machine. It works fine using the PRI connection. It also works fine if I have it generate the call and then dial my SIP phone on the 2nd machine and I say hello. I tried monitoring the calls and I can hear the mess...
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...
2007 Feb 08
2
Asterisk outbound calling does not wait for answer before playback
...risk/outgoing (2) The dialout context in extensions.conf (problem - starts playback before call is answered) [dialout] exten => s,1,NoOp(Dialout) exten => s,n,Set(TIMEOUT(digit)=5) exten => s,n,Set(TIMEOUT(response)=8) exten => s,n,Set(MACHINE=0) exten => s,n,Answer exten => s,n,BackgroundDetect(silence/5,1000,50) exten => s,n,NoOp(Ans Machine detected) exten => s,n,Set(MACHINE=1) exten => s,n,BackgroundDetect(silence/30,1000,50,30050) exten => s,n,NoOp(Ans Machine Message Too Long) exten => s,n,Hangup exten => talk,1,GotoIf($[${MACHINE}=1]?machine:human) exten => tal...
2005 Jun 05
1
Voice Dtect
Guys, is there any way to detect voice when calling a zap channel? For example, if you want to send out or playback a recorded message, you need to wait for somebody to actually answer the phone before playing starts.. Anyway to detect this?
2007 May 25
1
wait for rings, answer on outdial via SIP
...yone have any suggestions on how I should go about waiting for a variable number of rings followed by the answer before playing my outbound greeting (over a SIP channel)? NVLineDetect looks like it would work for this but I'm not sure if it's still supported and/or distributed. I am using BackgroundDetect to wait for the greeting ("hello," etc.) following the answer. I just don't know how to deal with the variable number of rings. Any help would be appreciated. Barry
2010 Feb 24
0
Question
Ok so a while back I found an example for having a number dial multiple numbers and then whoever answers and confirms gets the call. (don't recall who the example was from, but thank you!) But Now today I've been playing with TTS and STT and came across the BackgroundDetect command. Now If I use this allow it works fine. But when I try and use it with this it never actually detects me talking - or if it does it doesn't connect the caller so that the Wait time expires and it goes on. So my question is how can I make this work to where you can talk and it wil...
2006 Jun 21
1
AMD Machine Detect
Hi - I have been developing an auto-dialling application similar to Voiceshot, Call-em-all etc. The one thing I am now struggling to get working is the ability to leave a message on an answering machine or cell phone voicemail. I am using app_amd.c and while it works well for some phones it is proving to be very difficult tweaking the settings to get it to work reliable enough to go to
2004 Sep 27
1
Peer Review - Linuxfest Presentation Outline
...LBC xii. JPEG image xiii. PNG image xiv. H.261 Video xv. H.263 Video c. Applications (A Select Few) i. AGI: Executes an AGI compliant application ii. Answer: Answer a channel if ringing iii. Authenticate: Authenticate a user iv. BackGround: Play a file while awaiting extension v. BackgroundDetect: Background a file with talk detect vi. Busy: Indicate busy condition and stop vii. Congestion: Indicate congestion and stop viii. ControlPlayback: Play a file with fast forward and rewind ix. DateTime: Says a specified time in a custom format x. Dial: Place a call and connect to th...
2006 Jun 28
1
asterisk -> my cell phone's voicemail sound problems
...using Monitor to record the sounds that are being played to my cell's voicemail, and the monitored sound sounds fine when I open it up on my Mac using Quicktime and listen to it. It also sounds fine if I answer the call and listen to it live. Any idea what could be the problem? I'm using BackgroundDetect to figure out when the voicemail prompt finishes, but other than that nothing fancy is going on. thanks, Cory
2009 May 21
0
1.4.24.1 -> 1.6.0.9: segfault
...'DateTime' app_sayunixtime.so => (Say time) == Registered application 'SetCallerPres' app_setcallerid.so => (Set CallerID Presentation Application) == Registered file format gsm, extension(s) gsm format_gsm.so => (Raw GSM data) == Registered application 'BackgroundDetect' app_talkdetect.so => (Playback with Talk Detection) Segmentation fault strace was little help: strace asterisk -c ....... .open("/usr/lib/asterisk/modules/format_gsm.so", O_RDONLY) = 12 read(12, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \10\0\000"..., 512) =...
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 Feb 17
3
call file bug?
I have a problem of using call file to make an auto dial out call through FXO channel. I defined the channel in the call file as "Channel: DAHDI/1/8775203463" When I put the call file under the /var/spool/asterisk/outgoing dir it did not call out but came to the context I defined in extensions.conf as if the callee had answered the call. If I make a call from an extension to
2004 Jun 13
4
*** Asterisk Sunday News: Off track with 1.0, moving forward
...?bug_id=0000759 *** Recent additions to Asterisk CVS Head ----------------------------------------- Here's some of the additions to Asterisk CVS Head * res_config: A driver for loading configurations from various sources * res_config_odbc: A driver for ODBC database access for res_config * app BackgroundDetect: Background a file with talk detect * A lot of fixes to support recursive Mutexes on FreeBSD * NFAS and GR-303 support * Changes to Voicemail (an exit for VoiceMailMain added) More on res_config later, when I've tested it. I'm sure that a lot of you are going to use it soon, when you disco...
2005 Feb 16
2
Zap/g0/ to a Telstra Mobile
I've installed a TDM400. Having a go with AMP. I would like incoming calls to be put throuhg to an extension (at my desk) and a mobile (cell phone) at the same time. Whichever picks up, gets the call.. This should be possible with AMP (call groups, 200|201|0*0408xxxxxx), but it didn't work, so I have created a custom-incoming in extensions-custom.conf What is happening is, The extension
2005 Feb 24
2
Delay after entering digits with IVR
I have a [start] context that all my inbound and '0' calls are routed into. Because of the way I want to set my system up, I want to prompt the user to enter a 1 if they know the extension, or a 2 for a directory and nothing else. It works, however there is a 5 to 10 second delay after enter the 1 or 2 before the system responds. I have read over the wiki on how asterisk handles digit
2005 Feb 18
0
Installing Asterisk on Mandrake 10.1 Official
...a given variable) == Registered application 'SubString' [app_system.so] => (Generic System() application) == Registered application 'TrySystem' == Registered application 'System' [app_talkdetect.so] => (Playback with Talk Detection) == Registered application 'BackgroundDetect' [app_test.so] => (Interface Test Application) == Registered application 'TestClient' == Registered application 'TestServer' [app_transfer.so] => (Transfer) == Registered application 'Transfer' [app_txtcidname.so] => (TXTCIDName) == Registered application...
2005 Jun 15
1
app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)
...ered application 'TXTCIDName' == Parsing '/etc/asterisk/enum.conf': Found [app_controlplayback.so] => (Control Playback Application) == Registered application 'ControlPlayback' [app_talkdetect.so] => (Playback with Talk Detection) == Registered application 'BackgroundDetect' [app_alarmreceiver.so] => (Alarm Receiver for Asterisk) == Parsing '/etc/asterisk/alarmreceiver.conf': Found == Registered application 'AlarmReceiver' [app_userevent.so] => (Custom User Event Application) == Registered application 'UserEvent' [app_verbose...