similar to: Manager "Message: Originate failed" beinggenerated when callee does not pick up

Displaying 20 results from an estimated 400 matches similar to: "Manager "Message: Originate failed" beinggenerated when callee does not pick up"

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:
2004 Oct 28
1
Re: DSP stamp
Yes, the Theora codec is based on VP3, which is an earlier version of ON2's VP6 codec. Theora is currently at its alpha 3 release, and is stable enough to have been used already for streaming live video from a number of conferences, and for encoding several videos that can be found at www.theora.org. Development has progressed to the point that the value of the codec can be seen. That
2004 Nov 16
1
RE: DSP stamp
Hi, If somebody is interested in having a crack at this (and think's they have a reasonable chance of succeeding) then there is a dev kit up for grabs. John, we actually already have a LM9638 (1280x1024, B/W) image sensor interfaced to the board. There is a colour version drop in replacement. We also have a color QVGA TFT hooked up for video out. So a good demo system would be to capture
2004 Oct 29
2
Fwd: RE: DSP stamp
Are we interested, or ready for this? Andrew Seddon is offering to provide hardware to port Theora to the DSP Stamp. http://www.linuxdevices.com/news/NS4405077268.html John ---------- Forwarded Message ---------- Subject: RE: DSP stamp Date: Friday 29 October 2004 03:50 am From: "Andrew Seddon" <andrew.seddon@camsig.co.uk> To: "'John Kintree'"
2003 Aug 10
4
Windows Messenger
Can anyone provide me with a step by step on how to set up Windows Messenger on a Windows XP Pro box as a SIP client with asterisk? I'm interested in doing various tests of my asterisk server from the Windows perspective of the world. In the alternative if someone could provide information on another Windows based fully functional easy to configure iax or SIP client that would suffice as
2004 Sep 22
3
American vs English
Folks, A few people have made me aware of some omissions in my files (not my fault, they weren't in the Script from the Wiki) which I shall be tackling this weekend. Whilst I'm making the files are there any other files you want? IVR's etc. If so make sure I have a script sent by email. -- Mark Phillips, G7LTT/KC2ENI Randolph, NJ
2005 Feb 24
3
Inheriting variables
I'm trying to set a channel variable and make it available to another channel: I thought that if I SetVar(_SomeVariable=SomeValue) or SetVar(__SomeVariable=SomeValue) then SomeVariable would be available in the destination channel. However __SomeVariable, _SomeVariable and SomeVariable are all blank. The scenario: Agents logon to the queue using callbacklogin. From what I can gather
2005 Jan 10
2
Asterisk Setup Documentation
Hello all: Can anyone help me with finding the best locations for getting setup and other documentation for *. Thank you. Phil Menico www.xtend.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050110/6b26b235/attachment.htm
2005 Jan 07
7
Channel Variable
Hi all, Does anyone know how to get the channel ID on the other side of the call? For example: When SIP/50 calls SIP/21, and the call is answered by SIP/21 I get: SIP/21-6735 answered SIP/50-b456 ${CHANNEL} will show me SIP/50-b456. Is there a parameter or a workaround to get the SIP/21-6735 part? Thanks. Assaf Benharoosh -------------- next part -------------- An HTML attachment was
2005 Mar 02
3
Asterisk Manager API - multi "Originate" cal ls
Hello, You can do either, you can send multiple Originate actions in a long line without waiting for a response back(although the responses do usually come back very fast) or you can open multiple connections using each one to Originate a new call. We use the multiple connection method in the astGUIclient suite because if you get a pause or lag in Manager output on a single connection(which does
2005 Jan 10
1
Execute dialplan command at startup
How can Asterisk be configured to execute some number of dialplan commands when it is started or restarted? I want to be able to populate the registry (using DBPut() commands) to store some information each time Asterisk starts. Such information could, of course, be stored in a database and perhaps that will be the long term objective. In the meantime I'm hoping that it is possible to use
2004 Sep 10
4
SIP on Handhelds
Does anyone know if SIP will/is support on handheld PCs such as the iPaq or Axiom? With their integrated 802.11b and Bluetooth it seems like a solution to provide a wireless based sip phone for any user would be possible. Handoff between access points might be problematic but most users I know would be using their PDA phone in an airport with free wireless or at the local cafe, etc, etc... Can
2004 Dec 09
11
Asterisk@Home
I have started to receive a lot of positive response for the Asterisk@Home project. For those of you unfamiliar with this project the goal of Asterisk@Home is to make a full featured version of Asterisk very easy to install. We have created a 1 step .iso that installs RHEL (RedHat Enterprise Linux) and Asterisk. It includes a web GUI that allows easy editing of the Asterisk Config files.
2004 Sep 11
2
Audio level in compressed wav files
Anybody know an easy way to adjust audio level of recordings made in Asterisk (using the 'record' application)? I've noticed that recordings using the "wav" format are about twice the level of those made using "WAV" or "wav49". Unfortunately, the "wav" recordings are uncompressed and about 10 times the size of the other formats. -brian
2005 Feb 26
1
Determine IP addres of a AIP/IAX user
Hello all! Is there any possibility to determine the IP address of a caller in my dialplan? I would like to have a predefined channel variable like ${CALLER_IP} but it seems it doesn't exist (http://www.voip-info.org/wiki-Asterisk+Variables) .. is this list complete? Are there any other possibility to store the SIP/IAX caller's IP address on every call? Thanks Niels
2005 Jan 08
3
OT help with rmdir pls
I am tying to clear down an asterisk source directory before CVS'ing a new version the --ignore... option is being used but its still not being deleted, can anyone give me some clues. Sorry I'm new to Linux, as if you havent guessed. Googling hasnt helped so far Thanks
2004 Sep 17
8
English vs American voice files
My wife's got an appropriate Southern England (Wimbledon) accent and I'm sure she would try her hand. Does anyone have a comprehensive list of the words that need to be said? Matt, do you have them if your wife's done a set for French users? Mark, if you have the kit maybe you could chop up the file? I write a utility to chop up and compress the wave file based on some of the C
2004 Sep 19
1
How To get response of command from another socket
hi i logged on to manager API from other terminal by telnet IPADDR 5038 now logged in with username mark let's say this connection Window A now i opened another connection with Manager API with same usename lets say this window B now if i give a command like originate,Redirect through window A connection , can i able to see its response:success/failure Originate:failed/succesfully
2005 Mar 09
1
Asterisk@Home Installation Problems
I just found out about Asterisk (yes, from the Slashdot posting), and I would like to set up my old computer as a dedicated box for my house using Asterisk@Home. However, when I try to install from the bootable CD, it gets to 54% of copying the image to the hard drive and then says that an error occurred because I have run out of disk space. The machine has a 10.2 GB hard drive, so I don't
2005 Jan 13
2
asterisk won't release line
Hi all, I have an issue with my system and the phone company (Alltel). If someone goes into any mailbox on the server to leave a message, once they hang up on their side the system is not detecting this and will sit there and record until you get the standard message from the phone company "If you'd like to make a call, please hangup and try again", which is preceded by the fast