<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?focusedCommentId=22087899#comment-22087899">Calling using Google</a></h2>
        <h4>Page
        <b>comment added</b> by              <a href="https://wiki.asterisk.org/wiki/display/~newageserver">Andrew</a>
    </h4>
    <br/>
    <div class="notificationGreySide">
       <p>The Caller ID filtering code doesn't work on certain incoming call service providers:</p>

<p>First off, in my area we dial 7 digits for in-State calls and all 10 digits for out-of-state calls.</p>

<p>If I call from my home landline, I get one ring, then it hangs up on me. Destination extension never rings.<br/>
If I call from my cell phone, same thing.<br/>
If I call from my home landline and dial all ten digits, the same thing happened.</p>

<p>If my friend in CA calls long distance, it works perfectly fine for him.</p>

<p>I commented out lines, one at a time, and determined that the second and third lines of the Caller ID code are causing Asterisk to drop the call if it is in a local area code. Has something to do with the variables or something.</p>

<p>exten =&gt; s,1,NoOp()<br/>
 same =&gt; n,Wait(1)<br/>
 same =&gt; n,Answer()<br/>
 same =&gt; n,SendDTMF(1)<br/>
 same =&gt; n,Set(CALLERID(number)=$</p>
<div class="error"><span class="error">Unknown macro: {CALLERID(name)}</span> </div>
<p>)<br/>
 same =&gt; n,Set(CALLERID(name)=NAS2 External)<br/>
 same =&gt; n,Dial(SIP/100,30,m(nas2))<br/>
 same =&gt; n,Voicemail(100@internal)</p>

<p>For the record, my system answers and plays hold music while extension 100 rings.</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=22087899#comment-22087899">View Online</a>
              |
       <a id="reply-22087899" href="https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google?replyToComment=22087899#comment-22087899">Reply To This</a>
           </div>

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