<HTML><HEAD>
<STYLE id=eMClientCss>BLOCKQUOTE.cite {
        BORDER-LEFT: #cccccc 1px solid; PADDING-LEFT: 10px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px
}
BLOCKQUOTE.cite2 {
        BORDER-LEFT: #cccccc 1px solid; MARGIN-TOP: 3px; PADDING-LEFT: 10px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-TOP: 0px
}
.plain PRE {
        FONT-STYLE: normal; FONT-FAMILY: monospace; FONT-SIZE: 100%; FONT-WEIGHT: normal
}
.plain TT {
        FONT-STYLE: normal; FONT-FAMILY: monospace; FONT-SIZE: 100%; FONT-WEIGHT: normal
}
BODY {
        FONT-FAMILY: Tahoma; FONT-SIZE: 12pt
}
.plain PRE {
        FONT-FAMILY: Tahoma; FONT-SIZE: 12pt
}
.plain TT {
        FONT-FAMILY: Tahoma; FONT-SIZE: 12pt
}
</STYLE>

<STYLE></STYLE>
</HEAD>
<BODY scroll=auto class>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>------ Original Message ------</DIV>
<DIV>From: "Ali Pey" &lt;<A href="mailto:alipey@gmail.com">alipey@gmail.com</A>&gt;</DIV>
<DIV>To: "FreeSWITCH Users Help" &lt;<A href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</A>&gt;</DIV>
<DIV>Sent: 3/25/2014 9:52:41 AM</DIV>
<DIV>Subject: Re: [Freeswitch-users] Faxing with FreeSWITCH</DIV>
<DIV>&nbsp;</DIV>
<DIV id=b6fc3fd303494ba3bf595df1b63364af>
<BLOCKQUOTE class=cite2 cite=CA+q4kR+4xqF-Sta+3VaypQmsUe6NhfyHQv79unRnrfYB2q6ciQ@mail.gmail.com type="cite">
<DIV dir=ltr>Have you done any performance testing? How many concurrent faxes can you do? 
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV>Yes, in Lua you can do transfer to FAX_DETECT extension. It's fairly simple. If you choose to go that route, I can help you to set it up.</DIV>
<DIV><BR></DIV>
<DIV>Try api_hangup_hook for post call processing. It gives you whole lots of information. You can also save additional parameters in channel variables and access them there in hangup hook.&nbsp;</DIV>
<DIV><BR></DIV></DIV></BLOCKQUOTE>
<DIV>&nbsp;</DIV>
<DIV>No, I haven't done any performance tests.&nbsp; I'm not sure how&nbsp;I would do that either :).&nbsp; I'm pretty new to FreeSWITCH and I've never used LUA before I started this project so all and all.. I'm mostly clueless.&nbsp;&nbsp;&nbsp;&nbsp; There's probably a number of best-practices I just haven't read or learned about yet.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Right now I'm just trying to get it to log everything and be as reliable as possible :)&nbsp;&nbsp; I am curious about how to do the extension transfer stuff in LUA.&nbsp; Everything I learn at this point is a big bonus to making this work best.&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Right now all the post call processing is just happening in the&nbsp;same LUA script.&nbsp; I do call "hangup" after the fax is received though.&nbsp; Is there a big advantage to splitting the script up into two scripts? One for the call and another for post call stuff (logging, emailing, etc). ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></DIV></BODY></HTML>