<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
this can help u:<br>
<br>
SIP.CONF<br>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Kate, the KDE Advanced Text Editor">
<pre>[1]
host = dynamic
type = friend
language = it
qualify = no
dtmfmode = rfc2833
callgroup = 1
pickupgroup = 1
callerid = "Bruno De Luca 1" &lt;1&gt;
secret = 1234
mailbox = 1
context=1
</pre>
<br>
<pre>[2]
host = dynamic
type = friend
language = it
qualify = no
dtmfmode = rfc2833
callgroup = 2
pickupgroup = 2
callerid = "Bruno De Luca 2" &lt;2&gt;
secret = 1234
mailbox = 2
context=2

[3]
...
context=1

[4]
...
context=2
</pre>
<br>
EXTENSIONS.CONF<br>
<br>
<pre>[1]
exten =&gt; 1,1,Dial(SIP/1)
exten =&gt; 3,1,Dial(SIP/3)

[2]
exten =&gt; 2,1,Dial(SIP/2)
exten =&gt; 4,1,Dial(SIP/4)
</pre>
<br>
<br>
trixter <a class="moz-txt-link-freetext"
 href="http://www.0xdecafbad.com">http://www.0xdecafbad.com</a> wrote:
<blockquote cite="mid1127531049.7443.146.camel@rufus.home.tld"
 type="cite">
  <pre wrap="">They are aware of each other in 2 senses.  First you can goto() them.  I
wanted to stop the ability of someone to put in a goto() in their
dialplan to a context that is someone elses (think asterisk hosting).
Second naming collissions.  I wanted to stop two people from having the
same name and causing grief that way.

That is why I made the references about prepending some customer id or
something, but I dont think that is the best way to accomplish this
(personal preference), so it will either be an AGI to accomplish this or
it will be something else that already exists that I havent been able to
locate as yet.


On Fri, 2005-09-23 at 21:50 -0500, <a class="moz-txt-link-abbreviated"
 href="mailto:info@beprojects.com">info@beprojects.com</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I may be missing something, but aren't all contexts unaware of each 
other be default?

If I do the following

[contexta]
exten =&gt; 3200,1,Dial(SIP/3200,5)

[contextb]
exten =&gt; 3300,1,Dial(SIP/3300,5)

Each context has a phone and they can't call each other.  The are 
completely isolated.  Unless I'm missing what you are trying to do....


trixter <a class="moz-txt-link-freetext"
 href="http://www.0xdecafbad.com">http://www.0xdecafbad.com</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Is there any way within asterisk to limit the scope of contexts,
basically to make one context totally unaware of another.

The application I had in mind involved allowing users to create their
own dial plans.  To that end I wanted to make it so that a given user
could not call a different users dialplan.  

I could filter everything and prepend a customer id to every context
they specify, but that can get ugly fast, especially when the parser
misses something.

If this doesnt exist I can surely do it with an agi, and that is the
road I am headed down right now, but why duplicate an effect that may
already exist?

Thanks.



------------------------------------------------------------------------

_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
    </pre>
    <pre wrap=""><hr size="4" width="90%">
_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre>
  </blockquote>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
____________________________________________________________________

 BRUNO DE LUCA
 Tel. +39 02 9350 4780 (102)
 
 FG&amp;A Software
 20017 Rho - Via Puccini, 8

 E-Mail :
<a class="moz-txt-link-abbreviated"
 href="mailto:bdeluca@fgasoftware.com">bdeluca@fgasoftware.com</a>
 Internet:
<a class="moz-txt-link-freetext" href="http://www.fgasoftware.com">http://www.fgasoftware.com</a>

</pre>
</body>
</html>