Changes

From SME Server
Jump to navigationJump to search
m
Line 140: Line 140:     
===iaxmodem Startup Script===
 
===iaxmodem Startup Script===
The following is the code for the /etc/rc.d/init.d/iaxmodem script from the current iaxmodem-1.2.0.tar.gz source.
+
The following is the code for the /etc/rc.d/init.d/iaxmodem script from the current iaxmodem-1.2.0.tar.gz source. You will need to create this file and add the code below in order for iaxmodem to be automatically started as a service and controlled by the SME Server configuration database settings.
 
  #!/bin/sh
 
  #!/bin/sh
 
  # Startup script for iaxmodem
 
  # Startup script for iaxmodem
Line 210: Line 210:  
   
 
   
 
  exit $RETVAL
 
  exit $RETVAL
 
+
Don't forget to change the ownership and permissions if necessary
 +
chown root:root /etc/rc.d/init.d/iaxmodem
 +
chmod 644 /etc/rc.d/init.d/iaxmodem
    
----
 
----
 
[[Category:Howto]]
 
[[Category:Howto]]
 
[[Category:Asterisk]]
 
[[Category:Asterisk]]

Navigation menu