Dears, I have two questions 1-Is there a way to export fax tiff file image from .pcap captured file . In other words i am trying to backup all faxes that are passing on my network,and export the fax file later on. Is this feasible and how . i am using sip protocol and fax protocol is bypass ,G711 i can use T38 if that will solve the matter. 2-I tried using asterisk to receive the fax and resend it , but that will not a real time fax, and if I want to ignore the time ,in case of failed fax I should inform the user that fax is been failed since the system received the fax is the first place successfully . Is there a way to don't hangup the call when the user send the fax first time to system ? The procedure is like this . -User send the fax -System receive it -system create a call file -call file executed and start sending the fax . . -system call the user with prompt Success/Failed Khaled Chehab NGN Eng. Description: xplorium Operations Office - Lebanon Office : +961 1 868686 ext 115 Mobile: +961 3 045212 E-mail: <mailto:kchehab at xplorium.com> kchehab at xplorium.com MSN ID :KhalidChehab at hotmail.com Web Site: http://www.xplorium.com ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of Xplorium. Any views expressed by an individual in this electronic message do not necessarily reflect views of Xplorium or its subsidiaries and associates. This electronic message and its attachments are solely addressed to the addressee(s), and contain confidential information protected from disclosure belonging to Xplorium. If you are not the intended addressee of this electronic message and its attachments, kindly delete it immediately from your system and notify the sender by electronic mail. You must not copy this message or attachment or disclose its content to any other person. Xplorium does not guarantee the integrity of this electronic message and any of its attachments, or that they are free from computer viruses or other defects. ********************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/15cd5292/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 10812 bytes Desc: not available URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/15cd5292/attachment.png>
On Fri, Apr 1, 2011 at 7:04 AM, Khaled W. Chehab <kchehab at xplorium.com> wrote:> 1-Is there a way to export fax tiff file image from .pcap captured file .Maybe, but I can't think of how. If you can somehow invert the pcap file back into packets and reproduce the fax traffic, then maybe.> In other words i am trying to backup all faxes that are passing on my network,and export the fax file later on. > Is this feasible and how .I don't know why you wouldn't want the tiff immediately. Traditionally people use fax because it's faster than putting a letter in the mail. I don't know why anybody would want slower fax. All I can come up with is you're trying to evade toll charges or otherwise change one expensive call into two cheaper calls. If that's what you want to do, it would be even cheaper to skip the fax, and use the internet to exchange a pdf file between the actual two endpoints. As to whether it's possible? Maybe if instead of the pcap, you do analog fax, record the call, and play back the recording. Maybe that would work?> 2-I tried using asterisk to receive the fax ?and resend it , but that will not a real time ?fax, and if I want >to ignore the time ,in case of failed fax I should inform the user that fax is been failed since the system >received the fax is the first place successfully .If you put a fax machine in the way of another fax machine, it's not going to be real-time. Any kind of arrangement involving two faxes like that is going to be store-and-forward.> Is there a way to don?t hangup the call when ?the user send the fax first time to system ?Yes, but you cannot stop the sending party from hanging up their leg of the call.
On 1/04/2011 13:04, Khaled W. Chehab wrote:> > Dears, > > > > I have two questions > > > > 1-Is there a way to export fax tiff file image from .pcap captured file . > > In other words i am trying to backup all faxes that are passing on my > network,and export the fax file later on. > > Is this feasible and how . > > i am using sip protocol and fax protocol is bypass ,G711 i can use T38 > if that will solve the matter. > > > >Check out NetworkMiner. It's an open source Windows app that splits out all the info in a packet capture according to content. http://networkminer.sourceforge.net/ You might also be interested Ettercap (http://ettercap.sourceforge.net/). Bert -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110406/8abdcf48/attachment.htm>