Displaying 20 results from an estimated 60000 matches similar to: "Playing sounds from the CLI"
2006 Mar 25
0
CLI notice: channel.c:2421 __ast_request_and_dial: Don't know what to do with control frame 15
Hi there,
Im getting this notice in CLI, but the call quality is okey, Im using digium
TE406 and asterisk 1.2.4.
here are the CLI actual logs:
-- Executing SetAccount("Local/50015308467418@default-ca2e,2", "XXXXXX")
in new stack
-- Executing AGI("Local/50015308467418@default-ca2e,2",
"call_log.agi|50015308467418") in new stack
-- Launched AGI
2009 Sep 03
1
passing commands asterisk cli and getting output using PHP AGI
Hellos,
I know this might be an easy one but either way I am stuck...I need to
execute asterisk cli commands using php agi and get the output via the same
script.
How to I execute let's say "show hints" and get the output back to the
script? I have tried
$agi->exec("show hints");
but I am getting the output below on the cli debug
AGI Rx << EXEC show hints
AGI
2006 Apr 12
1
SIP call hangup from asterisk CLI
Hi,
We are using Vicidial and sometime even when agent disconnects, outgoing
call originated by dialer is still active. Since call was initiated by
dialer and then bought into meetme conference of agent and we can't corelate
this call to any agent channel.
When agents are dialing, channels doesn't show calls
vicidial2*CLI> show channels
Channel Location
2007 Oct 21
0
Hanging up all call on a device via CLI/AMI/AGI
Hello, never posted to a mailing list before. I've been trying to work out this problem for quite awhile now. I have a PHP script which is run whenever an emergency situation happens. The script connects to the AMI and originates calls to previously defined "emergency" extensions. I'm looking for a way to disconnect all calls on a device if it is in use, in order to deliver the
2016 Nov 30
2
Asterisk 14.2 CLI don't show debug/verbose data
Hi all,
after upgrading from 13.7 to 14.2, asterisk cli (asterisk -r) don't show
what's happens. I've trying setting debug and verbose to 100 but
nothing, no show. All commands works as expected but i can't what's
happens on my asterisk server.
asterisk*CLI> core show settings
PBX Core settings
-----------------
Version: 14.2.0
Build Options:
2007 Oct 20
1
asterisk.conf and it's impact on CLI
I was previous using Asterisk 1.2.9.1 and decided to get some real servers
outside of my house. It was time for Asterisk 1.4.4.
I figured since all the conf files were in /etc/asterisk form the old box,
i'd just copy tha directory over to the new server. My SIP DID AGI stuff
worked, except running 'asterisk -r' doesn't. It tells me
' Unable to connect to remote asterisk (does
2008 Jul 23
3
Trouble Playing message file via Perl AGI
Hi all,
I'm trying to build an IVR using the Perl AGI module at
http://search.cpan.org/~jamesgol/asterisk-perl-0.10/lib/Asterisk/AGI.pm
But, I'm having trouble getting my program to play a message and wait for a
keystroke.
I am able to use this code to play the file, so I know that the $msg variable
points to a valid sound file:
$result = $agi->exec("background $msg");
2006 May 15
1
GET DATA and STREAM FILE commands, don´t work
Hi,
I have been written an small script for test the use these commands. I had done massive test with commands, but I didn?t get success
it. Any of the cases, I don?t listen nothing on channel that call 2100 extension. I dial 2100 extension through an cisco phone 7912 with SIP, also I dialed through ATA SIP (Linksys PAP-2).
I?m using Asterisk 1.2.7.1 and ztdummy driver, linux kernel 2.6.11.4. I
2007 Sep 16
0
Problem with asterisk 1.4.11 and playing files to meetme conference
I am using asterisk Version: 1:1.4.11~dfsg-1 as found in Debian. I'm
using a call file to connect a meetme conference to an AGI script which
plays files using the stream_file method. I have four files which should
play in sequence, though only the first two files actually play. I get
these errors in the CLI:
[Sep 16 06:20:43] NOTICE[18424]: app_meetme.c:1911 conf_run: Audio
bytes: 276 Buffer
2005 Jan 06
1
Strange problem with incoming call.
When someone calls in on a zap channel with FXO and presses an
extension, and another user picks up using (*8) I changed it to 888,
after a few minutes ( I think 2), the call gets dissconected. The
users all use Cisco 7960.
I didn't yet have a chance to test it when not using Call Pickup (*8)888.
Please help.
Here is the screen shot in asterisk:
+++++++++++++++++++++++++++++++++++++++
2006 Jun 13
2
Compiling zaptel on FC5
Are there any generic install guidelines for compiling the Zaptel drivers on
FC5? This is my first install of Asterisk (and my first FC5 system) and I'm
having a great deal of trouble getting it to cooperate. make clean and make
are definitely not playing nice, telling me that "You don't appear to have
the kernel sources installed" when I'm pretty sure that I do. Any
2010 Mar 23
3
Which folder for sounds?
1.6.2:
-- Executing [s at incoming-pstn-line:4] VoiceMail("DAHDI/4-1",
"100 at default,u") in new stack
-- <DAHDI/4-1> Playing
'/var/spool/asterisk/voicemail/default/100/unavail.gsm' (language 'en')
[Mar 22 17:15:46] WARNING[31145]: file.c:650 ast_openstream_full: File
vm-intro does not exist in any format
[Mar 22 17:15:46] WARNING[31145]:
2010 Oct 12
1
sound file debug
Hi gang,
I have a "fun" one for you. I'm not getting the quality of
sound I want out of GSM, so I'm trying to make my files into .WAV (.wav)
format. Here is the "file" output for 5 files:
file *.WAV
cents.WAV: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit,
mono 8000 Hz
dollars.WAV: RIFF (little-endian) data, WAVE audio, Microsoft
2007 Jul 10
0
Odd AGI Issue - STREAM FILE, GET DATA not playing file
Apologies if this has been brought up before, but extensive googling
and digging through my list archive didn't turn anything up.
Basically, I'm working on an AGI web app and need to read some digit
input. I'm having multiple issues with asterisk interpreting agi
commands at the moment, but I figured I'd start with this one.
when I call GET DATA or STREAM FILE I don't
2007 Sep 14
2
AGI script fails on IAX channels (from call file).
Hi Guys,
I have already tried this one on the developers list. I have not been
successful getting much back there and I have notified them that I will
post this on the users list instead. Hopefully somebody have tried
something similar and can help out.
I am developing AGI scripts on Asterisk and have run into some very
strange behaviour and I think this is a bug, but I am not completely
sure.
2006 Dec 18
2
AGI Help Please
List,
I finally decided to break down & start playing with AGI scripts, but for
the life of me, I can't figure out what I am doing wrong.
Below is a super simple script to run a query in mysql to see how many call
records there are for the extension calling in, then print the total in the
CLI.
This is all I get on the CLI:
-- Executing AGI("SIP/216-0baa",
2008 Mar 24
2
Getting Exec Format Error when running AGI call
Dear friends,
I am having problem with running a sample php and I can't figure out why. I
can run the sample.php using CLI but when I run it inside the dialplan it
does not work. Can someone please suggest the config problem that I may
have made?
dommy:/var/lib/asterisk/agi-bin# php sample.php
#!/usr/bin/php5 -q
VERBOSE "Here we go!" 2
VERBOSE "Call from - Calling
2005 May 18
0
HELP ME!!!! Asterisk don't do calls
Hi all,
as in last mail, i've installed Asterisk from CVS and AMP to manage it. I've made 4 extensions:
moloch*CLI> sip show peers
Name/username Host Dyn Nat ACL Mask Port Status
204/204 (Unspecified) D 255.255.255.255 0 UNKNOWN
203/203 192.167.125.9 D 255.255.255.255 5062 OK (3 ms)
202/202
2005 May 17
1
sip show registry empty ?!?!!?
Hi all,
i've installed Asterisk with AMP. I've created 4 extensions (for 4 SIP phones)
and this is what my "sip show users" return:
moloch*CLI> sip show users
Username Secret Accountcode Def.Context ACL NAT
204 moira from-internal No No
203 michele from-internal No
2005 Feb 24
0
Queue Questions
I am having a problem with the Call Queue Feature.
If I let a user into the Queue prior to an agent being available for
them to take the call, they experience the following:
1) they hear that they are the first in line
2) when the agent finally logs in (the caller on hold in the
queue is sent to the users phone)
3) the AGENT is still in the login phase hearing that they are
"successfully