<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<br>Hi Guys,<br><br><br>I am not so familiar with asterisk and hope to get help here. I am having now some stupid errors. My goal for the first, is to create a simple pbx with different context.<br>As long as I use only the contex 'default' everything seems to work perfect. Now I tried to add another context i.e 'internal' and the asterisk is complaining<br>&nbsp;for not finding the required extension in the 'default' context. Asterisk schould point this to the internal contex and not default.<br><br>here my simply config data :<br><br>sip.conf :<br><br>[general]<br>port=5060<br>bindaddr=0.0.0.0<br><br>[10]<br>type=friend<br>secret=1234<br>host=dynamic<br>context=internal<br><br>[11]<br>type=friend<br>secret=1234<br>host=dynamic<br>context=internal<br><br>extensions.conf<br><br>[default]<br>exten =&gt;2,1,Playback(digits/2) ; <br>exten =&gt;2,2,Goto(default,10,1)<br>exten=&gt;3,1,Playback(pbx-invalid)<br>exten=3,2,Goto(default,4,1)<br>exten=4,1,Playback(vm-goodbye)<br>exten=&gt;4,2,Hangup()<br><br>[internal]<br>exten =&gt; 10,1,Dial(SIP/10,10)<br>exten =&gt;10,2,Background(vm-nobodyavail)<br>exten =&gt; 11,1,Dial(SIP/11,5)<br>exten =&gt;11,2,Background(vm-nobodyavail)<br><br>now when I dial 10, I got the following error : no such extension '10' in context 'default'<br><br>thanks in advance<br><br>manfred<br><br /><hr />Gruppenchats mit der neuen Messenger Beta. So geht's! <a href='http://download.live.com/' target='_new'>Hier klicken!</a></body>
</html>