Displaying 20 results from an estimated 200 matches similar to: "Problem with Action:Originate with ASterisk Manager"
2013 Oct 10
2
utils.c: fwrite() returned error: Broken pipe how to solve it ???
Dear all,
I want to make call through socket i have set code given below:
#!/usr/bin/perl -w
use IO::Socket::INET;
sub asterisk_command ()
{
# my $command=$_[0];
my
$ami=IO::Socket::INET->new(PeerAddr=>'127.0.0.1',PeerPort=>5038,Proto=>'tcp')
or die "failed to connect to AMI!";
print $ami "Action: Login\r\nUsername:
2005 Sep 23
10
Problem setting up TDM22B card
Hi All,
I have the problem setting up TDM22B card.
Steps what I have followed are:
[1] compiled zaptel-1.0.9.2 & installed the same.
[2] modprobe wcfxo
/lib/modules/2.4.20-8/misc/wcfxo.o: init_module: No
such device
Hint: insmod errors can be caused by incorrect module
parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the
output from dmesg
2005 Jul 22
2
--- Problem with queues.conf and extensions.conf ---
Hi Asterisk-Users,
We have a problem with queues.conf / extensions.conf
queues.conf file reads like ...
member => SIP/8399
extensions.conf reads like ...
exten => 8399, 1, SetCIDNum(${AccountNumber}|a)
exten => 8399, 2, Dial(SIP/8399,10,Ttrf)
When somebody calls to the queue, we observed that
it is not going through extensions.conf
(previous two lines)
That mean's it is not
2006 Feb 02
1
Configuring Meeting Room from Asterisk Manager API
Hi All,
I want to do a three-party conferencing using manager api.
But I found out from the asterisk-users list that I *MUST* use
the meeting room concept.
I wanted to know wheather meeting room can be configured dynamically?
on the fly? Otherwise, configuring meeting room statically is not scalable.
Thanks
Regards,
Somesh S. Shanbhag
---------------------------------
Bring
2006 Feb 07
1
MeetMe - Party's are not exchanging Audio - Is this BUG?
Hi All,
I observed the following in my try towards Multiparty Conferencing.
I am establishing the Multiparty Conferencing through Asterisk Manager API.
I have two users SIP/111 and SIP/101 of which SIP/101 is treated as leader.
Following commands are used -
Action: Originate
Channel: SIP/111
Application: MeetMe
Data: |edwx
ActionID: ffe4563
When I use the above, Incoming call will
2005 Sep 27
1
failed make install on Solaris 10
I finally got Solaris to successfully make asterisk, using these
instructions:
http://sunfreeware.com/programlistsparc10.html#gcc33
Now though, when I issue the make install, I get this error:
mkdir -p /var/opt/asterisk/spool/system
mkdir -p /var/opt/asterisk/spool/tmp
mkdir -p /var/opt/asterisk/spool/meetme
install -m 755 asterisk /opt/asterisk/usr/sbin/
install: asterisk was not found
2005 Sep 27
1
R: Problem setting up TDM22B card
Hi,
I didn't get any solution in the mailing list.
[http://asterisk.linkx.net/asteriskusers/200409/msg01167]
What should be the next step?
Changing the machine???????
Is it machine dependent?...
Regards,
Somesh S. Shanbhag
--- Tzafrir Cohen <tzafrir@cohens.org.il> wrote:
> On Tue, Sep 27, 2005 at 12:13:21AM -0700, somesh s
> wrote:
> > Hi,
> >
> > I did
2004 Nov 15
2
asterisk nagios plugin
hi
I've written, or upgraded a little more, a plugin for asterisk/nagios,
just in case someone should be interested. it uses the manager
interface to connect and checks staus. it's a dirty hack, but it works.
see
https://sourceforge.net/tracker/?
func=detail&aid=746083&group_id=29880&atid=541465 for more info
roy
2008 Feb 28
1
C Code to connect to Asterisk Manager Interface
Hi,
I have written a C code which would let me connect to the Asterisk Manager
Interface. The code compiles successfully but on running the code I get
unauthorized login shown in the Asterisk command line console.
Here is my C code:
#include<stdio.h>
#include<netdb.h>
#include<unistd.h>
#include<string.h>
#include<arpa/inet.h>
#include<sys/types.h>
2003 Nov 26
1
perl --> manager problem
I am having some issues when trying to connect with perl to the asterisk
manager and doing an "IAX2 show channels".
If i do that on a server that is heavily loaded, i sometimes get some
events instead of the channels i asked for.
Any suggestions how i could fix that ?
zoa.
2008 Jan 23
8
Peak number of calls?
Is there any way to find-out the peak number of calls that an asterisk
system has had? Not the total number of calls, but the maximum number of
simultaneous calls.
I know I can porobably go through the CDR logs and look for calls which
have overlapped in time, but I'm wondering if there's some counter
somewhere I could access...
(I'm looking for evidence for an ISDN client who
2007 Nov 06
2
Recording just first part of call?
I know that I can record the contents of a call by calling Monitor()
or MixMonitor() from the dialplan just before invoking Dial().
I have a potential customer who wants only the first minute of each
call recorded (for identification purposes, without the storage overhead
of keeping the complete call).
Can anyone here think of the easiest way to do this? The only possibilities
I can think of
2005 Jul 11
0
Calls dropped upon 'native bridging' after IAX2 transfer
Skipped content of type multipart/alternative-------------- next part --------------
############
# amd BOX #
############
## Step 1
## Bob(ext. 6202) place a remote IAX2 call to the operator (ext. 6302)
## Reminder : _62XX are register on 'amd' and _63XX on 'dell'
-- Executing SetGroup("SIP/6202-d193", "IAX") in new stack
-- Executing
2012 Sep 24
5
Memory usage in R grows considerably while calculating word frequencies
I am working with some large text files (up to 16 GBytes). I am interested
in extracting the words and counting each time each word appears in the
text. I have written a very simple R program by following some suggestions
and examples I found online.
If my input file is 1 GByte, I see that R uses up to 11 GBytes of memory
when executing the program on
a 64-bit system running CentOS 6.3. Why is
2013 Jun 18
2
Need help in generating MAC Address using Virt-install or any other command
Hello all,
Need some help in generating random mac address for my guest vm. I am Specifically looking for the command line as i already have vm file scp''d in the host. Can somebody pl help. Thnks
2005 Sep 30
4
C Manager Interface Client
List:
This is my first manager client that I've written so please bear with me:
I am trying to write a C manager interface client to interface with our CRM software. I am having an issue while reading the data from the manager interface.
I am writing this in C and I have the following code:
while(1)
{
bzero(buffer,sizeof(buffer));
readCode = read(socketHandle,buffer,sizeof(buffer));
2008 May 16
3
[OT]: Passing password for a command on the fly
Hi,
First things first, sorry for the off-topic, but I've already burned
my eyes Googling and couldn't find the answer to what I need and I
remembered asking here, because I'm a long time CentOS and its mailing
list user.
Again, my apologies.
I have this command to create an FTP account:
# pure-pw useradd mario -u 502 -g 502 -n 1000 -N 200 -d /home/pages/mario
This command asks for
2005 Aug 18
1
Help on AGI running
I am running AGI script written in C. My script gets triggered but there is
no action. I have taken the samplec file from
http://home.cogeco.ca/~camstuff/agi.html.
it says launched AGI script /var/lib/asterisk/agi-bin/sample.c exec format
error . Did I miss anything?
I am running asterisk1.0.7
can anyone please help me on these.
thanks,
Somesh
-------------- next part --------------
An HTML
2019 Apr 04
2
Message: Authentication failed on manager interface
I'm not sure how much more simple I can make this but I just cannot
seem to get my Asterisk 13 to accept a connection on the manager
interface:
--- manager.conf ---
[general]
enabled = yes
port = 5038
bindaddr = 127.0.0.1
[myasterisk]
secret=a
permit=0.0.0.0/0.0.0.0
read = all
write = all
So, couldn't be any more wide open and simpler to connect yet:
# echo -e "Action:
2020 Sep 04
3
Conversion from Centos 5 to Centos 7 & mailx changes
Everyone,
I have just upgraded a Centos 5 server to a Centos 7 server and am
having difficulty with a change of behavior of mailx with the use of a
command line of :
mail -s 'This is the subject' user at domain.com < text_file.txt
On Centos 5 when mailx was used by a program started by a cron job we
were able to send a text file as an email message and the headers did
not contain