Hi Kevin,
There is not too much docs about it.
May be because it is pretty straightforward.
Just go to the appropriate app in Monster/KazooUI,
choose PBX type, create trunk and use realm, login, password to
connect your PBX.
Since you've got one server install, you don't need to do some
additional configs.
In case you'll be using several kamailio/FS installations, your PBX
should be aware that incoming calls could come in from different IPs
You can use this screencast to connect FreePBX
https://www.youtube.com/watch?v=j3yaj1jvbzc
It is not for Monster/KazooUI, but FreePBX part could be usefull.
If you are looking to connect FS try to use the next gateway config:
(we do not have FSs connected to our trunks in production, but there
was a question a day ago and this is what came into my head and it
worked in tests)
<gateway name="telbiz">
<param name="username" value="telbiz"/>
<param name="realm" value="
office.sip.tld.su"/>
<param name="from-user" value="telbiz"/>
<param name="from-domain" value="
office.sip.tld.su"/>
<param name="password" value="gfdgdzbdfbdfr2"/>
<param name="expire-seconds" value="360"/>
<param name="register" value="true"/>
<param name="register-transport" value="udp"/>
<param name="retry-seconds" value="30"/>
<param name="ping" value="25"/>
</gateway>
And don't forget to add Kazoo IPs to FS acls
Regards,
Kirill