<html>
<head>
<base href="https://wiki.asterisk.org/wiki">
<link rel="stylesheet" href="/wiki/s/en/2166/10/9/_/styles/combined.css?spaceKey=AST&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=18415665#comment-18415665">Calling using Google</a></h2>
<h4>Comment edited by <a href="https://wiki.asterisk.org/wiki/display/~mdavenport">Malcolm Davenport</a>
:</h4>
<br/>
<h4>Changes (2)</h4>
<div id="page-diffs">
<table class="diff" cellpadding="0" cellspacing="0">
<tr><td class="diff-snipped" >...<br></td></tr>
<tr><td class="diff-unchanged" >Here is copy of the configuration of my extensions.conf file <br> <br></td></tr>
<tr><td class="diff-changed-lines" ><span class="diff-deleted-words"style="color:#999;background-color:#fdd;text-decoration:line-through;"> </span> <span class="diff-added-words"style="background-color: #dfd;">{noformat}</span> <br></td></tr>
<tr><td class="diff-unchanged" >[local] <br>exten => s,1,Answer() <br></td></tr>
<tr><td class="diff-snipped" >...<br></td></tr>
<tr><td class="diff-unchanged" >exten => 100,1,Dial(gtalk/asterisk/myfriends@gmail.com) <br>exten => _1XXXXXXXXXX,1,Dial(gtalk/asterisk/+${EXTEN}@voice.google.com) <br></td></tr>
<tr><td class="diff-added-lines" style="background-color: #dfd;">{noformat} <br></td></tr>
<tr><td class="diff-unchanged" > <br>it is strange because everything else works fine <br></td></tr>
<tr><td class="diff-snipped" >...<br></td></tr>
</table>
</div> <h4>Full Content</h4>
<div class="notificationGreySide">
<p>Hi Malcolm, thank you very much for replying, unfortunately this is not working for me. When i get an inbound call it displays that crazy Google id.</p>
<p>Here is copy of the configuration of my extensions.conf file </p>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>[local]
exten => s,1,Answer()
exten => s,n,Wait(8)
exten => s,n,SendDTMF(1)
exten => s,n,Dial(SIP/1000,20)
exten => s,1,Set(name=${CALLERID(name)})
exten => s,n,Set(name=${CALLERID(name)})
exten => s,n,Set(num=${CUT(name,@,1)})
exten => s,n,Set(CALLERID(all)=${num})
exten => s,n,Dial(SIP/1000,20,D(:1))
exten => 100,1,Dial(gtalk/asterisk/myfriends@gmail.com)
exten => _1XXXXXXXXXX,1,Dial(gtalk/asterisk/+${EXTEN}@voice.google.com)
</pre>
</div></div>
<p>it is strange because everything else works fine<br/>
Any clue of what can possibly be?</p>
<p><img class="emoticon" src="/wiki/images/icons/emoticons/sad.gif" height="20" width="20" align="absmiddle" alt="" border="0"/></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=18415665#comment-18415665">View Online</a>
|
<a id="reply-18415665" href="https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google?replyToComment=18415665#comment-18415665">Reply To This</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>