<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">&nbsp;</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>&nbsp;</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" &lt;asterisk-users-request@lists.digium.com&gt;<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>&nbsp;&nbsp;&nbsp;&nbsp;asterisk-users@lists.digium.com<BR><BR>To subscribe or unsubscribe via the World Wide Web, visit<BR>&nbsp;&nbsp;&nbsp;&nbsp;<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>&nbsp;&nbsp;&nbsp;&nbsp;asterisk-users-request@lists.digium.com<BR><BR>You can reach the person managing the list at<BR>&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp; 1. Re: asterisk novice needs help. (Jared Smith)<BR>&nbsp;&nbsp; 2. Asterisk IVR Performance (David Ruggles)<BR>&nbsp;&nbsp; 3. Re: Any plans for proper faxing support (Doug)<BR>&nbsp;&nbsp; 4. Re: G729
 copy protection (Mojo with Horan &amp; Company, LLC)<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message: 1<BR>Date: Fri, 20 Jul 2007 10:30:17 -0400<BR>From: Jared Smith &lt;jsmith@digium.com&gt;<BR>Subject: Re: [asterisk-users] asterisk novice needs help.<BR>To: Asterisk Users Mailing List - Non-Commercial Discussion<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;asterisk-users@lists.digium.com&gt;<BR>Message-ID: &lt;1184941817.3135.7.camel@hockey.jaredsmith.net&gt;<BR>Content-Type: text/plain; charset=utf-8<BR><BR>On Fri, 2007-07-20 at 02:08 -0400, BSumrall wrote:<BR>&gt; My dial plan of issues?..<BR><BR>&gt; exten =&gt; s,1,Answer(60)<BR>&gt; exten =&gt; s,2,Background(otherwise-press)<BR>&gt; exten =&gt; s,1,Playback(digits/1)<BR>&gt; exten =&gt; s,2,Goto(default,s,1)<BR>&gt; exten =&gt; s,1,Playback(digits/2)<BR>&gt; exten =&gt; 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.&nbsp;&nbsp;Usually a second or two is plenty.&nbsp;&nbsp;Try something like<BR>this:<BR><BR>exten =&gt; s,1,Answer(1) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; answer the call, then wait 1 second<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; before going on to the next priority<BR>exten =&gt; s,2,Background(vm-enter-num-to-call) ; play prompt in <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; background, waiting for caller to<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; enter DTMF digits<BR>exten =&gt; s,3,WaitExten()&nbsp;&nbsp;&nbsp;&nbsp;; continue to wait for digits after the<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; prompt has
 finished<BR><BR>exten =&gt; 1,1,SayDigits(1)&nbsp;&nbsp;&nbsp;&nbsp;; say "one"<BR>exten =&gt; 1,2,Goto(s,1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; go back to the menu<BR><BR>exten =&gt; 2,1,SayDigits(2)&nbsp;&nbsp;&nbsp;&nbsp;; say "two"<BR>exten =&gt; 2,2,Goto(s,1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; 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" &lt;david@safedatausa.com&gt;<BR>Subject: [asterisk-users] Asterisk IVR Performance<BR>To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;asterisk-users@lists.digium.com&gt;<BR>Message-ID: &lt;04bc01c7cae8$de6eb850$e600a8c0@DavidDesktop&gt;<BR>Content-Type:
 text/plain;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;&nbsp;&nbsp;&nbsp;Safe Data, Inc.<BR>(910) 285-7200&nbsp;&nbsp;&nbsp;&nbsp;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 &lt;Doug@NaTel.net&gt;<BR>Subject: Re: [asterisk-users] Any plans for proper faxing support<BR>To: Asterisk Users Mailing List - Non-Commercial Discussion<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;asterisk-users@lists.digium.com&gt;, &nbsp;&nbsp;&nbsp;&nbsp;Asterisk Users Mailing List -<BR>&nbsp;&nbsp;&nbsp;&nbsp;Non-Commercial Discussion&nbsp;&nbsp;&nbsp;&nbsp;&lt;asterisk-users@lists.digium.com&gt;<BR>Message-ID: &lt;1027172471-598862668@mail1.natel.net&gt;<BR>Content-Type: text/plain; charset="us-ascii"; format=flowed<BR><BR>At 07:22 7/20/2007, Chris Childress wrote:<BR>&gt;You can also give the our T.38 stack a try.<BR>&gt;<A href="http://www.attractel.com/t38.html"
 target=_blank>http://www.attractel.com/t38.html</A><BR><BR>Software?&nbsp;&nbsp;Hardware?&nbsp;&nbsp;Integration?&nbsp;&nbsp;Prices?<BR><BR>Can't make a decision without enough info.<BR><BR>&gt;<BR>&gt;Chris Childress<BR>&gt;AsteriskGuru.com<BR>&gt;<BR>&gt;Andrew Joakimsen wrote:<BR>&gt;&gt; I have already tried to contact to persons from Digium and I did not<BR>&gt;&gt; receive a response.<BR>&gt;&gt;<BR>&gt;&gt; I was wondering if there is any plan to support fully faxing in<BR>&gt;&gt; Asterisk, I.E.: A "T38 Gateway" of sorts.<BR>&gt;&gt;<BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; --Bandwidth and Colocation Provided by <A href="http://www.api-digital.com/" target=_blank>http://www.api-digital.com</A>--<BR>&gt;&gt;<BR>&gt;&gt; asterisk-users mailing list<BR>&gt;&gt; To UNSUBSCRIBE or update options visit:<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<A href="http://lists.digium.com/mailman/listinfo/asterisk-users"
 target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR>&gt;&gt;<BR>&gt;<BR>&gt;<BR>&gt;_______________________________________________<BR>&gt;--Bandwidth and Colocation Provided by <A href="http://www.api-digital.com/" target=_blank>http://www.api-digital.com</A>--<BR>&gt;<BR>&gt;asterisk-users mailing list<BR>&gt;To UNSUBSCRIBE or update options visit:<BR>&gt;&nbsp;&nbsp; <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 &amp; Company, LLC" &lt;mojo@horanappraisals.com&gt;<BR>Subject: Re: [asterisk-users] G729 copy protection<BR>To: Asterisk Users Mailing List - Non-Commercial Discussion<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;asterisk-users@lists.digium.com&gt;<BR>Message-ID:
 &lt;46A0E905.20209@horanappraisals.com&gt;<BR>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR><BR>Not until the topic looks me in the face.&nbsp;&nbsp;Sorry I wasn't up earlier in <BR>the morning to explain my question, but the rest of the list did for me. <BR>&nbsp;&nbsp;I was seeing two messages _every_ time you posted one.&nbsp;&nbsp;Like I said, I <BR>was just curious if that could have been the reason; it would have been <BR>an easy fix ;)&nbsp;&nbsp;No offense intended.<BR><BR>Bruce McAlister wrote:<BR>&gt; Mojo with Horan &amp; Company, LLC wrote:<BR>&gt;&gt; Sorry that this is unrelated but, Bruce, do you double-click to send <BR>&gt;&gt; your messages?&nbsp;&nbsp;Just curious.<BR>&gt;&gt;<BR>&gt; <BR>&gt; Sorry that this is unrelated but, Mojo with Horan, do you wake up each<BR>&gt; morning and think of a meaningful question to ask someone, such as the<BR>&gt; above, every day?, Just curious.<BR>&gt; <BR>&gt; <BR>&gt;
 _______________________________________________<BR>&gt; --Bandwidth and Colocation Provided by <A href="http://www.api-digital.com/" target=_blank>http://www.api-digital.com</A>--<BR>&gt; <BR>&gt; asterisk-users mailing list<BR>&gt; To UNSUBSCRIBE or update options visit:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;<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>&nbsp;&nbsp; <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>