similar to: three questions

Displaying 20 results from an estimated 300 matches similar to: "three questions"

2009 Nov 11
1
Unable to execute
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091111/2b828eff/attachment.htm -------------- next part -------------- Hello. I am trying to execute an fax reception script and i am getting the following: [Nov 11 08:40:52] WARNING[12800]: app_system.c:88 system_exec_helper: Unable to execute '/var/lib/asterisk/scripts/mailfax ""
2008 Jan 27
1
rxfax does not work (anymore)
Below is my extensions.conf for the fax part [incoming_28345474] ; ;******************************************************************** ; BEGIN - Inbound call handlers ;******************************************************************** ; exten => 8862100,1,NoOp(${CALLERID(num)}) exten => 8862100,2,Background(if-u-know-ext-dial) exten =>
2008 Jan 14
0
Help needed for Fax2Email with Welltech FXO 3804
I have this in my extension.conf: [incoming_28345474] ; 8862100 is the hotline number of the Welltech 3804 ; exten => 8862100,1,NoOp(${CALLERID(num)}) exten => 8862100,2,Wait(1) exten => 8862100,3,Set(CALLERID(num)=${CALLERID(num)}) include => fax2emailstart [fax2emailstart] exten => 3000,1,SetVar(CALLEDFAX=${EXTEN}) ; me exten => 3000,2,Answer exten =>
2005 Mar 11
0
Receiving faxes via SIP
Hello All, I am looking to receive faxes via my inbound SIP, but I can get it to answer the fax. Now I did test the SIP inbound to a phone and that does work it is just the fax part I am having issues with any help would be great. This is the error I am getting Mar 11 15:08:49 NOTICE[14322]: rtp.c:430 ast_rtp_read: RTP: Received packet with bad UDP checksum Mar 11 15:08:49 WARNING[14322]:
2005 Mar 24
2
rxfax trouble on bristuffed capi
Hi all, My BRIstuffed 0.2.0-RC7k is running fine on my debian box for voice calls over ISDN2. Now I want to implement receiving incoming faxes into my setup so I did a google and some reading on the wiki. I got the spandsp 0.0.2pre10 package compiled and installed, patched asterisk's apps makefile and compiled * again. This all worked out fine. When integrating the RxFax into my dialplan the
2005 Jun 05
0
RXFax and Hangup context Question.
Hello: I have been using the asterisk system now for almost 5 months. I'm very happy with it's performance, however I have been using the RXFAX on and off for the last month or so. I gave up after a while and just had it route to my analog fax machine in the fax context. However, I have always had the implementation that it would go to a macro.. macro-faxreceive, and to the rxfax of the
2006 Jan 04
1
RxFax : Change FAX Resolution
Hello all, Can this be done ? Would setting the variable FAXRESOLUTION to a appropriate value affect this change ? > http://www.asteriskguru.com/tutorials/rxfax.html Variables connected with the application LOCALSTATIONID - used by to application to identify itself to the remote end LOCALHEADERINFO - used to generate a header line on each page REMOTESTATIONID - set by the application, the
2010 Mar 17
2
Asterisk as a skinny/sccp "client"?
I wonder if Asterisk's skinny/sccp channel driver could be used as a "client" to register with a Cisco PBX. That is, along with a SIP client, say, have Asterisk and said SIP client stand in for a Cisco phone, or an IP Communicator. Anyone done this? Cheers, b. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2005 Jun 01
1
rxfax problems - cont.
Well, my faxes passes through asterisk successfully, however I still have some problems about fax reception by rxfax. The softfax answers, and negotiates transmission, however then as some stage of communiation something is wrong. But I have nothing more but this log: Jun 2 00:10:21 DEBUG[16900]: chan_zap.c:4242 zt_read: DTMF digit: * on Zap/10-1 Jun 2 00:10:22 DEBUG[16900]: chan_zap.c:4242
2005 Sep 14
0
RxFax problems.
Hello. Im trying to get Fax-to-email working. I've installed Rx and txfax, spanDSP and every package needed. I've done everything on this page (altough, some bash-scripting problems): http://www.voip-info.org/tiki-index.php?page=Asterisk+Fax+to+email anyway, when i try to send an fax, i get theese messages in asterisk: -- Executing Goto("SIP/5060-08148520",
2012 Jul 25
0
help about quota config
hi all : mysql mailbox below : CREATE TABLE `mailbox` ( `username` varchar(255) NOT NULL DEFAULT '', `uid` varchar(255) NOT NULL DEFAULT '', `password` varchar(255) NOT NULL DEFAULT '', `clearpwd` varchar(128) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `mailhost` varchar(255) NOT NULL DEFAULT '', `maildir`
2002 May 13
0
Samba with split personality
Hi list, my samba server is connected to 2 networks. In one network this machine is just a simple workstation (the lan of our building), but in the other network (my private network) i would like it to be the PDC, have different shares, and have a different name, etc. My current setup (excerpt) is this: NET1 = 192.168.1 #External NET IP1 = 192.168.1.34 #External IP NET2 = 192.168.2
2004 Aug 19
2
False Hangups on Asterisk
I have an asterisk server running on Redhat 8.0 with a Digium TDM400P w/4 FXO modules (TDM04P) There are 2 lines going into the Digium card. One line is a Vonage digital line, and the other line is a Comcast voice line. I have a SIP Grandstream 100 phone connected to the Asterisk server. I also have IAX configured with FWD. The problem is that on occasionally, after talking for about 20
2005 Mar 02
4
wctdm and two tdm cards
Greetings, I have a server I'm working on here with two tdm cards in it. 4 FXS and 4FX0. Both cards work fine on their own. The problem lies with using both in the system at once. I have verified the IRQ's are fine. I have tried switching the slots the cards reside in, no luck though. I am using ACPI but not APM. I am using gentoo latest, with vanilla 2.6(.10) kernel and udev. CVS as of
2017 Jun 14
2
Using LLD to create a .lib from a .def
I'm copying some LLD code into my codebase like this: // workaround for LLD not exposing ability to convert .def to .lib #include <set> namespace lld { namespace coff { class SymbolBody; class StringChunk; struct Symbol; struct Export { StringRef Name; // N in /export:N or /export:E=N StringRef ExtName; // E in /export:E=N SymbolBody *Sym = nullptr; uint16_t Ordinal
2017 Jun 15
2
Using LLD to create a .lib from a .def
On Wed, Jun 14, 2017 at 7:37 PM, Rui Ueyama <ruiu at google.com> wrote: > On Wed, Jun 14, 2017 at 4:24 PM, Andrew Kelley via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> I'm copying some LLD code into my codebase like this: >> >> // workaround for LLD not exposing ability to convert .def to .lib >> >> #include <set> >>
2011 Jun 06
2
Taking Integral and Optimization using Integrate, Optim and maxNR
Dear All, Hello! I have some questoins in R programming as follows: Question 1- How to take the integral of this function with respect to y, such that x would appear in the output after taking integral. f(x,y)=(0.1766*exp(-exp(y+lnx))*-exp(y+lnx))/(1-exp(-exp(y+lnx))) y in (-6.907,-1.246) It is doable in maple but not in R. At least I could not find the way. p.s: result from maple is:
1998 Jul 31
1
smaba failure?
I need a really quick response to this questoins. please send me the solution within 3 hours if you see this email. Now is 6:00pm in central time. Has smaba sucessfully responded to all UNIX semantics, specially for filename problems? if not, what is the exact problem?
2017 Jun 16
2
Using LLD to create a .lib from a .def
I saw this change come in yesterday: commit 572ad839e2f66eaa82ffc71b1061eb3d06a4d126 Author: Saleem Abdulrasool <compnerd at compnerd.org> Date: Thu Jun 15 20:39:58 2017 +0000 COFF: add support for lib mode usage When link is invoked with `/def:` and no input files, it behaves as if `lib.exe` was invoked. Emulate this behaviour, generating the import library from the
2007 Sep 16
0
MIME case-sensitivity
ive got code in my app which adds mimes for .JPG, .PNG, that id like to remove what do people think about forcing a toLower() on the extname in Mongrel::DirHandler?