Skip to content

Commit

Permalink
remove register template
Browse files Browse the repository at this point in the history
  • Loading branch information
mwolff44 committed Sep 5, 2024
1 parent bf4c466 commit 28492c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sip/adistav2/endpoint/body.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"label": "{{ label }}",
"name": "adista_trunk_{{ tenant_uuid }}_{{ suffix }}",
"transport": {"uuid": "{{ transport_uuid }}"},
"templates": [{"uuid": "{{ global_sip_template_uuid }}"}, {"uuid":"{{ registration_trunk_sip_template_uuid }}"}],
"templates": [{"uuid": "{{ global_sip_template_uuid }}"}],
"endpoint_section_options": [
["set_var", "PJSIP_HEADER(add,P-Charge-Info)={{ client_ref }}"],
["identify_by", "header"],
Expand Down

0 comments on commit 28492c1

Please sign in to comment.