<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font face="Helvetica, Arial, sans-serif">Hello list,<br>
<br>
I read on voip-info.org that Asterisk 1.4 support T38 passthrough.<br>
So I guess this means that I can have a Grandstream HT503 with T38
support and an analogue faxmachine on the other side of my Asterisk and
a T38-account with a ITSP on the other side of my Asterisk machine,
right ?!<br>
<br>
The fax coming from the faxmachine passes the HT503 to my Asterisk and
my Asterisk sends the fax to the ITSP which places it on the PSTN.<br>
<br>
What do I place in the dialplan ??<br>
<br>
The only dialplan I find is :<br>
<br>
/etc/asterisk/extensions.conf:<br>
&nbsp;[from-sip]<br>
&nbsp;exten =&gt; 200,1,Dial(SIP/${EXTEN}|300)<br>
&nbsp;exten =&gt; 201,1,Dial(SIP/${EXTEN}|300) <br>
<br>
on <a class="moz-txt-link-freetext" href="http://www.voip-info.org/wiki/view/Asterisk+T.38">http://www.voip-info.org/wiki/view/Asterisk+T.38</a><br>
<br>
But I don't understand how this little dialplan can make my fax go from
the HT503 to my ITSP... I understand I need to use the
Dial()-command... ?!<br>
<br>
<br>
Kind regards,<br>
<br>
Jonas.<br>
</font>
</body>
</html>