Changes

From SME Server
Jump to navigationJump to search
m
Line 138: Line 138:     
===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. 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.
+
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. Alternatively download the source file and extract it yourself (iaxmodem.fedora)
 
  #!/bin/sh
 
  #!/bin/sh
 
  # Startup script for iaxmodem
 
  # Startup script for iaxmodem
Line 210: Line 210:  
Don't forget to change the ownership and permissions if necessary
 
Don't forget to change the ownership and permissions if necessary
 
  chown root:root /etc/rc.d/init.d/iaxmodem
 
  chown root:root /etc/rc.d/init.d/iaxmodem
  chmod 644 /etc/rc.d/init.d/iaxmodem
+
  chmod 766 /etc/rc.d/init.d/iaxmodem
    
----
 
----
 
[[Category:Howto]]
 
[[Category:Howto]]
 
[[Category:Asterisk]]
 
[[Category:Asterisk]]

Navigation menu