blob: 2f8b3080110c7ce19116dc1146c2ea98c23d64eb (
plain)
1
2
3
4
5
6
7
8
|
node 'freeswitch.h1.int.pdp7.net' {
class {'freeswitch':
freeswitch_password => lookup("freeswitch.password"),
freeswitch_address => 'stun:stun.freeswitch.org',
freeswitch_rtp_start_port => '20000',
freeswitch_rtp_end_port => '20010',
}
}
|