<div>Does your variable ${SERADDRESS} have the port number defined? If you replace it with localhost, I believe port 5060 will pick up the call by default.</div>
<div> </div>
<div>Try making sure that your ${SERADDRESS} has the IP like the following: <a href="http://127.0.0.1:5070">127.0.0.1:5070</a> (replace 5070 with whatever port your SER is listening on).</div>
<div> </div>
<div>I've never tried sending the call through loopback but it seems like it should work.</div>
<div> </div>
<div>bp<br><br> </div>
<div><span class="gmail_quote">On 11/6/06, <b class="gmail_sendername">Evert</b> <<a href="mailto:evert@poboxes.info">evert@poboxes.info</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">SERADDRESS is a variable that points to a SER-server (currently running<br>on the same IP as Asterisk, but on a different port).
<br><br>I noticed that it helped to replace @${SERADDRESS} with @localhost<br><br>I now have:<br><br>exten => 998,1,Answer<br>exten => 998,2,Background(agent-newlocation)<br>exten => 998,3,Set(TIMEOUT(digit)=15)<br>
exten => 998,4,WaitExten(10)<br>exten => _XXXX,1,Dial(SIP/${EXTEN}@localhost,60,o)<br><br><br>This does send the entered extension to SER, and the phone rings.<br>However, when the called phone anwers the call, the calling phone does
<br>not notice this, and keeps on ringing...<br><br><br><br><br>Regards,<br>Evert<br><br>Leo Ann Boon wrote:<br>> Evert wrote:<br>>> Hi! :)<br>>><br>>> Thanks for the tip. I'm almost there now, the only problem that I have
<br>>> left is that I do NOT want Asterisk to check whether the extension<br>>> entered is valid. In the current setup Asterisk will refuse to forward<br>>> the call since it thinks the extension is invalid... :-/
<br>>><br>>><br>> Is ${SERADDRESS} the name of a valid SIP peer or just plain ole IP<br>> address? It should be a SIP peer.<br>><br>> Leo<br>><br>><br>><br>> _______________________________________________
<br>> --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>><br>> asterisk-users mailing list<br>> To UNSUBSCRIBE or update options visit:<br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>
asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div>
<br>