<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/2041/1/7/_/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=12288004#comment-12288004">Calling using Google</a></h2>
        <h4>Page
        <b>comment added</b> by              <a href="https://wiki.asterisk.org/wiki/display/~mdavenport">Malcolm Davenport</a>
    </h4>
    <br/>
    <div class="notificationGreySide">
       <p>It's probably not a bad idea to make that the default suggestion in the content here, no?</p>
    </div>

                <div style="border-bottom: 1px solid #ddd; padding: 10px 20px 7px 20px;">
        <strong>In reply to a comment by <a href="/wiki/display/~twilson@digium.com"
                          class="url fn confluence-userlink" data-username="twilson@digium.com"
                   >Terry Wilson</a>:</strong><br/>
        <p>I've found that the SIPDroid android client chokes on the horribly long CallerID name that shows up.</p>

<p>One can work around this issue with</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<script type="syntaxhighlighter" class="toolbar: false; theme: Confluence; brush: java; gutter: false"><![CDATA[
Set(name=${CALLERID(name)})
Set(num=${CUT(name,@,1)})
Set(CALLERID(all)=${num})
]]></script>
</div></div>
<p>Before dialing out with a SIP client. I'm not sure why it chokes, but it sends a 100 Trying and then never responds. The CallerID name ends up looking something like "+15555551212@voice.google.com/srvres-MTAuMjE4LjIuMTk3Ojk4MzM=" so, perhaps it is the weird characters that SIPDroid has trouble with, or that they have Google Talk support with PBXes.org and try to do something different with the call.</p>

<p>I don't know if we want to put a "workarounds" section up or for things like this or not, or just relegate the information to somewhere on the mailing list.</p>
        </div>
    
    <div id="commentsSection" class="wiki-content pageSection">
       <div style="float: right;">
            <a href="https://wiki.asterisk.org/wiki/users/viewnotifications.action" class="grey">Change Notification Preferences</a>
       </div>
       <a href="https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google?focusedCommentId=12288004#comment-12288004">View Online</a>
              |
       <a id="reply-12288004" href="https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google?replyToComment=12288004#comment-12288004">Reply To This</a>
           </div>

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