<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>&nbsp;</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>&nbsp;</div>
<div>I've never tried sending the call through loopback but it seems like it should work.</div>
<div>&nbsp;</div>
<div>bp<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 11/6/06, <b class="gmail_sendername">Evert</b> &lt;<a href="mailto:evert@poboxes.info">evert@poboxes.info</a>&gt; 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 =&gt; 998,1,Answer<br>exten =&gt; 998,2,Background(agent-newlocation)<br>exten =&gt; 998,3,Set(TIMEOUT(digit)=15)<br>
exten =&gt; 998,4,WaitExten(10)<br>exten =&gt; _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>&gt; Evert wrote:<br>&gt;&gt; Hi! :)<br>&gt;&gt;<br>&gt;&gt; Thanks for the tip. I'm almost there now, the only problem that I have
<br>&gt;&gt; left is that I do NOT want Asterisk to check whether the extension<br>&gt;&gt; entered is valid. In the current setup Asterisk will refuse to forward<br>&gt;&gt; the call since it thinks the extension is invalid...&nbsp;&nbsp;:-/
<br>&gt;&gt;<br>&gt;&gt;<br>&gt; Is ${SERADDRESS} the name of a valid SIP peer or just plain ole IP<br>&gt; address? It should be a SIP peer.<br>&gt;<br>&gt; Leo<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________
<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<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>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div>
<br>