<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2166/18/9/_/styles/combined.css?spaceKey=AST&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google?focusedCommentId=18415954#comment-18415954">Calling using Google</a></h2>
    <h4>Comment edited by             <a href="https://wiki.asterisk.org/wiki/display/~shyju">Shyju Kanaprath</a>
     :</h4>
    <br/>
                        <h4>Changes (1)</h4>
                                
    
<div id="page-diffs">
                    <table class="diff" cellpadding="0" cellspacing="0">
    
            <tr><td class="diff-unchanged" >Nice tutorial. Incoming calls are working fine.I&#39;m facing problem with outbound calls. The outbound calls only works when I add gmail id which is already in my buddy list to jabber.conf &amp; gtalk.conf. Find my configurations files below. Now the outbound calls work only on those 2 buddys. How can I dial anyone/any pstn number without adding it to gtalk/jabber config. In Gmail my chat setting is &quot;Only allow people that I&#39;ve explicitly approved to chat with me and see when I&#39;m online.&quot; Any insight would be appreciated. <br> <br></td></tr>
            <tr><td class="diff-added-lines" style="background-color: #dfd;">Version: Asterisk 10.0.0-beta1 <br> <br></td></tr>
            <tr><td class="diff-unchanged" >/etc/asterisk/jabber.conf <br> <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
    
            </table>
    </div>                            <h4>Full Content</h4>
                          <div class="notificationGreySide">
            <p>Nice tutorial. Incoming calls are working fine.I'm facing problem with outbound calls. The outbound calls only works when I add gmail id which is already in my buddy list to jabber.conf &amp; gtalk.conf. Find my configurations files below. Now the outbound calls work only on those 2 buddys. How can I dial anyone/any pstn number without adding it to gtalk/jabber config. In Gmail my chat setting is "Only allow people that I've explicitly approved to chat with me and see when I'm online." Any insight would be appreciated.</p>

<p>Version: Asterisk 10.0.0-beta1</p>

<p>/etc/asterisk/jabber.conf</p>

<p><span class="error">&#91;general&#93;</span><br/>
autoregister = yes<br/>
autoprune = no</p>

<p><span class="error">&#91;asterisk&#93;</span><br/>
type = client<br/>
serverhost = talk.google.com<br/>
username = shy**@gmail.com/Talk<br/>
secret = ******<br/>
port = 5222<br/>
usetls = yes<br/>
usesasl = yes<br/>
buddy = shy**@epillars.com<br/>
buddy = +971554880722@voice.google.com<br/>
statusmessage = "I am an Asterisk Server"<br/>
timeout = 100</p>

<p>/etc/asterisk/gtalk.conf</p>

<p><span class="error">&#91;general&#93;</span><br/>
context = default<br/>
allowguests = yes<br/>
;bindaddr = 192.168.20.159<br/>
bindaddr = 0.0.0.0<br/>
externip = 2.50.27.181<br/>
;allowguest = yes<br/>
<span class="error">&#91;guest&#93;</span><br/>
;username = _.@gmail.com<br/>
disallow = all<br/>
allow = all<br/>
context = gtalk_incoming_guest<br/>
connection = asterisk</p>

<p>/etc/asterisk/extensions.conf</p>

<p>exten =&gt; _XXXXXXXXXX.,1,Dial(gtalk/asterisk/+${EXTEN}@voice.google.com)<br/>
exten =&gt; 123,1,Dial(gtalk/asterisk/shy**@epillars.com)</p>


<p>Asterisk CLI<br/>
  == Using SIP RTP CoS mark 5<br/>
    &#8211; Executing <span class="error">&#91;971554880722@DLPN_ePillars:1&#93;</span> Dial("SIP/604-00000000", "gtalk/asterisk/+971554880722@voice.google.com") in new stack<br/>
    &#8211; Called gtalk/asterisk/+971554880722@voice.google.com<br/>
    &#8211; Gtalk/+971554880722@voice.google.com-6a29 is ringing<br/>
  == Everyone is busy/congested at this time (1:0/0/1)</p>

        </div>
    
    <div id="commentsSection" class="wiki-content pageSection">
       <div style="float: right;" class="grey">
                        <a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=AST">Stop watching space</a>
            <span style="padding: 0px 5px;">|</span>
                <a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
       <a href="https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google?focusedCommentId=18415954#comment-18415954">View Online</a>
              |
       <a id="reply-18415954" href="https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google?replyToComment=18415954#comment-18415954">Reply To This</a>
           </div>

</div>
</div>
</div>
</div>
</body>
</html>