2017-05-22 10:31:50 -06:00
|
|
|
blade:
|
|
|
|
{
|
2017-05-30 10:51:15 -06:00
|
|
|
master:
|
|
|
|
{
|
|
|
|
enabled = true;
|
|
|
|
nodeid = "00000000-0000-0000-0000-000000000000";
|
2017-09-07 06:44:16 -06:00
|
|
|
realms = ( "freeswitch" );
|
2017-05-30 10:51:15 -06:00
|
|
|
};
|
2017-05-30 12:48:34 -05:00
|
|
|
transport:
|
|
|
|
{
|
|
|
|
wss:
|
|
|
|
{
|
|
|
|
endpoints:
|
|
|
|
{
|
|
|
|
ipv4 = ( { address = "0.0.0.0", port = 2100 } );
|
2017-09-07 06:44:16 -06:00
|
|
|
ipv6 = ( { address = "::", port = 2100 } );
|
|
|
|
backlog = 128;
|
|
|
|
ssl:
|
|
|
|
{
|
|
|
|
key = "../test/ca/intermediate/private/master@freeswitch-downstream.key.pem";
|
|
|
|
cert = "../test/ca/intermediate/certs/master@freeswitch-downstream.cert.pem";
|
|
|
|
chain = "../test/ca/intermediate/certs/ca-chain.cert.pem";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2017-05-30 12:48:34 -05:00
|
|
|
};
|
2017-05-22 10:31:50 -06:00
|
|
|
};
|