similar to: NVBackgroundDetect

Displaying 20 results from an estimated 2000 matches similar to: "NVBackgroundDetect"

2005 Mar 20
1
app_nv_backgrounddetect - how to make module
How to compile additional module to asterisk? I have app_nv_backgrounddetect.c file and followed instructions below, but "make" did not generate app_nv_backgrounddetect.so or app_nv_backgrounddetect.o (1) Drop the code in your /usr/src/asterisk/apps directory (2) Edit the Makefile in the apps directory. Add the following line: APPS+=app_nv_backgrounddetect.so (3) Go to
2005 May 11
5
Status of FAX
Hi people, what is the current status of send/receive fax on asterisk extensions, i dont want to receive the fax and send an email or viceversa, i want to connect a standard fax machine to a Linksys' ATA (FXS RJ11 port) . Webdoc?, pointers? Thanks
2006 Jan 17
1
Asterisk and Fax part 2
Hello, I've been trying to setup a Fax2Email mecanism on my Asterisk box. I have been using the following: 1) An incoming IAX line on Unlimitel (Im not even sure if it's worth mentionning the provider, but I do just in case) 2) NVBackGroundDetect from Newman Telecom 3) The following extension to test: exten => fax,1,SetVar(FAXFILE=/var/spool/asterisk-fax/${UNIQUEID}.tif) exten
2005 Mar 23
2
*-1.0.7 DTFM => Not working
My DTFM is not working in current CVS-stable *-1.0.6 and *-1.0.7 but it works in version 1.0.5 (was working with 1.0.3). I'm using SPA-3000 and dtmfmode=inband -- #Joseph
2007 Dec 02
1
Answer Machine/Fax/modem detection
Has anyone sucessfully implimented a fax or modem detection dial plan? I'm originating calls from asterisk using a list of numbers and dropping the destination into an IVR menu but need to do something different if a modem or fax answers. I tried to use the NVBackgroundDetect() application but i think that is for receiving faxes only. Any help would be appreciated. Thanks
2005 Sep 26
5
SPA-3000 and incoming faxes
I've been running with a generic X100P for 5 or so months and every once in a while I have problem receiving faxes. I see that others have the same problems and some worse than I have with these boards so I was wondering if using a Sipura SPA-3000 would be any more reliable. Has anyone had enough experience to tell me if that would definitely fix the random fax error. PS. I have * at
2006 Nov 07
3
connect Sipura with Asterisk - both behind NAT
Does anybody have a good link how to connect Sipura with Asteriks, both behind NAT? I'm using FWD but their connection is like a weather (especially IAX), I need something more reliable. I was thinking of using stun and/or proxy but can not find any good link explaining how to setup Linux server -- #Joseph
2004 Sep 18
1
13 sec. delay what is causing it?
I've setup SPA-3000 and when the calls come through my phone is rining almost instantly but the [demo] doesn't answer till after about 13 seconds. So I have about 13 seconds delay and I don't know what setting is causing it; here is a part of my settings from extension.conf. [from_pstn] exten => 1000,1,Goto(demo,s,1) [demo] exten => s,1,Answer ; Answer the
2008 Dec 18
3
Asterisk AGX addons compile issues
Has anyone seen this before, and know what is happening? USER at HOST:~/asterisk/agx-ast-addons# ./build.sh -- Configuring done -- Generating done -- Build files have been written to: /root/asterisk/agx-ast-addons [ 11%] Building C object CMakeFiles/app_devstate.dir/app_devstate.o Linking C shared module dist/app_devstate.so [ 11%] Built target app_devstate [ 22%] Building C object
2007 Mar 26
0
rx_fax and Asterisk 1.4.2
Hi, I have recently upgraded from Asterisk 1.2.15 to 1.4.2 and I'm experiencing trouble with rx_fax. I have followed instructions posted by Sems: http://www.sems.org/entry.asp?ENTRY_ID=197 I'm using spandsp-0.0.3pre28 and the app_rxfax and app_txfax from: http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.4/ rx_fax and tx_fax are both enabled via make
2009 Feb 26
1
Can't build today's AGX Asterisk Addon with spandsp0.0.6pre3 or 4
Hi, With 0.0.6pre3: # ./build.sh CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.6) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000".
2009 Feb 11
0
Asterisk AGX addons compile issues
svn?co?https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons?agx-ast-addons ./build_sh from the trunk. ? -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier Sent: 10 February 2009 18:35 To: michael at networkstuff.co.nz; Asterisk Users Mailing List - Non-Commercial Discussion Subject:
2009 Mar 09
0
Can't build today's AGX Asterisk Addon with spandsp0.0.6pre3 or 4 [SOLVED]
2009/2/26 Olivier <oza-4h07 at myamail.com> > I must add I tried spandsp0.0.6xxx as a warning message advised me to do so > (using 0.0.4 would be ok for me but current trunk doesn't allow this > anymore, it seems). > > > 2009/2/26 Olivier <oza-4h07 at myamail.com> > > Hi, >> >> With 0.0.6pre3: >> # ./build.sh >> CMake Warning (dev)
2005 Jul 04
4
Long delay via Teliax
I'm testing Teliax tall free number line and I'm experiencing long delay about 1sec. during conversation. When I call myself over FWD the response is normal no delay or cut messages. When I call my number over FWD the is a long delay, welcome message usually cuts off few first words and during conversation my voice arrives after about 1sec. delay. Since, the 800-number is only accessible
2005 Mar 14
1
Has anybody tried NVFaxDetect Fax detection SIP/IAX
Has anybody tried NVFaxDetect Fax detection for sip SIP/IAX channel? There is a new application from Newman Telecom for fax detection. http://www.sineapps.com/news.php?rssid=575 Current Asterisk Fax detection doesn't work for me as I don't have Digium cards; I'm using Siupra -- #Joseph
2005 May 19
2
NVFaxDetect on Gentoo
Hi, I've merged asterisk-0.9.0 on a gentoo (kernel 2.4) system using portage ebuilds. I've just got NVFaxDetect .c files from Justin Newman and I'm about to install them. I want to know which is the best way to accomplish this. Thanks in advance. -- Juan Luis Moyano juanmoyano@southecon.com.ar
2005 Mar 08
2
Incoming Fax Service question
Hi Everyone. Some time ago, I was told that it's possible to implement an incoming Fax server with extensions using only one PSTN line, like this: PSTN number: 1234567, that's the line connected, FAX numbers like: 1234567-00, 1234567-01, 1234567-02 and so on are routed to their respective recipients. I do not want real DID (which would mean buying a bunch of numbers from the telco,
2005 Feb 25
4
T.38 fax summary
Steve Underwood, Would you mind summarizing where/how T.38 functions, and maybe how it compares to the analog fax environment for the asterisk-users arhives? Seems to be some misunderstanding, and a lot of interest in handling faxes in various forms via asterisk. If some these approaches were summarized in one posting, a lot of us could reference it to remind us of limitations, current state,
2005 Jun 18
4
IAX with shaw cable not going through
I just changed the from DSL to Shaw Cable (static IP) configure the firewall but now asterisk I can not register with FWD nor VoipJet calls going out. I am using IAX with FWD Did I missed to change a setting? I don't think there is any though. I am on shaw extreme connection; I just talked shaw tech. and they are not blocking any port - I was told. So why IAX will not register with FWD and
2010 Mar 29
3
Foip solution
Hi all, I've cross-posted this to the -users and -biz groups. Hope that's OK. I have a customer who REALLY needs to be able to send/receive faxes reliably. I could probably get hylafax configured, but I'm not sure how reliable it is. If it is considered reliable, would someone let me know? Otherwise, is there a product/service they can buy that will allow them to fax to/from