Difference between revisions of "Registration to Provider does not work"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'Things to check: 1. In sip.conf should be such line: [general] #exec /usr/local/mor/mor_ast_register SIP <br> 2. In asterisk.conf: execincludes = yes (not commented out!) …')
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Things to check:
Make sure password is correct. Also do not use weird characters int he password, such as / \ @
 
 
Things to check on MOR GUI:
 
1. In Provider settings (SETTINGS -> Billing -> Providers and click [[image:Icon_edit.png]] icon):
 
"Register:" option should be checked.
<br><br>
 
Things to check on Asterisk configuration files:


1. In sip.conf should be such line:
1. In sip.conf should be such line:
Line 25: Line 35:


<br>
<br>
5. When you click on Save device settings (update) you should see some action is Asterisk CLI.
5. If you are using several server system, then in '''/etc/asterisk/mor.conf''' make sure that '''server_id''' is equal to correct setting. More details [[Multi Server support| here]]
 
<br>
6. When you click on Save device settings (update) you should see some action is Asterisk CLI.


If you don't - make sure you have correctly configured SETTINGS - Asterisk Servers window.
If you don't - make sure you have correctly configured SETTINGS - Asterisk Servers window.
Line 32: Line 45:
= See also =
= See also =
* [[I have a problem with Registration]]
* [[I have a problem with Registration]]
* [[I HAVE A PROBLEM]]

Latest revision as of 10:00, 21 January 2021

Make sure password is correct. Also do not use weird characters int he password, such as / \ @


Things to check on MOR GUI:

1. In Provider settings (SETTINGS -> Billing -> Providers and click Icon edit.png icon):

"Register:" option should be checked.

Things to check on Asterisk configuration files:

1. In sip.conf should be such line:

[general]
#exec /usr/local/mor/mor_ast_register SIP


2. In asterisk.conf:

execincludes = yes (not commented out!)


3. Correct DB connection settings should be present in:

/var/lib/asterisk/agi-bin/mor.conf


4. If you have some registration info entered in your GUI, then executing such commands:

cd /usr/local/mor
./mor_ast_register SIP

Should show your register line(s).


5. If you are using several server system, then in /etc/asterisk/mor.conf make sure that server_id is equal to correct setting. More details here


6. When you click on Save device settings (update) you should see some action is Asterisk CLI.

If you don't - make sure you have correctly configured SETTINGS - Asterisk Servers window.



See also