similar to: Performance of queues

Displaying 20 results from an estimated 2000 matches similar to: "Performance of queues"

2006 Apr 05
5
Dial Plan Logic Problem
Hi I can't for the life of me work out why this is not working. When in the campon contect if you hit a DTMF key 2 you get moved to the exten => 2 defined in the mainmenu context not the exten => 2 defined in the campon context. What is wrong? The same happens if you hit key 1. [campon] exten => _*1XXX,1,Answer exten => _*1XXX,2,SetCallerID(${CALLERIDNUM}) exten =>
2003 Oct 29
2
Campon feature
Hi all, Having fixed my problems with the call waiting ringing on the GS phones, I needed to extend that with a campon facility (available on some legacy systems - sort of callwaiting without phone ringing). I've managed to implement that by adding/modifying app_queue.c. Basically, when calling the SIP phone, and if busy, I can camp the call onto that extension, with MOH, allowing the caller
2009 Jan 29
9
Callback / Camp / Extention Free notify?
Hi, I am trying to implement the callback feature of our old phone system. This feature may go by a different name in asterisk? It worked as follows. If phone A called phone B and it was BUSY, you press a button to enable a callback. User A is free to continue work or make other calls. What this meant is that when both phones became free, phone A would ring, on answer it would call phone B
2003 Jul 16
4
voicemail instructions
Hi, I've been playing with Voicemail and Voicemail2 a bit for my users, and there are a few things I'm wondering about: - We can specify parameters to the mailbox (s, b or u) to select which prompts to play. However, if we specify 'b' or 'u' it plays that (customisable) message, but it also plays the voicemail instructions. For the dutch, it is customary that a user
2003 Mar 23
3
Whoah! My E400P system went AWOL
Hi, I came back from a quiet weekend today and found my E400P box to have gone astray. Asterisk is loaded from inittab, and started crashing and reloading a couple of thousands of times, each time notifying my monitoring service :-P I remember there would be issues on old cvs stuff since the crash at digium so I made a clean checkout just now. Here is what happens when I load manually:
2003 Jul 30
3
Manager.pm port
For anyone that cares... I am porting James Golovich's Manager.pm over to PHP. I plan on also doing some documentation which will cover both the Perl and PHP APIs, which will be almost identical (at least, to whatever extent is practical). Will let y'all know when I have some usable code to show you. -- JustThe.net Internet & Multimedia Svcs. [The Fusion of Content &
2006 Nov 21
3
Parking on an extension
Hi Is there any way to park a call on an extension. Say a customer calls in and wants to speak with Steve. Steve is currently on the phone. How can I park the call so that when Steve hangs up his phone immediately rings and he is connected to the parked call. Thanks Kelly
2003 Oct 11
4
Problems with AGI scripts in Perl and Java
Hi what can be wrong with * that console does not show any stderr text printed from agi script? I am starting with asterisk -vvvvvvvvvvvvvvvvvvvvvvvvrc VERBOSE command does show text on console but printing of STDERR does not I tried it from Perl and from Java and in both cases almost the same result, except in Java more things do not work. In Java for, for example, SAY DIGITS 123 78# would
2003 Nov 22
2
New DIAX - version 0.9.4 - a big step forward - available for download
Hi all, DIAX 0.9.4 is available for download from the same place: http://www.laser.com/dante or http://www.geocities.com/tdanro The new DLL contain the latest updates made by Steve in the iaxclient library. What's new in 0.9.4: - IAX2 support (new DLL); - selectable DSP: Echo cancellation, AGC, Denoise; - plaintext and md5 authentication supported; - the phonebook is now in a separate
2003 Jun 26
5
cisco 186 helpp!ª!!!!
toy buy my first cisco 186 but when i read this page http://www.djernes.org/~shawn/ata186.htm i cant find in my dev page some parameters just like " UseSIP " what i need to do to show this parameters Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030626/42e66005/attachment.htm
2003 May 03
3
Execute command after hangup / MWI
Hi guys, is there any way to execute a command *after* a caller has hung up the call? Something like exten => s,1,Voicemail exten => s,2,AGI(mwi.agi) I'd like to turn off the MWI on my cellphone (which is done by gammu[1]) Or does anyone know a way to check the state of the MWI from outside, i.e. with a cron-job? I'm turning on the MWI with the email-notify from voicemail, but
2003 Sep 16
4
iaxComm - IAX client for Win32
iaxclient.sourceforge.net is the home of Steve Kann's crossplatform port of the iax library. iaxComm is a client written in c++ using wxWindows. There is a Win32 binary on the site. I think that it should be compilable on Linux and MacOSX, but can't test it. Feedback is welcome.
2003 Oct 14
1
Cisco hard IP phones and Skinny vs. SIP
I have Asterisk up and running and it is working great with my SIP phones. However, I have some "Skinny"-protocol Cisco 7960s. Does Asterisk support the Skinny protocol? I've seen some references to Skinny in the software. If so, should I stick with Skinny with the 7960 or convert to SIP? If anyone has some Skinny confs they would send me I'd be much obliged. If I should
2003 Jul 07
2
msn
hi guys, have any of you guys managed to use msn messenger to authenticate with asterisk using its DNS name? based on my experience with other sip proxies, msn will not authenticate if it sees a different realm than the realm of the client. one workaround i did was to edit the chan_sip.c to send a pre-defined realm, and also edit the Contact: field. after this, asterisk would send a 401 to the
2003 Apr 03
5
Hardware requirements
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 4325 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20030403/f8281e8a/attachment.gif
2003 May 21
1
ISDN FXS for home use
Hi, I'm looking for an ISDN FXS for home use (so the solution has to be affordable :) Let me tell you exactly what I want to do first. I want to connect a regular home ISDN phonesystem (does not exist yet so I'm flexible with that, too) to the ISDN-PSTN and Asterisk at the same time. I want to be able to place calls through the ISDN-PSTN as well as through asterisk eg by dialing 0XXXXXX
2003 Oct 17
3
Switch statement taking over my local dialplan
I have two Asterisk servers, one of which uses a switch statement (Server 2). On Server 2, the dialplan is as follows: [provider] switch... [default] include=>provider exten=>451,1,Dial,Zap/1 ... (No extensions defined for Server 2 are "can_match" (eg. exten=>_9XX...)) The problem is that when I pick up a phone and dial 451, it searches Server 1 before using the extension
2003 Aug 04
3
Syntax for hiding caller ID but still passing ANI?
I have a question regarding the flags for hiding caller ID presentation: My customer has a requirement that they are able to specify if outbound calls (on a T100P) will have the caller ID displayed or not. This could be easily solved, of course, by not setting a caller ID when creating the outbound call. However, the PRI to which this T100P is connected _must_ see a valid caller ID, and the
2006 May 11
8
Dialling a DUNDi Route
I'm using DUNDi. My lookup returns 'IAX2' for the tech, and 'dundi:q9sgTFkVMBFdmp0IDX1bYQ@xxx.187.142.204/3254101' for the destination. How do I dial this? I've tried dialling it with: "Dial" "IAX2/dundi:q9sgTFkVMBFdmp0IDX1bYQ@xxx.187.142.204/3254101" passed from my AGI script, but the other endpoint (xxx.187.142.204) is returning: May 11 09:23:41
2003 Aug 13
3
h extension seems to wipe variables?
Hi. I'm trying to do some custom call logging, and I want to call an AGI script from a hangup handler to log call durations and things. Although the script executes, it isn't retrieving variables from the AGI interface. Looking closer, I realised the variables are actually getting unset before the h extension is reached. [foo] s,1,SetVar,foo=bar s,2,Play(audio/a-long-prompt)