<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Please, unsuscriber, this group.</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">regars </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Nestor Castillo</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR><BR> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">----- Mensaje original ----<BR>De: "asterisk-users-request@lists.digium.com" <asterisk-users-request@lists.digium.com><BR>Para: asterisk-users@lists.digium.com<BR>Enviado: viernes, 20 de julio, 2007 11:00:04<BR>Asunto: asterisk-users Digest, Vol 36, Issue 61<BR><BR>
<DIV>Send asterisk-users mailing list submissions to<BR> asterisk-users@lists.digium.com<BR><BR>To subscribe or unsubscribe via the World Wide Web, visit<BR> <A href="http://lists.digium.com/mailman/listinfo/asterisk-users" target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR>or, via email, send a message with subject or body 'help' to<BR> asterisk-users-request@lists.digium.com<BR><BR>You can reach the person managing the list at<BR> asterisk-users-owner@lists.digium.com<BR><BR>When replying, please edit your Subject line so it is more specific<BR>than "Re: Contents of asterisk-users digest..."<BR><BR><BR>Today's Topics:<BR><BR> 1. Re: asterisk novice needs help. (Jared Smith)<BR> 2. Asterisk IVR Performance (David Ruggles)<BR> 3. Re: Any plans for proper faxing support (Doug)<BR> 4. Re: G729
copy protection (Mojo with Horan & Company, LLC)<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message: 1<BR>Date: Fri, 20 Jul 2007 10:30:17 -0400<BR>From: Jared Smith <jsmith@digium.com><BR>Subject: Re: [asterisk-users] asterisk novice needs help.<BR>To: Asterisk Users Mailing List - Non-Commercial Discussion<BR> <asterisk-users@lists.digium.com><BR>Message-ID: <1184941817.3135.7.camel@hockey.jaredsmith.net><BR>Content-Type: text/plain; charset=utf-8<BR><BR>On Fri, 2007-07-20 at 02:08 -0400, BSumrall wrote:<BR>> My dial plan of issues?..<BR><BR>> exten => s,1,Answer(60)<BR>> exten => s,2,Background(otherwise-press)<BR>> exten => s,1,Playback(digits/1)<BR>> exten => s,2,Goto(default,s,1)<BR>> exten => s,1,Playback(digits/2)<BR>> exten => s,2,Goto(default,s,1)<BR><BR>I'm not sure why you have three different sets of priorities
one and two<BR>here... Also, you have a *very* long argument to the Answer()<BR>application. Usually a second or two is plenty. Try something like<BR>this:<BR><BR>exten => s,1,Answer(1) ; answer the call, then wait 1 second<BR> ; before going on to the next priority<BR>exten => s,2,Background(vm-enter-num-to-call) ; play prompt in <BR> ; background, waiting for caller to<BR> ; enter DTMF digits<BR>exten => s,3,WaitExten() ; continue to wait for digits after the<BR> ; prompt has
finished<BR><BR>exten => 1,1,SayDigits(1) ; say "one"<BR>exten => 1,2,Goto(s,1) ; go back to the menu<BR><BR>exten => 2,1,SayDigits(2) ; say "two"<BR>exten => 2,2,Goto(s,1) ; go back to the menu<BR><BR>Hopefully that will get you started in the right direction.<BR><BR>-- <BR>Jared Smith<BR>Community Relations Manager<BR>Digium, Inc.<BR><BR><BR><BR><BR>------------------------------<BR><BR>Message: 2<BR>Date: Fri, 20 Jul 2007 12:13:06 -0400<BR>From: "David Ruggles" <david@safedatausa.com><BR>Subject: [asterisk-users] Asterisk IVR Performance<BR>To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"<BR> <asterisk-users@lists.digium.com><BR>Message-ID: <04bc01c7cae8$de6eb850$e600a8c0@DavidDesktop><BR>Content-Type:
text/plain; charset="us-ascii"<BR><BR>I have written a script that is executed using ExternalIVR(). I am running<BR>in to performance issues when I have four or more simultaneous calls running<BR>this script. I'm running on a P4 2.8 with 512M, all calls are GSM coming in<BR>over IAX from an asterisk box that acts as a switch and handles all PSTN<BR>interfaces.<BR><BR>My question are these:<BR><BR>Are there ways of optimizing ExternalIVRs? (maybe something like FastAGI)<BR>Right now I'm writing in a scripting language, would there be a performance<BR>gain from writing in a compiled language? I don't see any serious memory<BR>utilization and normally processor utilization is below 50% with spikes to<BR>70% under load with four or five ExternalIVRs running.<BR><BR>I will gladly provide any additional information that would aid in answering<BR>these questions.<BR><BR>Thanks,<BR><BR>David Ruggles<BR>CCNA MCSE (NT) CNA A+<BR>Network
Engineer Safe Data, Inc.<BR>(910) 285-7200 david@safedatausa.com<BR><BR><BR><BR><BR><BR><BR>------------------------------<BR><BR>Message: 3<BR>Date: Fri, 20 Jul 2007 11:46:58 -0500<BR>From: Doug <Doug@NaTel.net><BR>Subject: Re: [asterisk-users] Any plans for proper faxing support<BR>To: Asterisk Users Mailing List - Non-Commercial Discussion<BR> <asterisk-users@lists.digium.com>, Asterisk Users Mailing List -<BR> Non-Commercial Discussion <asterisk-users@lists.digium.com><BR>Message-ID: <1027172471-598862668@mail1.natel.net><BR>Content-Type: text/plain; charset="us-ascii"; format=flowed<BR><BR>At 07:22 7/20/2007, Chris Childress wrote:<BR>>You can also give the our T.38 stack a try.<BR>><A href="http://www.attractel.com/t38.html"
target=_blank>http://www.attractel.com/t38.html</A><BR><BR>Software? Hardware? Integration? Prices?<BR><BR>Can't make a decision without enough info.<BR><BR>><BR>>Chris Childress<BR>>AsteriskGuru.com<BR>><BR>>Andrew Joakimsen wrote:<BR>>> I have already tried to contact to persons from Digium and I did not<BR>>> receive a response.<BR>>><BR>>> I was wondering if there is any plan to support fully faxing in<BR>>> Asterisk, I.E.: A "T38 Gateway" of sorts.<BR>>><BR>>> _______________________________________________<BR>>> --Bandwidth and Colocation Provided by <A href="http://www.api-digital.com/" target=_blank>http://www.api-digital.com</A>--<BR>>><BR>>> asterisk-users mailing list<BR>>> To UNSUBSCRIBE or update options visit:<BR>>> <A href="http://lists.digium.com/mailman/listinfo/asterisk-users"
target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR>>><BR>><BR>><BR>>_______________________________________________<BR>>--Bandwidth and Colocation Provided by <A href="http://www.api-digital.com/" target=_blank>http://www.api-digital.com</A>--<BR>><BR>>asterisk-users mailing list<BR>>To UNSUBSCRIBE or update options visit:<BR>> <A href="http://lists.digium.com/mailman/listinfo/asterisk-users" target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR><BR><BR><BR><BR>------------------------------<BR><BR>Message: 4<BR>Date: Fri, 20 Jul 2007 08:55:33 -0800<BR>From: "Mojo with Horan & Company, LLC" <mojo@horanappraisals.com><BR>Subject: Re: [asterisk-users] G729 copy protection<BR>To: Asterisk Users Mailing List - Non-Commercial Discussion<BR> <asterisk-users@lists.digium.com><BR>Message-ID:
<46A0E905.20209@horanappraisals.com><BR>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR><BR>Not until the topic looks me in the face. Sorry I wasn't up earlier in <BR>the morning to explain my question, but the rest of the list did for me. <BR> I was seeing two messages _every_ time you posted one. Like I said, I <BR>was just curious if that could have been the reason; it would have been <BR>an easy fix ;) No offense intended.<BR><BR>Bruce McAlister wrote:<BR>> Mojo with Horan & Company, LLC wrote:<BR>>> Sorry that this is unrelated but, Bruce, do you double-click to send <BR>>> your messages? Just curious.<BR>>><BR>> <BR>> Sorry that this is unrelated but, Mojo with Horan, do you wake up each<BR>> morning and think of a meaningful question to ask someone, such as the<BR>> above, every day?, Just curious.<BR>> <BR>> <BR>>
_______________________________________________<BR>> --Bandwidth and Colocation Provided by <A href="http://www.api-digital.com/" target=_blank>http://www.api-digital.com</A>--<BR>> <BR>> asterisk-users mailing list<BR>> To UNSUBSCRIBE or update options visit:<BR>> <A href="http://lists.digium.com/mailman/listinfo/asterisk-users" target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR><BR><BR><BR>------------------------------<BR><BR>_______________________________________________<BR>--Bandwidth and Colocation Provided by <A href="http://www.api-digital.com/" target=_blank>http://www.api-digital.com</A>--<BR><BR>asterisk-users mailing list<BR>To UNSUBSCRIBE or update options visit:<BR> <A href="http://lists.digium.com/mailman/listinfo/asterisk-users" target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR><BR>End of asterisk-users Digest, Vol 36, Issue
61<BR>**********************************************</DIV></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR></DIV></div><br>__________________________________________________<br>Correo Yahoo!<br>Espacio para todos tus mensajes, antivirus y antispam ¡gratis! <br>Regístrate ya - http://correo.espanol.yahoo.com/ </body></html>