<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<BR>Thanks for your quick reply.<BR>
&nbsp;<BR>
Now it works. thanks<BR>
&nbsp;<BR>
best regards<BR>
&nbsp;<BR>
manfred<BR>
<BR>&gt; From: michael@networkstuff.co.nz<BR>&gt; To: asterisk-users@lists.digium.com<BR>&gt; Date: Fri, 26 Dec 2008 23:35:34 +1300<BR>&gt; Subject: Re: [asterisk-users] Problem: no such extension 'xx' in context 'default'<BR>&gt; <BR>&gt; <BR>&gt; I was typing so quick I made some slips-<BR>&gt; (anyway you should get the idea...)<BR>&gt; <BR>&gt; Change it to the following:<BR>&gt; exten =&gt;_2,1,Playback(digits/2) ; <BR>&gt; exten =&gt;_2,n,Goto(default,10,1)<BR>&gt; exten=&gt;_3,1,Playback(pbx-invalid)<BR>&gt; exten=&gt;_3,n,Goto(default,4,1)<BR>&gt; exten=&gt;_4,1,Playback(vm-goodbye)<BR>&gt; exten=&gt;_4,n,Hangup()<BR>&gt; <BR>&gt; &gt; [internal]<BR>&gt; &gt; exten =&gt; 10,1,Dial(SIP/10,10)<BR>&gt; &gt; exten =&gt;10,2,Background(vm-nobodyavail)<BR>&gt; &gt; exten =&gt; 11,1,Dial(SIP/11,5)<BR>&gt; &gt; exten =&gt;11,2,Background(vm-nobodyavail)<BR>&gt; &gt;<BR>&gt; &gt; now when I dial 10, I got the following error : no such extension '10' in<BR>&gt; &gt; context 'default'<BR>&gt; <BR>&gt; Change it to the following:<BR>&gt; exten =&gt; _10,1,Dial(SIP/10,10)<BR>&gt; exten =&gt;_10,n,Background(vm-nobodyavail)<BR>&gt; exten =&gt; _11,1,Dial(SIP/11,5)<BR>&gt; exten =&gt;_11,n,Background(vm-nobodyavail)<BR>&gt; <BR>&gt; The only time I am aware of that you can leave out the prefix underscore is <BR>&gt; for "exten =&gt; s" and "exten =&gt; i"<BR>&gt; <BR>&gt; Hope this helps,<BR>&gt; <BR>&gt; Michael<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<BR>&gt; <BR>&gt; asterisk-users mailing list<BR>&gt; To UNSUBSCRIBE or update options visit:<BR>&gt; http://lists.digium.com/mailman/listinfo/asterisk-users<BR><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>