Difference between revisions of "Cant dial to *9901"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Login to your server via ssh and run "'''asterisk -rx 'dialplan show mor_tests''''"
If you get something like this:
The correct output must look like this:


  [ Context 'mor_tests' created by 'pbx_config' ]
  [Mar 23 10:11:50] NOTICE[15897]: chan_sip.c:13885 handle_request_invite: Call from '456' to extension '*9901' rejected because extension not found.
  '*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.
Then:
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 ?
* 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

Latest revision as of 10:15, 23 March 2009

If you get something like this:

[Mar 23 10:11:50] NOTICE[15897]: chan_sip.c:13885 handle_request_invite: Call from '456' to extension '*9901' rejected because extension not found.

Then:

  • 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