<p>Hello,</p>
<p> </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> </p>
<p>For instance, if I call the following extension from an FXS port :</p>
<p> <!-- Send a 180 and let the far end generate ringback. --><br /> <extension name="ringback_180"><br /> <condition field="destination_number" expression="^9980$"><br /> <action application="ring_ready"/><br /> <action application="sleep" data="20000"/><br /> <action application="answer"/><br /> <action application="sleep" data="1000"/><br /> <action application="playback" data="voicemail/vm-goodbye.wav"/><br /> <action application="hangup"/><br /> </condition><br /> </extension></p>
<p>I get no tone after the hangup application is called.</p>
<p> </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> </p>
<p>Thank you for helping</p>
<p> </p>
<p>François</p>