Hello All. 1. I'm at first install ASTERISK (debian sid), and try to to make call by Kphone 3.1. For all my attempt I find in logs: Apr 18 16:05:17 NOTICE[81926]: File pbx.c, Line 999 (pbx_extension_helper): Cannot find extension context 'default' I check in extention.conf [default] section exist and has pattern which I send (for example 's', '1234'). In CLI I try to see dialplan and see printout: router*CLI> show dialplan [ Context 'parkedcalls' created by 'res_parking' ] '701' => 1. ParkedCall(701) [res_parking] '702' => 1. ParkedCall(702) [res_parking] '703' => 1. ParkedCall(703) [res_parking] '704' => 1. ParkedCall(704) [res_parking] '705' => 1. ParkedCall(705) [res_parking] '706' => 1. ParkedCall(706) [res_parking] '707' => 1. ParkedCall(707) [res_parking] '708' => 1. ParkedCall(708) [res_parking] '709' => 1. ParkedCall(709) [res_parking] '710' => 1. ParkedCall(710) [res_parking] '711' => 1. ParkedCall(711) [res_parking] '712' => 1. ParkedCall(712) [res_parking] '713' => 1. ParkedCall(713) [res_parking] '714' => 1. ParkedCall(714) [res_parking] '715' => 1. ParkedCall(715) [res_parking] '716' => 1. ParkedCall(716) [res_parking] '717' => 1. ParkedCall(717) [res_parking] '718' => 1. ParkedCall(718) [res_parking] '719' => 1. ParkedCall(719) [res_parking] '720' => 1. ParkedCall(720) [res_parking] What I was make wrong? Where I must search reason of problem. 2. Question about security: How I can protect entering to CLI by password. 3. I see in modules config file load pbx_gtkconsole.so Any attempts to load this module is unsaccessful (same with kdeconsole). I want ask about purpose of this modules and what I need to starting it. Sorry for my English and if this questions is frequently asked. -- Yagdzhyyev Vladislav Dnepropetrovsk, Ukraine
On Fri, 18 Apr 2003, Vladislav wrote:> Hello All. > 1. I'm at first install ASTERISK (debian sid), and try to to make call by > Kphone 3.1. > For all my attempt I find in logs: > Apr 18 16:05:17 NOTICE[81926]: File pbx.c, Line 999 (pbx_extension_helper): > Cannot find extension context 'default' > I check in extention.conf [default] section exist and has pattern which I send > (for example 's', '1234'). > In CLI I try to see dialplan and see printout: > router*CLI> show dialplanYou might have [default] twice in extensions.conf> 2. Question about security: How I can protect entering to CLI by password.You can only access CLI from a root user or using the manager (gastman) which is password protected. So what's the purpose of doing that if one that is root can kill asterisk and start it again ... Martin