[asterisk-users] Gtalk/Jabber Issue

Vladimir Mikhelson vlad at mikhelson.com
Mon Feb 21 00:21:21 CST 2011


William,

It still looks like something is not properly set with your account on
Google Voice.  Have you had a chance to follow the recommendations I
gave you earlier in the thread?

If the account is properly set the dial string will need to look like
this,  "gtalk/<jabber-conf-section-name>/+$OUTNUM$@voice.google.com" 
where $OUTNUM$ is a called number in the international format.

On the receiving end the call will come with an empty CID Number, but
with the CID Name which looks like this:
+15555551212 at voice.google.com/srvres-MTAuMjE4LjIuMTk3Ojk4MzM=

Just cut all prior to "@" as a CID Number. See
https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google

Also you do not need to wait 5 seconds. 1 or 2 is sufficient.

-Vladimir


On 2/20/2011 10:40 PM, William Stillwell wrote:
>
>> -----Original Message-----
>> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
>> bounces at lists.digium.com] On Behalf Of Vladimir Mikhelson
>> Sent: Sunday, February 20, 2011 10:16 PM
>> To: asterisk-users at lists.digium.com
>> Subject: Re: [asterisk-users] Gtalk/Jabber Issue
>>
>> "Unknown Caller" most likely refers to the CID Name,  CID Number should
>> be provided as your Google Voice number.
>>
>
> I ended up doing the following:
>
> Outbound rule:
>
> Exten =>
> _NXXXXXXXXX,1,Dial(gtalk/value_in_jabber.conf/+1(myGoogleVoice#)@voice.googl
> e.com,30,D(wwwwww2www${EXTEN}#ww))
>
> This will call the gv service, and then dial out that way, and the remote
> receiving party will see my gv #
>
> And on inbound to bypass call screening question:
>
> exten => s,1,NoOp(The Current Time is..:
> ${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)})
> exten => s,n,NoOp(The CallerID(num) is.: ${CALLERID(NUM)})
> exten => s,n,NoOp(The CallerID(name) is: ${CALLERID(NAME)})
> exten => s,n,Answer()
> exten => s,n,Wait(5)       
> exten => s,n,SendDTMF(1)   
> exten => s,n,Dial(.......
>
>
>
>
>
>
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list