dkordick@austin.rr.com
2004-Feb-10 21:26 UTC
[Asterisk-Users] How much processing power is needed?
We will be install a 4xE1 card, but, I need to order the system first. How powerful of a machine will we need to purchase to make sure I can fully utilize the card and not create a bottleneck with the system (e.g. processor, memory, etc.) dank Dan Kordick BlastSpot -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040210/99d9b61a/attachment.htm
how long is a piece of string :) Or, in other words, depends on what codecs you'll be using, what * applications you'll use, etc. ----- Original Message ----- From: dkordick@austin.rr.com To: asterisk-users@lists.digium.com Sent: Wednesday, February 11, 2004 3:26 PM Subject: [Asterisk-Users] How much processing power is needed? We will be install a 4xE1 card, but, I need to order the system first. How powerful of a machine will we need to purchase to make sure I can fully utilize the card and not create a bottleneck with the system (e.g. processor, memory, etc.) dank Dan Kordick BlastSpot
Is there a way to allow a caller to enter an extension number that is more than one digit long in a voice menu? I want to have a menu that allows something like "If you know the extension number of the person please enter it otherwise 1 for sales, 2 for...etc" many thanks in advance, Brian.
If you add include => context-of-normal-extensions at the beginning of you MENU section then this should work. [mainmenu] ; ;"main menu" context with submenu ; exten => s,1,Answer include => default ;exten => s,2,SayDigits(${CALLERID}) exten => s,3,Background(hello_and_thank_you) exten => s,4,Wait,t,2 exten => s,5,Goto(options,s,1) Dave -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of bam Sent: 11 February 2004 09:35 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Jump to extension from voice menu Is there a way to allow a caller to enter an extension number that is more than one digit long in a voice menu? I want to have a menu that allows something like "If you know the extension number of the person please enter it otherwise 1 for sales, 2 for...etc" many thanks in advance, Brian. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users