- Joined
- Aug 3, 2009
- Messages
- 32
- Reaction score
- 1
Morning everyone, hope you're all well.
Got our deployment strategy working sweetly but I need to set the Transport Protocol in the Trunk->Options section from UDP to TCP but this has to be done within the setupconfig.xml deployment.
Changing it within the GUI works but this is an additional step that I don't need if it can be changed as part of the setup.
Exporting the trunk's config gives;
<field name="TransportRestriction">UDP</field>
but if I use this variable in setupconfig.xml in the <siptrunk> section like;
<TransportRestriction>TCP</TransportRestriction>
It ignores it and sets it to UDP anyway.
What variable name should be used to set the transport to TCP ?
(using GenericVoIPProvider.pv.xml as the template with the newest release downloaded direct from 3CX)
TIA.
Got our deployment strategy working sweetly but I need to set the Transport Protocol in the Trunk->Options section from UDP to TCP but this has to be done within the setupconfig.xml deployment.
Changing it within the GUI works but this is an additional step that I don't need if it can be changed as part of the setup.
Exporting the trunk's config gives;
<field name="TransportRestriction">UDP</field>
but if I use this variable in setupconfig.xml in the <siptrunk> section like;
<TransportRestriction>TCP</TransportRestriction>
It ignores it and sets it to UDP anyway.
What variable name should be used to set the transport to TCP ?
(using GenericVoIPProvider.pv.xml as the template with the newest release downloaded direct from 3CX)
TIA.
Last edited: