Difference between revisions of "206 server id is not set in mor.conf file"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
/etc/asterisk/[[mor.conf]] should have value:
/etc/asterisk/[[mor.conf]] should have the value:


server_id = X
server_id = X


Where X is unique number of the Asterisk server in your system.
where X is unique number of the Asterisk server in your system.


Starting from app_mor.so 0.7.4 this error code is not used because server_id = 1 if it is omitted in mor.conf
Starting from app_mor.so 0.7.4, this error code is not used because server_id = 1 if it is omitted in mor.conf.
 
 
<br><br>
----
See also:
* [[Hangupcause Codes]]
* [[mor.conf]]

Latest revision as of 22:58, 23 May 2010

/etc/asterisk/mor.conf should have the value:

server_id = X

where X is unique number of the Asterisk server in your system.

Starting from app_mor.so 0.7.4, this error code is not used because server_id = 1 if it is omitted in mor.conf.





See also: