[Freeswitch-dev] t38
François Delawarde
fdelawarde at wirelessmundi.com
Fri Jun 4 08:23:55 PDT 2010
Looks pretty cool, will try that!
A few more questions:
- How does it work (more or less)?
- Will normal bridges (no fax) work when t38_gateway app is called?
- Can it fallback to audio fax if the peer does not support t38?
- In passthru case, what happens if t38_passthru is not defined and the
peer reinvites with t38 (any reason for having to set t38_passthru?)?
Thanks,
François.
On Fri, 2010-06-04 at 09:58 -0500, Brian West wrote:
> <extension name="tdm_to_sip">
> <condition field="destination_number" expression="^1234$">
> <action application="t38_gateway" data="peer"/>
> <action application="bridge" data="sofia/blah/blah"/>
> </condition>
> </extension>
>
> <extension name="sip_to_tdm">
> <condition field="destination_number" expression="^1235$">
> <action application="t38_gateway" data="self"/>
> <action application="bridge" data="openzap/blah/blah"/>
> </condition>
> </extension>
>
>
> <extension name="t38_passthru">
> <condition field="destination_number" expression="^1236$">
> <action application="export" data="t38_passthru=true"/>
> <action application="bridge" data="sofia/blah/blah"/>
> </condition>
> </extension>
>
> /b
>
> On Jun 4, 2010, at 9:49 AM, François Delawarde wrote:
>
> > How is t38_gateway used?
> >
> > Is it fully automatic and autodetects between all possible cases to
> > activate when needed (G711<->G711, T38<->G711, G711<->T38 and
> > T38<->T38), or does one has to specify which leg has T.38 and activate
> > the gateway only when needed?
> >
> > Thanks,
> > François.
>
>
> _______________________________________________
> FreeSWITCH-dev mailing list
> FreeSWITCH-dev at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> http://www.freeswitch.org
More information about the FreeSWITCH-dev
mailing list