Then i think u should use Atis&#39;s idea of using transfer_context variable.......you should set it inside your dialplan and it should be the first thing you do in your dialplan.<br><br>Are you sure there is no leak in your dialplan, because asterisk cant transfer your caller to an extension it cant find. There must be leak, check if you are using any wrong extension patterns like _XXX. or something like that.
<br><br><div><span class="gmail_quote">On 6/19/07, <b class="gmail_sendername">Jay Moore</b> &lt;<a href="mailto:jaymoore@accu-com.com">jaymoore@accu-com.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The way I have my dialplan set up, the callers shouldn&#39;t be able to make<br>any outgoing calls.<br><br>Incoming calls come down my T1:<br>{zapata.conf}<br>; T1<br>group=1<br>context=incoming_t1<br>signalling=em_w<br>channel =&gt; 1-24
<br><br>Which puts them into the &#39;incoming_t1&#39; context:<br>{extensions.conf}<br>[incoming_t1]<br>#include callcenter/extension_ans.conf<br>include =&gt; answering-service<br><br>Which includes my callcenter answering service extensions conf file and
<br>includes the &#39;answering-service&#39; context:<br><br>{callcenter/extension_ans.conf}<br>[answering-service]<br>; Catch all extensions<br>exten =&gt; _X.,1,Set(account=${EXTEN})<br>exten =&gt; _X.,n,AGI(get_cid.php)
<br>exten =&gt; _X.,n,Set(CALLERID(all)=${cid}&lt;${account}&gt;)<br>exten =&gt; _X.,n,Set(context=COM)<br>exten =&gt; _X.,n,Set(type=INC)<br>exten =&gt; _X.,n,Set(from=${account})<br>exten =&gt; _X.,n,Set(to=COM)<br>exten =&gt; _X.,n,AGI(create_filename.php)
<br>exten =&gt; _X.,n,Set(MONITOR_FILENAME=${filename})<br>exten =&gt; _X.,n,Goto(queue-answer,s,1)<br><br>Which then parses all incoming calls (you can see the rest of the<br>dialplan in my previous message).<br><br>I&#39;m not sure what I&#39;m doing wrong.&nbsp;&nbsp;It seems to me I&#39;m doing everything
<br>properly.&nbsp;&nbsp;Callers should not be able to transfer (no &#39;T&#39; in the Queue()<br>command), and they should not be able to dial any extension.<br><br>I&#39;m completely lost here.<br><br>Jay<br><br>Rizwan Hisham wrote:
<br>&gt; I dont know how to solve your transfer problem, but i have an idea which<br>&gt; you<br>&gt; can use to overcome this abnormality.<br>&gt;<br>&gt; You should restrict the callers with context which includes only your local
<br>&gt; office extensions.<br>&gt;<br>&gt; I assume all your incoming calls fall in [default] context. what you should<br>&gt; do is:<br>&gt;<br>&gt; [default]<br>&gt; include=&gt; localext<br>&gt; exten=&gt; _X.,1,Noop(&quot;Incoming call received&quot;)
<br>&gt;<br>&gt; [localext]<br>&gt; *****This context should include all your office extensions******<br>&gt;<br>&gt; This way, caller can only transfer himself within your office extensions.<br>&gt; I hope you get my point
<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><br clear="all"><br>-- <br>Rizwan Hisham<br>Software Engineer<br>
AXVOICE Inc.<br><a href="http://www.axvoice.com">www.axvoice.com</a>