[Freeswitch-users] server to server jingle mod_dingaling

Azman Minha azmanminha at yahoo.com
Tue May 4 23:43:14 PDT 2010


Hi,

 I use jingle protocol (my XMPP is jabberd) to bridge the call to FS.
 So far I managed to see the jingle XML packet sent from my client at FS.

 However,that is it.Nothing happen after that at FS.FS just do nothing.

 What could go wrong?What should I do next?

 What is missing in my server jingle profiles.

 <!-- Component (Server to Server Login) --
  <!-- to use this profile take the x- away from the open and close tags so its <profile and </profile --
  <profile type="component"
    <param name="name" value="sip.myjabber.com.my"/
    <param name="password" value="secret"/
    <param name="dialplan" value="XML"/
    <param name="context" value="public"/
    <!--param name="rtp-ip" value="$${bind_server_ip}"/--
    <param name="rtp-ip" value="auto"/
    <param name="server" value="xx.xx.xx.xx"/
    <!-- disable to trade async for more calls --
    <param name="use-rtp-timer" value="true"/
    <!-- "_auto_" means the extension will be automaticly set to the called jid --
    <param name="exten" value="_auto_"/
    <param name="vad" value="both"/
    <!--param name="avatar" value="/path/to/tiny.jpg"/--
    <!--If you have ODBC support and a working dsn you can use it instead of SQLite--
    <!--param name="odbc-dsn" value="dsn:user:pass"/--
    <param name="candidate-acl" value="wan.auto"/
    <param name="auto-login" value="true"/
  </profile


 <configuration name="dingaling.conf" description="XMPP Jingle Endpoint"
  <settings
    <param name="debug" value="1"/
    <param name="codec-prefs" value="PCMU"/
  </settings

  <X-PRE-PROCESS cmd="include" data="../jingle_profiles/*.xml"/

 </configuration

 Thanks.


      



More information about the FreeSWITCH-users mailing list