TT#49150 Namespace binary names with ngcp-

Change-Id: I7dce985f6cfb6eefd03faefa0c7ccab2bc45e925
changes/75/26975/1
Guillem Jover 8 years ago
parent 23dedd4b0c
commit d448d106ad

@ -70,7 +70,7 @@ process:
kamailio:
running: [% (is_lb || is_proxy) && node_state == 'active' ? 'true' : 'false' %]
mediator:
ngcp-mediator:
running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %]
[% IF general.ngcp_type == 'spce' -%]
@ -85,7 +85,7 @@ process:
ngcp-witnessd:
running: true
rate-o-mat:
ngcp-rate-o-mat:
running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %]
rtpengine:

Loading…
Cancel
Save