Skip to content

Commit

Permalink
fixes to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mark2600 committed Jul 24, 2015
1 parent 132a44b commit 2a0f191
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Symlink the Kazoo HAProxy configruation file

### Configure Kamailio

Update the following values in the /etc/kamailio/local.cfg file
Update the following values in the /etc/kazoo/kamailio/local.cfg file

*Server 1*
```
Expand Down Expand Up @@ -302,6 +302,7 @@ Start all services
# service kz-whistle_apps restart
# service kz-ecallmgr restart
# service kamailio restart
# service httpd restart
```

**Server 2**
Expand All @@ -320,6 +321,7 @@ Start all services
# service kz-whistle_apps restart
# service kz-ecallmgr restart
# service kamailio restart
# service httpd restart
```

Enable auto-startup for all services
Expand All @@ -334,6 +336,7 @@ Enable auto-startup for all services
# chkconfig kz-whistle_apps on
# chkconfig kamailio on
# chkconfig bigcouch on
# chkconfig httpd on
```

**Server 2**
Expand All @@ -352,6 +355,7 @@ Enable auto-startup for all services
# chkconfig kz-whistle_apps on
# chkconfig kamailio on
# chkconfig bigcouch on
# chkconfig httpd on
```

### Import media files
Expand All @@ -366,7 +370,7 @@ Enable auto-startup for all services
Add freeswitch node
*Server 1 and Server 3*
```
# sup -n ecallmgr_maintenance add_fs_node test2.cluster1.2600hz.com
# sup -n ecallmgr ecallmgr_maintenance add_fs_node freeswitch@test2.cluster1.2600hz.com
```

Add acl entries for SIP servers
Expand Down Expand Up @@ -424,6 +428,17 @@ Verify that the status shows nodes for BOTH Server 1 and Server 3
```
# sup crossbar_maintenance create_account {ACCT NAME} {REALM} {LOGIN} {PASSWORD}
```
### Load applications

*Server 1*
```
# sup crossbar_maintenance init_apps /var/www/html/monster-ui/apps/ http://192.168.1.100:8000/v2
```

*Server 3*
```
# sup crossbar_maintenance init_apps /var/www/html/monster-ui/apps/ http://192.168.1.102:8000/v2
```

## Notes / Credits

Expand Down

0 comments on commit 2a0f191

Please sign in to comment.