<p>Hello,</p>
<p>&nbsp;</p>
<p>How shall I do to get a hangup tone on an FXS port after the channel is closed ?</p>
<p>Is there something specific to configure in openzap ?</p>
<p>&nbsp;</p>
<p>For instance, if I call the following extension from an FXS port :</p>
<p>&nbsp;&nbsp;&nbsp; &lt;!-- Send a 180 and let the far end generate ringback. --&gt;<br />&nbsp;&nbsp;&nbsp; &lt;extension name="ringback_180"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^9980$"&gt;<br />&nbsp;&nbsp;&nbsp; &lt;action application="ring_ready"/&gt;<br />&nbsp;&nbsp;&nbsp; &lt;action application="sleep" data="20000"/&gt;<br />&nbsp;&nbsp;&nbsp; &lt;action application="answer"/&gt;<br />&nbsp;&nbsp;&nbsp; &lt;action application="sleep" data="1000"/&gt;<br />&nbsp;&nbsp;&nbsp; &lt;action application="playback" data="voicemail/vm-goodbye.wav"/&gt;<br />&nbsp;&nbsp;&nbsp; &lt;action application="hangup"/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/extension&gt;</p>
<p>I get no tone after the hangup application is called.</p>
<p>&nbsp;</p>
<p>I also wonder if there is some documentation on the tones.conf file format, and about the variables uk-ring, us-ring, bong-ring, sit in vars.xml (when are they used, what is the syntax). I could not find any info on wiki.</p>
<p>&nbsp;</p>
<p>Thank you for helping</p>
<p>&nbsp;</p>
<p>Fran&ccedil;ois</p>