|
Thursday, 23 August 2007 |
This Sailfin application is GUI frontend for the media mixer.
It provides web administration for the media mixer, allowing to create and delete conferences, participant invitation via clik-to-call and conference management (mutex and so own, still in development).
Also it handles SIP traffic, routing the incoming request and joining it to the conferences.
The integration with asterisk is *extremelly* simple, just create a sip peer in sip.conf:
[AS]
type=peer
context=default
host=192.168.1.4
port=5060
canreinvite=no
disallow=all
allow=ulaw
allow=alaw
allow=h263
allow=h263p
allow=h264
And add the extensions you want to redirect to the mcu in the extension.conf with:
exten => 300,1,Dial(SIP/AS,,)
Screensots
|
|
|