[asterisk-users] Gtalk/Jabber Issue
William Stillwell
william at stillwellsoft.com
Sun Feb 20 22:40:26 CST 2011
> -----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(.......
More information about the asterisk-users
mailing list