[Freeswitch-dev] t38

Peder peder at networkoblivion.com
Fri Jun 4 08:17:01 PDT 2010


Is T38 forced on if you do this, or does it just enable the feature if it
sees it in a reinvite?  We have a bunch of fax lines w/ SPA2102 and then we
use Cisco routers as PRI-SIP gateways.  Some of the people use the lines for
phone too, so I need it to support T38 and regular g711 calls.  Right now we
just point the SPAs direct to the Cisco gateway and it works fine, but we
lose all accounting capability, voicemail, etc that we want/need.  


-----Original Message-----
From: freeswitch-dev-bounces at lists.freeswitch.org
[mailto:freeswitch-dev-bounces at lists.freeswitch.org] On Behalf Of Brian West
Sent: Friday, June 04, 2010 9:59 AM
To: freeswitch-dev at lists.freeswitch.org
Subject: Re: [Freeswitch-dev] t38

<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