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