[Freeswitch-users] No hangup tone after zap channel closed, tones in general

devel at thom.fr.eu.org devel at thom.fr.eu.org
Fri Jan 15 02:53:48 PST 2010


Thank you for the link. I googled through but could not find anything
relevant.

 

So then with my FXS port, do I have to, when a call is over, bridge the
channel (which is either A or B leg depending on the cases) to an extension
with for instance

<action application="playback" data="tone_stream://%(500,500,440)"/>

 

Thanks

 

François

 

 

De : freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] De la part de Michael
Collins
Envoyé : vendredi 15 janvier 2010 02:24
À : freeswitch-users at lists.freeswitch.org
Objet : Re: [Freeswitch-users] No hangup tone after zap channel closed,
tones in general

 

 

On Wed, Jan 13, 2010 at 10:25 AM, François Legal <devel at thom.fr.eu.org>
wrote:

Hello,

 

How shall I do to get a hangup tone on an FXS port after the channel is
closed ?

Is there something specific to configure in openzap ?

 

For instance, if I call the following extension from an FXS port :

    <!-- Send a 180 and let the far end generate ringback. -->
    <extension name="ringback_180">
      <condition field="destination_number" expression="^9980$">
    <action application="ring_ready"/>
    <action application="sleep" data="20000"/>
    <action application="answer"/>
    <action application="sleep" data="1000"/>
    <action application="playback" data="voicemail/vm-goodbye.wav"/>
    <action application="hangup"/>
      </condition>
    </extension>

I get no tone after the hangup application is called.

 

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.

 

http://wiki.freeswitch.org/wiki/TGML
-MC

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100115/46550399/attachment-0002.html 


More information about the FreeSWITCH-users mailing list