blob: dc3ada1abff4c88dedfdfa071d18c41d4bfcc0b6 [file] [log] [blame]
Neels Hofmeyrcbdd7182019-03-04 00:39:32 +01001${include(common_template_warning)}
2mgcp
3 domain msc
4 bind ip ${MGW4MSC_IP}
5 bind port ${MGW4MSC_PORT}
6 rtp net-range 50004 60000
7 number endpoints 1024
8line vty
9 bind ${MGW4MSC_VTY_IP}
10
11${foreach(LOG_OUTPUT)}
12log ${LOG_OUTPUTn_TYPE}
13${include(common_logging)}
14 logging level rtp info
15 logging level lmgcp info
16${foreach_end}