Displaying 20 results from an estimated 3000 matches similar to: "Start recording during call by pressing button sequence"
2004 Sep 06
1
cvs server problem
Today morning cvs server checkout problem:
cvs server: Updating asterisk-addons/format_mp3
cvs server: failed to create lock directory for
`/usr/cvsroot/asterisk-addons/format_mp3'
(/usr/cvsroot/asterisk-addons/format_mp3/#cvs.lock): Permission denied
cvs server: failed to obtain dir lock in repository
`/usr/cvsroot/asterisk-addons/format_mp3'
cvs [server aborted]: read lock failed -
2004 Aug 08
3
iconnect inbound - so do we know how to fix it
Just wondering whether we have a resolution to iconnect incoming problem,
which started few days ago.
Cheers
SW
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040808/ecc99c4a/attachment.htm
2005 Feb 01
2
Feature automon
There is option automon => *1 in features.conf
As I understand when *1 pressed during conversation => recording should
begin. But unfortunately it doesn't work for me.
I use CVS-HEAD-01/27/05
Does anyone has that feature working?
Thanks
--
Best Regards
VladK
2004 May 03
1
Start recording during call by pressingbutton sequence
Zac,
Thanks for the input. This would cover it, however it is not stealth.
In some cases, you may want it to be stealth. Again, my state allows me
to do this, but some states do not. I've done a little searching and
could not find an answer. Basically, to simplify the question: When is
it legal to record interstate calls without giving notice, when the
recording party is in a one-party
2007 Apr 11
3
Execute EAGI script with params from extensions.conf
How can I execute an EAGI script with params from extensions.conf
Example python script:
InfMsg -s 1
in my extensions.conf
exten => 492,1,Answer
exten => 492,2,eagi,InfMsg -s 1
exten => 492,3,Hangup()
It doesn?t work
my * report...
-- Executing [92@telpin-112:2] EAGI("Zap/4-1", "InfMsg -s 1") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/InfMsg
2004 Aug 04
4
rxfax killed asterisk
HI All.
I'm using tiff-v.3.5.7 and spandsp-0.0.1k with latest * cvs on
Slackware-10.0.
Here is debug messages from * console.
Please advise.
Can receive fax
Selected data signalling rate: V.29, 9600bps
2D coding OK
Scan line length: 215mm
Recording length: A4 (297mm)
Minimum scan line time: 0ms
Get at 9600
Changed from phase 3 to 5
Fast carrier up
Training failed (sequence failed)
Fast
2009 Feb 26
3
Getting SIP field P-Asserted-Identity from EAGI
Hi, using EAGI variables like
agi_request
agi_channel
agi_language
agi_type
agi_uniqueid
agi_callerid
agi_dnid
agi_rdnis
agi_context
agi_extension
agi_priority
agi_enhanced
agi_accountcode
I get a lot of data about a call, but I need to obtain P-Asserted-Identity
value from a SIP call. Are tehe any eagi variable to get that? Or have you
any solution??
Thanks!!!
-------------- next part
2003 Dec 18
11
Sphinx
Hi. I just started trying to play with Sphinx. I followed their site as far as running sphinx-server. It is listening on the default port. I copied sphinx2-simple to another file and changed sphinx2-continuous to sphinx2-server.
So, I ran eagi-sphinx-test under asterisk. What exactly is it supposted to do? Here's what I get:
debian:~# sphinx2-simple2
sphinx2-simple:
Demo CMU Sphinx2
2004 Aug 10
0
iconnect inbound - FIXED (kinda)
This appears to have been the magic bullet for me.
Thank you very much.
So, the bottom line is that there is a bug that ends up making inbound
calls use type=peer rather than type=user.
Correct?
> -----Original Message-----
> From: asterisk-users-admin@lists.digium.com
> [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Paul Cheng
> Sent: Tuesday, August 10, 2004 8:35
2007 Aug 27
1
Detecting tones
Hello folks,
I'm interested in detecting tones on specific frequencies with
specific timing; for example, I'd like Asterisk to dial out and when
the channel starts/call connects, listen for a 1200Hz tone that plays
for 100ms.
Is this doable with Asterisk using something already extant? After
looking through documentation, mailing lists, and some of the source I
had the idea that I might
2010 Feb 24
2
audio glitches in conference
I'm having a problem with conferences both meetme and app_conference,
though I've done most of the testing with meetme.
Essentially, I get little gaps in the audio - usually fewer than a dozen
or so samples, though it does vary. They seem to occur at random, but I
usually get one ever few seconds, on average. They also seem to delay
some buffer somewhere, so that if I start recording
2003 Apr 11
1
Weird AGI/X100P behavior
I've got a single phone line coming into an X100P.
In extensions.conf I've got this:
[inboundzap]
exten => s,1,Answer
exten => s,2,EAgi,hanguptest.agi
I see the ring come in and Asterisk detects it and tries to do something
with it:
NOTICE[20492]: File chan_zap.c, Line 4017 (ss_thread): Got event 2
(Ring/Answered)...
-- Executing Answer("Zap/1-1", "") in
2010 Jun 11
1
WARNING message when play
When I use an eagi script when play a message appear a lot of warning
messages, but it play very well
I?m using
Asterisk 1.4.32
dahdi-linux-2.3.0.1
chan_ss7-1.4.1
Any ideas??
-- Playing 'ser002' (escape_digits=0123456789*#) (sample_offset 0)
[Jun 11 18:12:45] WARNING[15807]: file.c:1300 waitstream_core: write()
failed: Broken pipe
[Jun 11 18:12:45] WARNING[15807]: file.c:1300
2005 Mar 16
3
TxFAX problem
Hi Ppl.
Once, couple weeks ago when I have updated * from CVS-HEAD something
happen and I could not send a fax anymore.
After that I have tried previous * CVS versions with different versions
of spandsp (0.0.1, 0.0.2pre4, 0.0.2pre10) but without any changes.
I have tried that on Fedora Core 2 with libtiff-3.5.7-16.1 and
libtiff-devel-3.5.7-16.1. Everything compiles smoothly, but when I try
to send
2004 Sep 02
2
${CALLERID}
Hi,
need a quick help ... it should be easy but ...
exten =>_9898,1,Answer
exten =>_9898,2,VoiceMailMain(${CALLERID}@domain)
Accepting overlap call from '342' to '9' on channel 0/2, span 3
-- Executing Answer("Zap/8-1", "") in new stack
-- Executing VoiceMailMain("Zap/8-1", "@domain") in new stack
As you can see there
2010 Feb 08
2
How to run a remote PHP script and still have access to audio stream?
Hello there,
I'm trying to figure out how to run a PHP script on a remote machine and
still have access to the audio stream associated with the call.
Ideally, I'd love to play/record audio files directly from/to the remote
server without having to copy them back and forth to the Asterisk
server. What is the best way to do this?
Is it possible to combine EAGI with FastAGI in PHP?
2010 Jun 02
3
Interrupt on pressing reset button
Hi,
On Centos-5.3, is it possible to capture an interrupt when the reset
button on the Supermicro Box is pressed ?
Regards,
Premraj M
Disclaimer : This message is proprietary to Smartlink Network Systems Ltd. and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose
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
2003 Oct 12
1
AGI Test Fails
I've been trying to use the AGI get_data function for some time now, and
can't get it to work. Today I reinstalled a clean system with Red Hat
8.0 (I had been using RH9, but was told * had problems with RH9) and
downloaded the latest Asterisk CVS to install. I then downloaded and
installed perl-asterisk-0.08. I have extension 502 pointed at
EAGI(agi-test.agi). When I call that
2002 Apr 22
2
Quit R by pressing button (tcltk) (PR#1475)
Full_Name: Joachim H. Strach
Version: 1.3.1
OS: Windows 98 Second Edition
Submission from: (NULL) (132.230.131.220)
I am using the tcltk package.
Error-example:
----
library(tcltk)
top<-tktoplevel()
but<-tkbutton(top,text="Quit",command=function() {q(save="no")} )
tkpack(but)
----
then press the Quit-Button.
On my Platform there will be a execution fault with