> -----Original Message-----
> From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
> boun...@lists.digium.com] On Behalf Of Vladimir Mikhelson
> Sent: Sunday, February 20, 2011 10:16 PM
> To: asterisk-users@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

Reply via email to