<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2172/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">Calling using Google</a></h2>
    <h4>Comment <b>removed</b> by              <a href="https://wiki.asterisk.org/wiki/display/~mdavenport">Malcolm Davenport</a>
    </h4>
    <br/>
    <div class="notificationGreySide">
        <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">
<pre class="theme: Confluence; brush: java; gutter: false">Set(name=${CALLERID(name)})
Set(num=${CUT(name,@,1)})
Set(CALLERID(all)=${num})</pre>
</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;" 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>
    </div>
</div>
</div>
</div>
</div>
</body>
</html>