[Freeswitch-users] FreeSwitch - mod_skypopen has no read codec or channel not ready

Shamun toha md shamun.toha at gmail.com
Tue Sep 28 08:03:28 PDT 2010


Switch 1= we name it A
Switch 2 = We name it B, here is the following things on B.

1. 9999 =
    <!--
        You will no longer hear the bong tone.  The wav file is playing
stating the call is secure.
        The file will not play unless you have both TLS and SRTP active.
    -->

    <extension name="hold_music">
      <condition field="destination_number" expression="^9999$"/>
      <condition field="${sip_has_crypto}"
expression="^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$">
        <action application="answer"/>
        <action application="execute_extension" data="is_secure XML
features"/>
        <action application="playback" data="$${hold_music}"/>
        <anti-action application="set" data="zrtp_secure_media=true"/>
        <anti-action application="answer"/>
        <anti-action application="playback" data="silence_stream://2000"/>
        <anti-action application="execute_extension" data="is_zrtp_secure
XML features"/>
        <anti-action application="playback" data="$${hold_music}"/>
      </condition>
    </extension>


2. originate skypopen/ANY/callA_skypeid  9999


3. Yes i am using custom ALSA sound driver exactly as mentioned in our wiki.





On Tue, Sep 28, 2010 at 4:34 PM, Giovanni Maruzzelli <gmaruzz at gmail.com>wrote:

> Shamun,
>
> can you please answer the questions I asked?
>
> I ask it again:
>
> 9999 is not music on hold in new freeswitch. What are you calling into?
>
> are you using the custom ALSA sound driver?
>
> -giovanni
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100928/81151619/attachment.html 


More information about the FreeSWITCH-users mailing list