freeswitch/libs/libblade/switchblade/switchblade.cfg

19 lines
390 B
INI
Raw Normal View History

blade:
{
identity = "master1@yourdomain.com";
wss:
{
endpoints:
{
ipv4 = ( { address = "0.0.0.0", port = 2100 } );
ipv6 = ( { address = "::", port = 2100 } );
backlog = 128;
};
# SSL group is optional, disabled when absent
ssl:
{
# todo: server SSL stuffs here
};
};
};