Displaying 20 results from an estimated 76 matches for "delport".
Did you mean:
delporte
2007 May 14
2
How to write data to astdb?
Hello,
I'm trying to fill CID data into the astdb using AsteriskWin32's
asterisk.exe, to no avail: The batch file stops after the first line, and
just waits:
----------------------------------------
rem c:\cygroot\mystuff>import.bat
rem
rem c:\cygroot\mystuff>C:\cygroot\bin\asterisk.exe -rx 'database put
cidname 123 "My cellphone"'
rem
rem Asterisk module
2006 Nov 22
11
Rewriting caller ID from database?
Hi
Most of our customers have generic names like "Hospital", so I need to
rewrite their caller ID name by looking up the number in a database on the
Asterisk server, and rewriting the name such as "Reading Hospital" so that
we know who's calling.
Any idea if this can be done with Asterisk, and how to do it?
Thank you.
2007 May 14
4
[*Win32 0.60] Sending call notification by e-mail/web?
Hello,
In case there are other users of the AsteriskWin32 port...
I haven't really used the AGI feature of Asterisk to run an application
from extensions.conf. *Win32 supports Perl, which I don't know. Apparently,
it's also possible to write AGI applications as EXE's (there's a
eagi-test.exe file installed by default).
=> When a call comes in, I'd like an AGI
2006 Dec 08
0
Re : formula format for parameter estimation
see nlm or optim
Justin BEM
Elève Ingénieur Statisticien Economiste
BP 294 Yaoundé.
Tél (00237)9597295.
----- Message d'origine ----
De : Wayne Delport <wdelport@botzoo.uct.ac.za>
À : r-help@stat.math.ethz.ch
Envoyé le : Vendredi, 8 Décembre 2006, 8h27mn 44s
Objet : [R] formula format for parameter estimation
Hello, I am trying to input the following formula into R for parameter
estimation. I don't quite have the just of formula syntax...
2007 Oct 25
2
What to use instead of LookupCIDName?
Hello
When using LookupCIDName, Asterisk 1.4 says that it's
deprecated, and we should use "${DB(cidname/${CALLERID(num)})}"
instead, but I don't know how to use it:
;DEPRECATED exten => s,1,LookupCIDName
;ERROR
exten => s,1,${DB(cidname/${CALLERID(num)})}
I guess I should use this as a parameter to a function, but which one?
Thank you.
2008 Jul 01
1
User unable to use DTMFs?
Hello
A user seems unable to type DTMF in our Asterisk IVR menu. Can this be
due to their phone or PBX that disables DTMFs when a user is off-hook?
Thank you.
2009 Sep 22
4
Asterisk on a Beagleboard?
Hello
Out of curiosity, has someone managed to run Asterisk on a Beagleboard
for home-use?
www.beagleboard.org
As an alternative to a PC, it can be powered from a USB hub, so that
would make for a compact, fanless Asterisk server.
Thank you.
2007 Oct 23
0
Internal Data Stream Error
...m is that his customers only want to be
> identified by IP and not by a username and password. Is there a way
to
> authenticate just by using an IP address?
>
There certainly is.
------------------------------
Message: 8
Date: Mon, 22 Oct 2007 21:19:27 +0200
From: Vincent <vincent.delporte at bigfoot.com>
Subject: [asterisk-users] [France CID] Does Zaptel support ETSI FSK?
To: asterisk-users at lists.digium.com
Message-ID: <dntph3dv1v9pda7ho4mnneb05b6tu9u9bk at 4ax.com>
Content-Type: text/plain; charset=us-ascii
Hello
I've been googling for a couple of days now, but...
2007 Nov 26
3
Correct syntax for IF()?
Hello
I've tried a bunch of things, but still get errors/warnings
when using the IF() function:
============== TEST #1
exten => h,n,Set(WAV_FILE=${IF($[ ${STAT(e,/tmp/${CALLTIME}.wav)}
]?${CALLTIME}.wav)})
[Nov 26 21:52:34] WARNING[5074]: func_logic.c:107 acf_if: Syntax
IF(<expr>?[<true>][:<false>])
============== TEST #2
exten =>
2009 Sep 24
6
Connecting home intercom to Asterisk?
Hello
I assume I'm not the first one to think about this: Is it possible to
connect an intercom and/or door bell to Asterisk, so that I can get an
e-mail that someone rang my place while I was out?
Even better: If used for a doctor's office, it'd be cool if patients
could type their Social Security Number on a keypad, which would open
the door and notify Asterisk which would then
2008 Jan 01
3
[1.4 + FreeBSD 6.2] Playing WAV PCM file?
Hello
Happy New Year! I succesfully installed the Ports of Zaptel BSD 1.4.0
and Asterisk 1.4.13 (that's the latest in the Ports). To save CPU, I'd
like to play PCM WAV files instead of eg. GSM. Per...
www.voip-info.org/wiki/view/Convert+WAV+audio+files+for+use+in+Asterisk
... I recorded a sample of my voice using XP's Sound Recorder, then
ran the following :
sox test_wav.wav -r
2007 Feb 10
9
Mini-ITX board + FXO PCI card?
Hello
Before I order a Travla C156 case
(http://206.14.132.88/products/Travla/c156/C156.html), a Via mini-ITX
motherboard (either the fanless ME6000
http://idotpc.com/TheStore/pc/viewPrd.asp?idcategory=50&idproduct=4 or the
fan-equipped M10000
http://idotpc.com/TheStore/pc/viewPrd.asp?idcategory=50&idproduct=163 ) ,
and a PCI FXO card from Digium or OpenVox... has someone already
2006 Dec 08
0
formula format for parameter estimation
...eter
estimation. I don't quite have the just of formula syntax. I understand
simple basic regression (y ~ x), but how do I do the ff:
y = ( b0*x )/(x + b1),
where b0 and b1 are parameters that need to be solved. Any
help/suggestions for a newbie would be much appreciated. thanks ./w
Wayne Delport
Molecular Ecology and Evolution Programme
Department of Genetics
University of Pretoria
Pretoria
0002
South Africa
Percy FitzPatrick Institute of African Ornithology
University of Cape Town
Rondebosch
Cape Town
7701
South Africa
"640K ought to be enough for anybody" Bill Gates, 1981
&...
2006 Nov 20
2
How to secure access to PSTN line through Linksys gateway?
Hello
I successfully hooked up a Linksys 3102 SIP gateway
(http://www.voip-info.org/users/683/21683/images/716/SPA3102_lrg.jpg) to an
Asterisk server, but since it's connected to a PSTN line, I must make sure
it cannot be used by unauthorized users from the Net. Actually, even legit
users with an account on the Asterisk server shouldn't be able to use it
(outgoing calls should go
2007 Feb 14
1
[Fxo] Digium TDM01B vs. OpenVox A400P01?
Hello
If someone had the opportunity of trying those two analog cards, how do
they compare? Digium's sells for $150 while OpenVox's sells for $95.
Thanks.
2007 Oct 19
1
Good, affordable IAX hardphones?
Hi
SIP is such a pain to use when NAT is involved that I'm willing to buy
an IAX hardphone for someone who works remotely over the Net and needs
to get calls from our Asterisk server, itself behind a NAT.
Are there good, affordable IAX phones you would recommend?
Thank you.
2007 Oct 19
3
Extensions.conf for basic IVR?
Hello
I've never built an IVR before, so I was wondering if someone
could share some code from their extensions.conf that would perform
some of thoses steps:
1. When a call comes in from the TDM FXO port, answer
2. If no CID, play message "No CID available. Please type the number
where you wish to be called back". Loop until OK or remote party hung
up
3. When CID is available,
2007 Oct 22
1
[France CID] Does Zaptel support ETSI FSK?
Hello
I've been googling for a couple of days now, but still can't
figure out what to put in zapata.conf to get it to report CID.
Unless I'm mistaken, France uses ETSI FSK for CID method and bell 202
as CID FSK Standard:
http://img219.imageshack.us/img219/7207/linksys3102cid1jj7.jpg
http://img219.imageshack.us/img219/4625/linksys3102cid2ld5.jpg
Does Zaptel support those on Digium
2007 Nov 20
1
Bugtracker to use with Asterisk?
Hello
Now that I have my first IVR up and running, I'd like to have Asterisk
create tickets in a bug tracker every time a call comes in. It's a
nice way to know who's calling and why, before following up on the
cause for the call.
There are tons of bugtracking apps out there. Do you know of some that
I should look at? Ideally, the interface shouldn't be much busier than
JoS
2008 Jan 06
1
[FreeBSD 6.2] Error compiling Zaptel from Ports?
Hello
I'm trying to build the Zaptel ports on FreeBSD, but it fails:
==========
# cd /usr/ports/misc/zaptel/
# make install
===> Building for zaptel-1.4.6_3
make -C zaptel all
Warning: Object directory not changed from original
/usr/ports/misc/zaptel/work/zaptel-bsd-1.4.6/zaptel
cc -O2 -fno-strict-aliasing -pipe -Wall -D_KERNEL -DKLD_MODULE
-std=c99 -nostdinc -I. -I@ -I@/contrib/altq