[Freeswitch-users] Fax to an extension of B leg

Brian West brian at freeswitch.com
Fri Feb 26 19:38:37 UTC 2021


Review this, it may give you a road map
https://raw.githubusercontent.com/signalwire/freeswitch/master/scripts/perl/fax.cgi

The key here is ignore_early_media=true, you don't want to be in the txfax
app until the remote answers, because you are in a chicken egg scenario
where the fax will fail or t.38 will fail as it will attempt to do so
before the other party answers.

/b

On Fri, Feb 26, 2021 at 12:52 PM Grzegorz Orzeł <grzegorz at orzel.io> wrote:

> Hi folks,
>
> I have a FreeSwitch serving multiple services. One of them is
> fax2mail/mail2fax. Logic is implemented as a set of lua scripts and it
> works fine. I’d like extend mail2fax direction. Currently it (lua script)
> picks number B, tiff file and sends it directly to B using command
> originate as follows:
>
> originate {<_bunch_of_headers_>} sofia/service/+4812345678 at some.domain;user=phone
> &txfax(<_tiff_file_path_>) XML <_some_profile_>
>
> What I’d like to do is to add possibility to dial some other extension
> number. Lest’s say fax is available on +4812345678 but when the call is
> aswered there needs to be dialed number 123.
>
> I’ve already reviewed all FreeSwitch books on safaribooks,  googled but I
> haven't found any example… :-/
>
> Maybe it is enough to simply add it to the call url - I mean something
> like:
>
> originate {<_bunch_of_headers_>} sofia/service/+4812345678,,
> 123 at some.domain;user=phone &txfax(<_tiff_file_path_>) XML <_some_profile_>
>
> Can you give me some hint how to do that?
>
> Thanks in advance,
> Grzegorz
> _________________________________________________________________________
>
> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN
> services.
> Build your next product on our scalable cloud platform.
>
> Join our online community to chat in real time
> https://signalwire.community
>
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> https://freeswitch.com



-- 

Brian West | Co-founder and Developer

Need Commercial support? email sales at freeswitch.com

FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
<https://maps.google.com/?q=17345+Civic+Drive+%232531+Brookfield,+WI+53045&entry=gmail&source=g>

Email: brian at freeswitch.com

Mobile: 918-424-9378

Website: https://www.FreeSWITCH.com <https://www.freeswitch.com/>

[image: https://www.facebook.com/signalwireinc?src=email]
<https://www.facebook.com/freeswitch> [image:
https://twitter.com/freeswitch] <https://twitter.com/freeswitch>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20210226/afb59832/attachment-0001.html>


More information about the FreeSWITCH-users mailing list