similar to: Programming the Manager API

Displaying 20 results from an estimated 3000 matches similar to: "Programming the Manager API"

2005 Mar 15
2
Grandstream and Transfers
Hi all, Just wondering if anyone's come across this issue, and what might be a fix for it: We've got several BT-101's deployed, and upgraded to firmware v.1.0.5.16. The phone can do proper supervised transfer, but _only_ once. If the user attempts to transfer a second time, it won't work. any suggestions/hints/tips are welcome.. Flynn
2004 Dec 21
1
Dialplan help - Can dial any user but not thePSTN
-----Original Message----- From: Chad Brown Sent: Tuesday, December 21, 2004 8:02 PM To: 'el_flynn@lanvik-icu.com' Subject: RE: [Asterisk-Users] Dialplan help - Can dial any user but not thePSTN Flynn, Yes, that makes sense. However, in my case I have incoming calls arriving on an IAX channel from a PSTN gateway. I think the concept is the same. That said, if incoming calls have access
2006 Mar 14
5
New ncurses Asterisk Manager Interface
I am currently developing a asterisk ncurses interface using the manager API. The project is currently awaiting sourceforge's approval but I have a beta online at http://sig.lange.googlepages.com/assman . The projects real home will be assman.sf.net. This project really consists of two parts, libassman is a C manager API and assman is the ncurses portion. It's still beta but I have been
2004 Sep 06
1
Voicetronix OpenSwitch12
Hi all, I used to have an OpenLine4 card, but decided against using it due to some problems with hangup detect. Does anyone on the list actively use Voicetronix's OpenSwitch12? What are your opinions on the card? Cheers, Flynn
2005 Feb 18
1
Vonage, broadvoice et al
Hi all, I'm just wondering about these VoIP services -- do you have to sign up one account -per- client that will be using the service? I've got multiple extensions behind my Asterisk box, and I want to be able to allow all my staff to place calls via the provider. So if I sign up for one account, will multiple users behind my Asterisk box be able to make calls, using that same
2004 Dec 14
1
SIP and * with dual ethernet cards
hi all, i've got a proposed setup that i was wondering if you guys could comment on. the client wants * and a couple of SIP phones to be on a separate network than the rest of the office, so that in case their primary network crashes for some reason the PBX won't be affected. one other factor: the client may at some later point set up SIP UAs sitting on the primary network that will
2004 Aug 22
3
SIP Phone recommendation for Receptionist
Hi there, I've got an installation where there's 12 POTS line incoming into *, and am trying to get some insight as to which VoIP hard phone would be most suitable for this scenario. Most of the VoIP phones I've looked at only have 4-6 line presentations; is anyone aware of one that has more? I tried to get some info about Snom's Keypad 220 since it has loads of programmable
2004 Apr 10
5
Sipura SPA-2000
Hello, I am very new to asterisk and voip in general and so far have managed to get the FXO card and a few sip phones working fine. My question is where does the Sipura SPA 2000 come in the picture? Can it be used as an extension (i.e FXS) ? Or is it to be used as a line (i.e FXO)? Or it can be used as both? My understanding is that its just like another ATA186. Is that true? I guess what I
2006 Mar 21
1
Cannot leave voicemail, Asterisk/Zaptel/libpi v1.0.9
Hi, I'm running two boxes side by side, identical specs and setup but with differing dialplans. Both are on ast/zap/libpri versions 1.0.9. Both boxes share the same folder for voicemail, exported via NFS from another file server. Everything was working fine for an extended period of time, until just recently when someone rebooted Box A. Now when I dial an extension associated with a SIP
2004 Oct 05
1
Non-working module on TDM400P?
Hi all, I was wondering if anyone had any pointers on how to determine whether or not a module has gone wonky on the TDM400P? I have a 2 FXO (channels 3 and 4) and 2 FXS unit (channels 1 and 2). The bad (?) module in question is the FXO module on channel 3. I can't dial in to or out of that channel; dialing in gives a busy signal, dialing out just shows * hanging around after attempting a
2004 Aug 27
3
Digit detect during a Background() inside a Macro wrongly jumps b ack to the calling context to match digits?
Consider this dialplan fragment, where the call is being dialed into [macro-process-routing] over an iax2 channel from another (same build) Asterisk server: [macro-process-routing] ; This is the entrypoint of the debug call but is also refered to by Macro(process-routing) elsewhere in the dialplan ; XXX-NNN-6800 exten => _6800,1,Macro(6800-interceptor) ; This is matched when 8 is
2003 Nov 17
8
DTMF
I am trying to connect to a vocal server from an asterisk server. A call is received via iax2 to my asterisk server. I then initiate a SIP connection to the vocal server. everything works great except dtmf doesnt work. A cisco 5300 can connect to this vocal server and do dtmf without a problem. I have my dtmf set to rfc2833 in the general section of the sip.conf . I can confirm that the
2007 Oct 29
5
A Leg Control on Asterisk Callback
I'm confused about something. It's the way Asterisk handles the A leg (ie the first party dialed) on an originate command via the Manager Interface. Lets say our originate commands looks like this: ACTION: Originate Async: yes Timeout: 60000 Exten: callback Channel: SIP/5551212 at provider Variable: destination=SIP/8675309 at provider Callerid: 5551212 Context: default ActionID: 849120
2007 Oct 24
1
AMI ActionID.... Doesn't work
Is it well known that setting the ActionID when connecting to AMI has absolutely no effect? Is this fixed in Asterisk 1.4? If you add an ActionID to your Originate command for example, it looks like the only events that come back with an ActionID associated are the initial response, OriginateSuccess and OriginateFailure. That's it. No other events have an ActionID associated. This pretty much
2007 Oct 31
4
AEL2 and Callbacks
I am originating a command via the AMI with this... Action: Login Username: xxx Secret: yyy ACTION: Originate Async: yes Timeout: 60000 Exten: callback Channel: Local/6505551212 at LegA Callerid: 849120 Context: default ActionID: 849120 My LegA context: ----------------------- context LegA { _X. => { Dial(SIP/${EXTEN}@Provider); } } And my default context:
2007 Jan 03
3
Asterisk Core Dump in app_queue - Anyone seen?
Anyone seen this? It ocurred on a 'reload app_queue.so' command. Asterisk version is 1.2.9.1. Tried again, but it was not immediately reproducable. Doug. (gdb) bt #0 reload_queues () at app_queue.c:3339 #1 0xb778a7a8 in reload () at app_queue.c:4012 #2 0x0805bb44 in ast_module_reload (name=0x8137cc7 "app_queue.so") at loader.c:257 #3 0x08092b3f in handle_reload (fd=33,
2006 Jan 11
17
Nested MySQL Commands
Is it possible to have nested MySQL queries in extensions.conf? Ie, perform a query, grab a value, and then jump to another location in the dialplan and do another query based on that original value. I'm having problems with the result and fetchid's and I'm not sure if it's even possible to do this or not. Thanks, Doug. -------------- next part -------------- An HTML
2009 Nov 19
1
[LLVMdev] Removing instanceof tests
Hi all, I wrote you some days ago about one project that I want to do on vmkit: I want to remove redundant instanceof tests. I am right now looking at the LLVM code that vmkit produces for java files, but I am finding it very difficult to identify the code that is produced by each instanceof. Would it be possible for you guys to give me some pointers on how to attack this problem? Should I
2006 Jan 13
3
FastAGI Command Execution
I've noticed that with FastAGI (and maybe AGI) that when you sequentially send a sequence of dial commands, if the call is picked up, that after the call ends, the Fast AGI script keeps executing the commands! Is there anyway to stop execution once a call is picked up? I think looking at the result codes after the Dial to determine if the call was picked up or not is not a good idea... if it
2010 May 17
4
identify caller hangup or callee hangup?
Hello, you know , when a call setup, either caller hangup first or callee hangup first , the hangupcause will set to 16(means Call Clearing Causes) My question is how could i identify whether the caller or callee hangup the phone first? Best Regards! -- Thanks for your supporting, have a nice day. Sucan