<div dir="ltr">hi ... i have my gateway on 192.168.30.32 and a phone which connected to gateway 984432250161.<div>I configured them like this : </div><div>1.created a xml file in \conf\sip_profiles\external with name cheap_tel.xml and the content is this :</div><div><div><include></div><div>   <gateway name="provider"></div><div>     <param name="proxy" value="192.168.30.32"/></div><div>     <param name="register" value="false"/></div><div>     <param name="caller-id-in-from" value="true"/> <!--Most gateways seem to want this--></div><div>     <param name="username" value="not-used"/></div><div>     <param name="password" value="not-used"/></div><div>   </gateway></div><div></include></div></div><div><br></div><div>2.and in acl.conf added this node : </div><div><div>      <node type="allow" cidr="<a href="http://192.168.30.32/32">192.168.30.32/32</a>"/> </div></div><div><br></div><div>is my gateway config right ? because when i want to send a fax file by loopback with this command i have no error but fax is not saved in directory :</div><div>Command ----> originate sofia/gateway/provider/984432250161 &txfax(C:/test.tiff)</div><div><br></div><div>And also my dialplan configs for fax is this :</div><div><div> <extension name="fax_detect"></div><div>      <condition field="destination_number" expression="^984432250161$"></div><div>        <action application="answer" /></div><div>        <action application="set" data="transfer_ringback=${us-ring}" /></div><div><span style="white-space:pre">                </span><action application="spandsp_start_fax_detect" data="transfer '9978                                    XML default' 10 ced"/></div><div>        <action application="bridge" data="user/$1@${domain_name}" /></div><div>      </condition></div><div>    </extension></div></div><div><br></div><div><div>    <extension name="fax_receive"></div><div><span style="white-space:pre">       </span>  <condition field="destination_number" expression="^9978$"></div><div><span style="white-space:pre">               </span><action application="answer" /></div><div><span style="white-space:pre">               </span><action application="playback" data="silence_stream://2000"/></div><div><span style="white-space:pre">               </span><action application="rxfax" data="$${base_dir}/faxes/${uuid}.tif"/></div><div><span style="white-space:pre">         </span><action application="hangup"/></div><div><span style="white-space:pre">        </span>  </condition></div><div>    </extension></div></div><div><br></div><div>Can any one help me? </div></div>