Changes between Version 13 and Version 14 of sysadminSIPServerConfiguration
- Timestamp:
- Jun 19, 2009, 4:34:10 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sysadminSIPServerConfiguration
v13 v14 99 99 '''NOTE''': make sure you change all instances of "institiution id=" to match the institution attribute in <login>. In this case, you'd change them all to "conifer". 100 100 101 Edit iptables to open ports 8080 and 8023:101 Edit iptables to [sysadminIptables#sip open ports 8080 and 8023]. 102 102 103 103 ---- … … 243 243 # VIEW_USER_FINES_SUMMARY 244 244 # VIEW_USER_TRANSACTIONS 245 # 245 246 # Add the user you deliniated in oils_sip.xml <accounts></accounts> to the SIP group. 247 # 248 # Open ports 8080, 8023 249 # 246 250 # running / stopping the server: 247 251 … … 249 253 $ oils_ctl.sh -d /openils/var/run/ -s /openils/conf/oils_sip.xml -a [start|stop|restart]_sip 250 254 255 #check that it all works: 256 257 $ telnet 8080 251 258 252 259 ################################################################