similar to: AMI help needed

Displaying 20 results from an estimated 7000 matches similar to: "AMI help needed"

2013 May 11
1
AMI Originate issue
Hi, I'm getting an issue while executing AMI Originate. I'm getting "extension does not exists" on Originate's Response, and on the other hand Asterisk CLI say "fwrite() returned error: Broken pipe" Please suggest me what is wrong. Muhammad Faheem ### my originate code block ...
2015 Sep 14
2
AgentLogin() on the multiple servers?
Hello, Let say all the SIP devices will be registered on the proxy like kamailio. Agent is a member of Support and Billings Queues on the asterisk servers. Support queue on "Server A" and Billings Queue on "Server B" for example. This will be done via RealTime Queue. I want Agent to dial 1234 on a sip device and it will prompt to enter a pin number to Login via
2012 Dec 12
1
Asterisk 11 originate errors
Hi, I'm getting errors while originating a call through AMI. [Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe [Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe [Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe Asterisk version 11.0.1
2009 Oct 14
5
multiple call
Hello, I am using Asterisk 1.4 version. How to dial multiple numbers per second through asterisk manager???? Thanks and regards
2013 May 16
1
Call Transfer question
Hi, is possible that two sip extensions: user-1 and user-2 are connected and I want to transfer the call from user-1 to a third user "user-3". I know it is possible through feature keys mapping in features.conf, but I want to do this through AMI or Asterisk CLI Commands? Please suggest if possible? Thank you! Muhammad Faheem -------------- next part -------------- An HTML attachment
2013 May 07
1
Get Channel Variables in AMI Event NewExten
Hi, I'm stucked in situation, and look for a work around if possible in Asterisk. I have a dialplan, [default] exten => 111222,n,Set(fu_callerid=141688xyxzz) exten => _X.,n,NoOp(Callerid ${fu_callerid}) exten => _X.,n,wait(2) exten => _X.,n,Answer() ? When, ?Answer Application is called AMI Event is triggered like this.. ? ? ? ? ? 'Event' => 'Newexten', ? ? ? ?
2009 Aug 26
4
Multiple user registration ...
Hello there! We are planning to use Asterisk on our VoIP platform, and we are spending some brains on a way to provide the following facility: let some SIP user (extension) registrate with more than one client (ATA, SoftPhone, VoipCelular, etc) - what isn't a problem at all -, initiate calls from any of this devices that are registrated with the same user - no problems on tests too -,
2013 Apr 18
5
ODBC dialplan looping problem
All, Thank you in advance for any help. I have a customer in need of a conferencing system. A requirement is for users to each have their own PIN for the same bridge. So, I put the list of users, PINs bridges into a MYSQL DB and used an ODBC connector to parse the table. Asterisk is connected and reads the rows as expected. The problem is that if a user enters a PIN that is NOT in the table,
2004 Jan 20
9
Power Over Ethernet for *any* ethernet switch (or hub); product idea
Based on several threads I've read on this list, I assume that it would be handy to supply POE (power over ethernet) in an environment without having to purchase POE switches (assumed expensive) and abandon one's existing (familiar/custom/not-yet-expensed/etc.) switches/hubs. Assume I have a non-POE switch with 24 RJ-45 (ethernet) ports. I design a 1U box that can be mounted just
2008 Feb 14
5
Monitor Asterisk
Thank you to all those who replied to my last query. For them and for the suggestion, I can monitor asterisk using the asterisk -r -x "<command>" option. What I would like to know is that using asterisk -r -x way I can only use the *CLI commands. Is there any other way in which I can monitor asterisk? Moreover it will be very helpful is someone can provide me the C file of the
2006 Mar 23
1
Netgear FS116P and Cisco 79XX phones
I am hoping that someone has had better luck with this than I have. I would like to connect Cisco 7940s and 7960s to the Netgear FS116P, and take advantage of its POE. I know that the Cisco phones use Cisco's "pre-standard" POE implementation, but as I understand it the difference is really only two pins. I bought a bunch of PowerDsine inline power adapters which supposedly change
2006 Nov 29
12
What's up with the Manager Interface?!?!
The Asterisk Manager Interface is driving me nuts. Whoever wrote it should be drawn and quartered. Sometimes the data comes back separated by \r\n, and sometimes it's separated by \n. The whole thing is completely inconsistent, and trying to write any kind of API for it is -GHASTLY- Doug.
2004 Mar 15
4
OT: cisco 7960G powered by 3com 3CNJPSE
Is anyone using a 3com 3CNJPSE to power a 7960G? I have a couple of 7960Gs and 3CNJPSEs but no combination appears to work. Both phones work fine with a cisco power cube. I get a 47.6V reading across pins 5 and 8 on the patch cable coming from the 3CNJPSE. The network still works through the 3CNJPSE, just no power to the phone until I connect the power cube. Using two straight through wired
2011 Jun 26
2
does rsync not preserve directory mtimes?
Hi, I'm running the following command as a local copy command. faheem at bulldog:/mnt/data$ sudo rsync -abvz --super /data/ . Origin directory faheem at bulldog:/data$ ls -la total 28 drwxr-xr-x 7 root root 4096 Jun 26 08:34 . drwxr-xr-x 25 root root 4096 Apr 13 17:09 .. drwxr-xr-x 2 owzar001 root 4096 Nov 6 2010 CTS drwxr-xr-x 2 owzar001 owzar001 4096 Aug 27 2010
2004 Jul 19
5
Cheap PoE switches/injectors?
I'm trying to spec out hardware for a new office, and I'd like to include power over Ethernet as an option. I've seen a handful of PoE injectors around $1000 for 24 ports and a couple switches up around $2500 for 24 ports. Are there any cheaper options, short of buying a boatload of 1-port injectors off of ebay? I don't really need more then 24 ports of PoE out of 48 total
2002 Jan 14
1
trouble using R Mathlib as standalone
Dear People, I am trying to use R's Math library as standalone, as documented in /src/nmath/standalone. I am using C++ in Debian testing, and the versions are as follows: ii g++-3.0 3.0.3-1 The GNU C++ compiler. ii r-mathlib 1.4.0-1 `GNU S' - Standalone R math library I have a file (rand.cc) as follows. I don't think that lattice.hh or mh.hh are very
2001 Nov 17
2
choosing g/g++ compiler executable in R CMD SHLIB
Dear People, After considerable effort, I managed to install gcc-3.0 on my Debian system. However, Debian keeps gcc-2.95 around as the default compiler, and gcc, g++ point to the 2.95 version. The 3.0 versions need to be explicitly invoked as gcc-3.0, g++-3.0 etc. How can I get R CMD SHLIB to invoke gcc-3.0 instead of gcc and g++-3.0 instead of g++? I would like this to be done by default but
2002 Dec 20
1
Strange behavior with samba mountpoint
I have a Redhat 8.0 box with many external connections. Several nfs and 3 samba. Today I tried to reattach to one on my mounts and I am geting "Could not resolve mount point /mnt/dir". If I do an ls -a I can see the dir, but when adding the l option to ls it does not show up. fuser returns for the dir, Input/output error I apologize if this has nothing to do with Samba, but I am
2005 May 15
14
POE hub
I need to connect up to sixteen phones per building, I can use a cheap hub, but POE would be useful. Is there a cheap POE hub available? Everything I have seen has been expensive. Chris Mason
2008 Apr 30
3
checking whether a file is empty
Hi, Is there a way to check whether a file is empty in R. I did the customary searches, but did not find anything. Please cc me on any reply. Thanks, Faheem.