Difference between revisions of "Cant dial to *9901"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
Login to your server via ssh and run "'''asterisk -rx 'dialplan show mor_tests''''"
* Copy Asterisk config files from /usr/src/mor/asterisk-conf to /etc/asterisk, reload Asterisk
* In device settings check '''Works not logged''': YES
The correct output must look like this:
* Make sure you are not dialing from Fax device
 
[ Context 'mor_tests' created by 'pbx_config' ]
  '*9901' =>        1. Goto(mor_fax2email_test|${EXTEN}|1)        [pbx_config]
  '*9902' =>        1. Playback(demo-instruct)                    [pbx_config]
                    2. Hangup()                                  [pbx_config]
  '*9903' =>        1. Playback(demo-echotest)                    [pbx_config]
                    2. Echo()                                    [pbx_config]
                    3. Playback(demo-echodone)                    [pbx_config]
                    4. Hangup()                                  [pbx_config]
-= 3 extensions (7 priorities) in 1 context. =-
 
If you can't find *9901 , make a backup of /etc/asterisk directory and then copy /usr/src/mor/asterisk-conf files to /etc/asterisk.
Do /etc/init.d/asterisk reload after you are ready.
 
If you still are unable to dial to *9901 , maybe you are dialing from fax device ?

Revision as of 10:14, 23 March 2009

  • Copy Asterisk config files from /usr/src/mor/asterisk-conf to /etc/asterisk, reload Asterisk
  • In device settings check Works not logged: YES
  • Make sure you are not dialing from Fax device