similar to: Manager API ! (System) command

Displaying 20 results from an estimated 1000 matches similar to: "Manager API ! (System) command"

2009 Apr 25
3
Outgoing Queues
Anyone thought about something like outgoing queues? I mean, having same info that has for inbound queues but for outbound calls, and grouping members there. For example, before using dial application put an app outqueue that get all the statics. Talked time, member status, last call, completed calls, failed calls, reset statics, and maybe some more. So its possible to get more control and has
2009 Dec 07
3
show queue's name and other info in incoming call to queue member
hello, I've callcenter and our queue members want to see on their IP phone's display queue's name , from which incoming call was originated, for example "<client's_number> -> Sales". This problem appears when one member can belong to couple queues. Work around would be setting calling name with such information. Maybe there is another way (setting SIP
2009 May 30
2
Queue - Multiple Transfer
Hi all, I ve setup a queue with 2+ agents for managing our inbound calls from customer. Using Asterisk 1.2.18 in a CentOS box. Agents login using AgentCallbackLogin application and I use a BASH AGI to accomplish this as there are some validations done with MySQL DB. Im aware that transfer could be done with option 't' in the queue() application and I was able to successfully transfer
2009 Aug 31
5
queue issue
I have a _very_ specific situation where I need queues to work in a very specific manner - I need the queue to only accept one call at a time, even though several phones are attached to it. My memory tells me that queues might have even worked this way in the distant past (pre 1.0)...but I am willing to be mistaken. Is this even remotely possible? PaulH
2007 Sep 25
9
Asterisk Redundancy
Hi All, I'm interested in how people are "clustering" Asterisk, if that's possible, or how you might be achieving a redundant solution. I've a single Asterisk server driving the company. Its well backed-up, and I've a cloned machine that (in theory) with a DNS change could take over operations. However I'd like to achieve something more automated if possible. I
2007 Oct 02
4
Queue members, URI.
Is there an advantage to having a Queue members URI in the form: SIP/User (or indeed IAX2/User) Over Local/<number>@context ? I know that the latter will allow you to do things like set counting logic etc. through dialplan operations, but the former appears to be a more direct route to calling the party. (and if need be, there is the ability in queues to run a script on connection iirc).
2008 Oct 02
1
Asterisk Queue question
When the asterisk a queue reset their counters? I 'm talking about this kind of info in asterisk console. >show queue 600 600 has 0 calls (max unlimited) in 'ringall' strategy (4s holdtime), W:0, C:14, A:8, SL:0.0% within 0s I just say that because I have a queue with strategy "Fewest Calls" working for a couple of mouths, and a new agent has been added this
2008 Nov 21
2
Log level of 500 Server Internal Error.
Hi, VERBOSE[6120] logger.c: -- Got SIP response 500 "Server Internal Error" I just noticed that i sometimes get those back from provider. They are currently general SIP message log entries with verbose level 3. I wonder if such SIP fails could generate at least WARNING in log? Currently i'm checking logs for warnings and errors, so i probably have missed those.. It would be
2008 Oct 06
1
AEL and swap from macros to contexts
Hi, according to discussion on asterisk IRC, where people said, that macros will be depracated, I tried to migrate from macros to contexts and Gosub but if I try to use gosub in extensions.ael, ael compiler complains, that I shouln't use Gosub app, but I can't find ael keyword, that will be Gosub equivalent, or can I ignore this ael warnings? thanks PJ LOG: lev:3 file:pval.c
2007 Oct 17
3
Play sound on hangup
Hi, Does anybody have some ideas - how to play a sound file on channel, after that bridged channel got hanged up? Regards, Atis -- Atis Lezdins VoIP Developer, IQ Labs Inc. atis at iq-labs.net Skype: atis.lezdins Cell Phone: +371 28806004 Work phone: +1 800 7502835
2007 Sep 12
2
Callback for unanswered transfers...
Hi, Does anybody know if there is a way for a call goes back to transferer if unanswered ? Thanks Luis A P Barbosa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070912/1e356013/attachment.htm
2008 Oct 27
11
Fring: Open VPN client to be installed on the mobile, which mobile?
Hi All; I do not know if anyone faced such case in dealing with open vpn (as we need it for fring to be used from the mobile: Which mobile can be used to install the open vpn client on it, so we can use it to do a vpn channel with the server that has open vpn server? Regards Bilal
2007 Sep 11
3
Prevent multiple sip registrations
Hi all, Is there anyway i can prevent multiple sip registrations from different IPs using single username in asterisk. Does asterisk provide any aid in this respect? As far as my knowledge is concerned i dont think there is any support for this in asterisk, so i think i'll have to makeup a script which sniffs sip packets coming for asterisk and detect for multiple register requests coming from
2008 Feb 18
2
SiP call generator
I want to have a PC-based real-time VoIP bulk call generator (including both SIP signaling and RTP generation) for stress testing and precise analysis of the VoIP network equipment. Do any one knows a free program can do that . Regards ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with
2008 Sep 02
4
AgentCallbackLogin AddQueueMember
Hi i have problem with AddQueueMember logic. I need login Agent(Member) in asterisk. use this option: for example: AddQueueMember(queuetest,SIP/ekiga,10,,Agent/13) and now i want to call to this Agent: exten => _1XX,1,Dial(Agent/${EXTEN:1}) call to 113 and asterisk should call to Agent => 13 on interface SIP/ekiga. This doesn't work, How can i do this on Asterisk 1.4(not
2008 Nov 27
5
Any 1.6 SendFAX example ?
Hi, Do you have any example showing how to use SendFAX ? I can see several examples of ReceiveFAX but not a single one showing SendFAX. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081127/b41ca08b/attachment.htm
2008 Mar 11
3
Call tracing - Asterisk 1.4
Hi guys I've just read this about the upcoming release of * 1.6: ?Better reporting through a new call event logging capability in Asterisk 1.6 will allow complete tracking of events that take place during a call. The goal, according to Fleming, is to provide more detail than traditional CDR (Call Detail Recording) features offer and to allow for more granular tracking and auditing.? That
2007 Sep 14
2
Prompt for extension with standard dial-tone.
Hi, What i want to do - is to give ability for answered call to hear regular dial tone and be able to enter phone number - that i would dial later. I tried to look at WaitExten and PlayTones, but they seem to not work together - WaitExten doesn't interrupt going on PlayTones. Is there any way how i could do that - so that it looks really natural? It would be silly to create long-long-long
2008 Jun 03
8
Queue is sending calls to Agents even when they are in use
Hi, I have an simple queue and agents defines with memeber => SIP/123. If for example Agent "SIP/123" has an call, the queue didnt care and tries to send additional calls to this agents. So Iam loosing time. SIP/123 (In use) has taken no calls yet How to stop this, especially when the device is not able to send an BUSY back. Use LOCAL channels and parse 'show queues' or
2008 Mar 17
6
Handling 3 different call ending causes
Hello List, I'm using a dialstring like the one below. I want to have three different things happening depending on exit cause. Dial(SIP/${phonenumber},20,gL(20000[:5000][:5000])) These 3 things could happen: 1, Caller hangs up 2, Callee hangs up 3, The 20 seconds is up and call is terminated from Asterisk. Is there a way to separate these 3? Thanks, Best regards, Tobias --------------