<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2176/25/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">Calling using Google</a></h2>
    <h4>Page <b>edited</b> by             <a href="https://wiki.asterisk.org/wiki/display/~mdavenport">Malcolm Davenport</a>
    </h4>
        <div id="versionComment">
        <b>Comment:</b>
        a more thorough explanation of the priority setting, thanks to James Randall<br />
    </div>
        <br/>
                         <h4>Changes (8)</h4>
                                 
    
<div id="page-diffs">
                    <table class="diff" cellpadding="0" cellspacing="0">
    
            <tr><td class="diff-added-lines" style="background-color: #dfd;">{toc} <br> <br></td></tr>
            <tr><td class="diff-unchanged" >{warning} <br>This new page replaces the [old page|AST:Old Calling using Google].  The old page documents behavior that is not functional or supported going forward.  This new page documents behavior as of Asterisk 11.  For more information, please see the blog posting [http://blogs.digium.com/2012/07/24/asterisk-11-development-the-motive-for-motif/] <br>{warning} <br> <br></td></tr>
            <tr><td class="diff-changed-lines" ><span class="diff-changed-words">h<span class="diff-deleted-chars"style="color:#999;background-color:#fdd;text-decoration:line-through;">2</span><span class="diff-added-chars"style="background-color: #dfd;">1</span>.</span> Prerequisites <br></td></tr>
            <tr><td class="diff-unchanged" > <br>Asterisk communicates with Google Voice and Google Talk using the chan_motif Channel Driver and the res_xmpp Resource module.  Before proceeding, please ensure that both are compiled and part of your installation.  Compilation of res_xmpp and chan_motif for use with Google Talk / Voice are dependant on the iksemel library files as well as the OpenSSL development libraries presence on your system. <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >The Motif channel driver is configured with the motif.conf configuration file, typically located in /etc/asterisk.  What follows is an example configuration for successful operation. <br> <br></td></tr>
            <tr><td class="diff-changed-lines" ><span class="diff-changed-words">h<span class="diff-deleted-chars"style="color:#999;background-color:#fdd;text-decoration:line-through;">5</span><span class="diff-added-chars"style="background-color: #dfd;">3</span>.</span> Example Motif Configuration <br></td></tr>
            <tr><td class="diff-unchanged" > <br>{noformat} <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >{noformat} <br> <br></td></tr>
            <tr><td class="diff-unchanged" >This general section of this configuration specifies several items. <br># That calls will terminate to or originate from the *incoming-motif* context; context=incoming-motif <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >The res_xmpp Resource is configured with the xmpp.conf configuration file, typically located in /etc/asterisk.  What follows is an example configuration for successful operation. <br> <br></td></tr>
            <tr><td class="diff-changed-lines" ><span class="diff-changed-words">h<span class="diff-deleted-chars"style="color:#999;background-color:#fdd;text-decoration:line-through;">5</span><span class="diff-added-chars"style="background-color: #dfd;">3</span>.</span> Example XMPP Configuration <br></td></tr>
            <tr><td class="diff-unchanged" > <br>{noformat} <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >username=example@gmail.com <br>secret=examplepassword <br></td></tr>
            <tr><td class="diff-changed-lines" ><span class="diff-deleted-words"style="color:#999;background-color:#fdd;text-decoration:line-through;">priority=1</span> <span class="diff-added-words"style="background-color: #dfd;">priority=25</span> <br></td></tr>
            <tr><td class="diff-unchanged" >port=5222 <br>usetls=yes <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" ># Our password is configured using the secret option; secret=your_google_password <br># Google&#39;s talk service operates on port 5222; port=5222 <br></td></tr>
            <tr><td class="diff-changed-lines" ># Our priority is set to <span class="diff-deleted-words"style="color:#999;background-color:#fdd;text-decoration:line-through;">1; priority=1</span> <span class="diff-added-words"style="background-color: #dfd;">25; priority=25</span> <br></td></tr>
            <tr><td class="diff-unchanged" ># TLS encryption is required by Google; usetls=yes <br># Simple Authentication and Security Layer (SASL) is used by Google; usesasl=yes <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" ># We set a timeout for receiving message from Google that allows for plenty of time in the event of network delay; timeout=5 <br> <br></td></tr>
            <tr><td class="diff-added-lines" style="background-color: #dfd;">h4. More about Priorities <br></td></tr>
            <tr><td class="diff-unchanged" > <br></td></tr>
            <tr><td class="diff-added-lines" style="background-color: #dfd;">As many different connections to Google are possible simultaneously via different client mechanisms, it is important to understand the role of priorities in the routing of inbound calls.  Proper usage of the priority setting can allow use of a Google account that is not otherwise entirely dedicated to voice services. <br> <br>With priorities, the higher the setting value, the more any client using that value is preferred as a destination for inbound calls, in deference to any other client with a lower priority value.  Known values of commonly used clients include the Gmail chat client, which maintains a priority of *20*, and the Windows GTalk client, which uses a priority of *24*.  The maximum allowable value is *127*.  Thus, setting one&#39;s *priority* option for the XMPP peer in res_xmpp.conf to a value higher than 24 will cause inbound calls to flow to Asterisk, even while one is logged into either Gmail or the Windows GTalk client. <br> <br>Outbound calls are unaffected by the priority setting. <br> <br></td></tr>
            <tr><td class="diff-unchanged" >h2. Phone configuration <br> <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
    
            </table>
    </div>                            <h4>Full Content</h4>
                    <div class="notificationGreySide">
        <div>
<ul>
    <li><a href='#CallingusingGoogle-Prerequisites'>Prerequisites</a></li>
<ul>
    <li><a href='#CallingusingGoogle-RTPconfiguration'>RTP configuration</a></li>
    <li><a href='#CallingusingGoogle-Motifconfiguration'>Motif configuration</a></li>
<ul>
    <li><a href='#CallingusingGoogle-ExampleMotifConfiguration'>Example Motif Configuration</a></li>
</ul>
    <li><a href='#CallingusingGoogle-XMPPConfiguration'>XMPP Configuration</a></li>
<ul>
    <li><a href='#CallingusingGoogle-ExampleXMPPConfiguration'>Example XMPP Configuration</a></li>
<ul>
    <li><a href='#CallingusingGoogle-MoreaboutPriorities'>More about Priorities</a></li>
</ul>
</ul>
    <li><a href='#CallingusingGoogle-Phoneconfiguration'>Phone configuration</a></li>
    <li><a href='#CallingusingGoogle-Dialplanconfiguration'>Dialplan configuration</a></li>
<ul>
<ul>
<ul>
    <li><a href='#CallingusingGoogle-Incomingcalls'>Incoming calls</a></li>
    <li><a href='#CallingusingGoogle-Outgoingcalls'>Outgoing calls</a></li>
</ul>
</ul>
</ul>
</ul>
</ul></div>

<div class='panelMacro'><table class='warningMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/forbidden.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td>This new page replaces the <a href="/wiki/display/AST/Old+Calling+using+Google" title="Old Calling using Google">old page</a>.  The old page documents behavior that is not functional or supported going forward.  This new page documents behavior as of Asterisk 11.  For more information, please see the blog posting <a href="http://blogs.digium.com/2012/07/24/asterisk-11-development-the-motive-for-motif/" class="external-link" rel="nofollow">http://blogs.digium.com/2012/07/24/asterisk-11-development-the-motive-for-motif/</a></td></tr></table></div>

<h1><a name="CallingusingGoogle-Prerequisites"></a>Prerequisites</h1>

<p>Asterisk communicates with Google Voice and Google Talk using the chan_motif Channel Driver and the res_xmpp Resource module.  Before proceeding, please ensure that both are compiled and part of your installation.  Compilation of res_xmpp and chan_motif for use with Google Talk / Voice are dependant on the iksemel library files as well as the OpenSSL development libraries presence on your system.</p>

<p>Calling using Google Voice or via the Google Talk web client requires the use of Asterisk 11.0 or greater.  Older versions of Asterisk will not work.</p>

<p>For basic calling between Google Talk web clients, you need a Google Mail account.</p>

<p>For calling to and from the PSTN, you will need a Google Voice account.</p>

<p>In your Google account, you'll want to change the Chat setting from the default of "Automatically allow people that I communicate with often to chat with me and see when I'm online" to the second option of "Only allow people that I've explicitly approved to chat with me and see when I'm online."</p>

<p>IPv6 is currently not supported.  Use of IPv4 is required.</p>

<p>Google Voice can now be used with Google Apps accounts.</p>

<h2><a name="CallingusingGoogle-RTPconfiguration"></a>RTP configuration</h2>

<p>ICE support is required for chan_motif to operate. It is disabled by default and must be explicitly enabled in the RTP configuration file rtp.conf as follows.</p>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>[general]
icesupport=yes
</pre>
</div></div>

<p>If this option is not enabled you will receive the following error message.</p>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>Unable to add Google ICE candidates as ICE support not available or no candidates available
</pre>
</div></div>

<h2><a name="CallingusingGoogle-Motifconfiguration"></a>Motif configuration</h2>

<p>The Motif channel driver is configured with the motif.conf configuration file, typically located in /etc/asterisk.  What follows is an example configuration for successful operation.</p>

<h3><a name="CallingusingGoogle-ExampleMotifConfiguration"></a>Example Motif Configuration</h3>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>[google]
context=incoming-motif
disallow=all
allow=ulaw
connection=google
</pre>
</div></div>

<p>This general section of this configuration specifies several items.</p>
<ol>
        <li>That calls will terminate to or originate from the <b>incoming-motif</b> context; context=incoming-motif</li>
        <li>That all codecs are first explicitly disallowed</li>
        <li>That G.711 ulaw is allowed</li>
        <li>The an XMPP connection called "google" is to be used</li>
</ol>


<p>Google lists supported audio codecs on this page - <a href="https://developers.google.com/talk/open_communications" class="external-link" rel="nofollow">https://developers.google.com/talk/open_communications</a></p>

<p>Per section, 5, the supported codecs are:</p>

<ol>
        <li>PCMA</li>
        <li>PCMU</li>
        <li>G.722</li>
        <li>GSM</li>
        <li>iLBC</li>
        <li>Speex</li>
</ol>


<p>Our experience shows this not to be the case.  Rather, the codecs, supported by Asterisk, and seen in an invite from Google Chat are:</p>

<ol>
        <li>PCMA</li>
        <li>PCMU</li>
        <li>G.722</li>
        <li>iLBC</li>
        <li>Speex 16kHz</li>
        <li>Speex 8kHz</li>
</ol>


<p>It should be noted that calling using Google Voice requires the G.711 ulaw codec.  So, if you want to make sure Google Voice calls work, allow G.711 ulaw, at a minimum.</p>


<h2><a name="CallingusingGoogle-XMPPConfiguration"></a>XMPP Configuration</h2>

<p>The res_xmpp Resource is configured with the xmpp.conf configuration file, typically located in /etc/asterisk.  What follows is an example configuration for successful operation.</p>

<h3><a name="CallingusingGoogle-ExampleXMPPConfiguration"></a>Example XMPP Configuration</h3>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>[general]
[google]
type=client
serverhost=talk.google.com
username=example@gmail.com
secret=examplepassword
priority=25
port=5222
usetls=yes
usesasl=yes
status=available
statusmessage="I am available"
timeout=5
</pre>
</div></div>

<p>The default general section does not need any modification.</p>

<p>The google section of this configuration specifies several items.</p>
<ol>
        <li>The type is set to client, as we're connecting to Google as a service; type=client</li>
        <li>The serverhost is Google's talk server; serverhost=talk.google.com</li>
        <li>Our username is configured as your_google_username@gmail.com; username=your_google_username@gmail.com</li>
        <li>Our password is configured using the secret option; secret=your_google_password</li>
        <li>Google's talk service operates on port 5222; port=5222</li>
        <li>Our priority is set to 25; priority=25</li>
        <li>TLS encryption is required by Google; usetls=yes</li>
        <li>Simple Authentication and Security Layer (SASL) is used by Google; usesasl=yes</li>
        <li>We set a status message so other Google chat users can see that we're an Asterisk server; statusmessage="I am available"</li>
        <li>We set a timeout for receiving message from Google that allows for plenty of time in the event of network delay; timeout=5</li>
</ol>


<h4><a name="CallingusingGoogle-MoreaboutPriorities"></a>More about Priorities</h4>

<p>As many different connections to Google are possible simultaneously via different client mechanisms, it is important to understand the role of priorities in the routing of inbound calls.  Proper usage of the priority setting can allow use of a Google account that is not otherwise entirely dedicated to voice services.</p>

<p>With priorities, the higher the setting value, the more any client using that value is preferred as a destination for inbound calls, in deference to any other client with a lower priority value.  Known values of commonly used clients include the Gmail chat client, which maintains a priority of <b>20</b>, and the Windows GTalk client, which uses a priority of <b>24</b>.  The maximum allowable value is <b>127</b>.  Thus, setting one's <b>priority</b> option for the XMPP peer in res_xmpp.conf to a value higher than 24 will cause inbound calls to flow to Asterisk, even while one is logged into either Gmail or the Windows GTalk client.</p>

<p>Outbound calls are unaffected by the priority setting.</p>

<h2><a name="CallingusingGoogle-Phoneconfiguration"></a>Phone configuration</h2>

<p>Now, let's create a phone.  The configuration of a SIP device for this purpose would, in sip.conf, typically located in /etc/asterisk, look something like:</p>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>[malcolm]
type=peer
secret=my_secure_password
host=dynamic
context=local
</pre>
</div></div>

<h2><a name="CallingusingGoogle-Dialplanconfiguration"></a>Dialplan configuration</h2>

<h5><a name="CallingusingGoogle-Incomingcalls"></a>Incoming calls</h5>

<p>Next, let's configure our dialplan to receive an incoming call from Google and route it to the SIP phone we created.  To do this, our dialplan, extensions.conf, typically located in /etc/asterisk, would look like:</p>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>[incoming-motif]
exten =&gt; s,1,NoOp()
 same =&gt; n,Wait(1)
 same =&gt; n,Answer()
 same =&gt; n,SendDTMF(1)
 same =&gt; n,Dial(SIP/malcolm,20)
</pre>
</div></div>

<div class='panelMacro'><table class='noteMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/warning.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td>Did you know that the Google Chat client does this same thing; it waits, and then sends a DTMF 1.  Really.</td></tr></table></div>

<p>This example uses the "s" unmatched extension, because we're only configuring one client connection in this example.</p>

<p>In this example, we're Waiting 1 second, answering the call, sending the DTMF "1" back to Google, and <b>then</b> dialing the call.<br/>
We do this, because inbound calls from Google enable, even if it's disabled in your Google Voice control panel, call screening.<br/>
Without this SendDTMF event, you'll have to confirm with Google whether or not you want to answer the call.</p>

<div class='panelMacro'><table class='tipMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/check.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>Using Google's voicemail</b><br />Another method for accomplishing the sending of the DTMF event is to use Dial option "D."  The D option tells Asterisk to send a specified DTMF string after the called party has answered.  DTMF events specified before a colon are sent to the <b>called</b> party.  DTMF events specified after a colon are sent to the <b>calling</b> party.

<p>In this example then, one does not need to actually answer the call first, though one should still wait at least a second for things, like STUN setup, to finish.  This means that if the called party doesn't answer, Google will resort to sending the call to one's Google Voice voicemail box, instead of leaving it at Asterisk.</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: java; gutter: false">exten =&gt; s,1,Dial(SIP/malcolm,20,D(:1))</pre>
</div></div></td></tr></table></div>

<div class='panelMacro'><table class='tipMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/check.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>Filtering Caller ID</b><br />The inbound CallerID from Google is going to look a bit nasty, e.g.:

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>+15555551212@voice.google.com/srvres-MTAuMjE4LjIuMTk3Ojk4MzM=
</pre>
</div></div>

<p>Your VoIP client (SIPDroid) might not like this, so let's simplify that Caller ID a bit, and make it more presentable for your phone's display.  Here's the example that we'll step through:</p>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>exten =&gt; s,1,NoOp()
 same =&gt; n,Set(crazygooglecid=${CALLERID(name)})
 same =&gt; n,Set(stripcrazysuffix=${CUT(crazygooglecid,@,1)})
 same =&gt; n,Set(CALLERID(all)=${stripcrazysuffix})
 same =&gt; n,Dial(SIP/malcolm,20,D(:1))
</pre>
</div></div>

<p>First, we set a variable called <b>crazygooglecid</b> to be equal to the name field of the CALLERID function.  Next, we use the CUT function to grab everything that's before the @ symbol, and save it in a new variable called <b>stripcrazysuffix.</b> We'll set this new variable to the CALLERID that we're going to use for our Dial.  Finally, we'll actually Dial our internal destination.</p></td></tr></table></div>

<h5><a name="CallingusingGoogle-Outgoingcalls"></a>Outgoing calls</h5>

<p>Outgoing calls to Google Talk users take the form of:</p>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>exten =&gt; 100,1,Dial(Motif/google/mybuddy@gmail.com,,r)
</pre>
</div></div>

<p>Where the technology is "Motif," the dialing peer is "google" as defined in xmpp.conf, and the dial string is the Google account name.</p>

<p>We use the Dial option "r" because Google doesn't provide ringing indications.</p>

<p>Outgoing calls made to Google Voice take the form of:</p>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>exten =&gt; _1XXXXXXXXXX,1,Dial(Motif/google/${EXTEN}@voice.google.com,,r)
</pre>
</div></div>

<p>Where the technology is "Motif," the dialing peer is "google" as defined in xmpp.conf, and the dial string is a full E.164 number, sans the plus character.</p>

<p>Again, we use Dial option "r" because Google doesn't provide ringing indications.</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">View Online</a>
        |
        <a href="https://wiki.asterisk.org/wiki/pages/diffpagesbyversion.action?pageId=5996698&revisedVersion=47&originalVersion=46">View Changes</a>
                |
        <a href="https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
            </div>
</div>
</div>
</div>
</div>
</body>
</html>