[Freeswitch-users] mod_dingaling error

budi wibowo bwibowo at gmail.com
Sun Jul 10 04:16:42 MSD 2011


hi
FS version FreeSWITCH Version 1.0.head (git-8105f79 2011-07-09 00-06-03
-0400) on Centos 4.6, other server is centos 5.5

client.xml

<include>
 <profile type="client">
   <param name="name" value="gtalk"/>
   <param name="login" value="x009 at gmail.com/gtalk"/>
   <param name="password" value="123"/>
   <param name="server" value="talk.google.com"/>
   <param name="dialplan" value="XML"/>
   <param name="message" value="Gtalk Integration"/>
   <param name="rtp-ip" value="auto"/>
   <!-- if you are behind NAT, you should probably use stun -->
   <param name="ext-rtp-ip" value="202.147"/>
   <param name="auto-login" value="true"/>
   <param name="auto-reply" value="join my conference"/>
   <param name="sasl" value="plain"/>
   <param name="tls" value="true"/>
   <param name="use-rtp-timer" value="true"/>
   <param name="candidate-acl" value="wan.auto"/>
   <param name="exten" value="1000"/> <!-- The extension you want a call in
to connect to -->
 </profile>

</include>

and this is the 00_gtalk.xml in /usr/local/freeswitch/conf/dialplan/default
<include>
    <extension name="gvoice_out">
        <condition field="destination_number" expression="^(1\d{10})$">
          <action application="set" data="hangup_after_bridge=true"/>
          <action application="bridge" data="dingaling/gtalk/+$
1 at voice.google.com"/>
        </condition>
    </extension>
</include>


br

budi wibowo

On Sat, Jul 9, 2011 at 10:18 PM, Michel Daggelinckx <
michel.daggelinckx at gmail.com> wrote:

> I almost have an idea, now if you can share your configs, (passwords and
> adresses remover) we can realy check this out.
>
>
> Michel
>
>
> On Sat, Jul 9, 2011 at 2:44 PM, budi wibowo <bwibowo at gmail.com> wrote:
>
>> hi
>> i have 2 freeswitch running, 1 has mod_dingaling installed and normal. but
>> the other when i dial i got the call ringing then got ivr "please try again"
>> from freeswitch.
>> configuration between 2 FS almost same.
>> any idea please share
>>
>>
>> thx
>>
>> budi
>>
>> _______________________________________________
>> Join us at ClueCon 2011, Aug 9-11, Chicago
>> http://www.cluecon.com 877-7-4ACLUE
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
> _______________________________________________
> Join us at ClueCon 2011, Aug 9-11, Chicago
> http://www.cluecon.com 877-7-4ACLUE
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110710/02bae892/attachment.html 


More information about the FreeSWITCH-users mailing list