gcq1

Bronze Partner
Joined
Dec 11, 2009
Messages
60
Reaction score
11
Hi,

Is there an other way
whitout creating a new trunk​
or
without restoring a back-up​

to change the following outbound parameters
  • ContactUser
  • FromDisplayName
  • FromUserPart
  • RemotePartyIDCallingPartyUserPart
?
 
Export import or via API.
 
- import does create a new trunk (or am I missing something)
- api doc ?
 
I am using v20 on two pilot locations. I noticed that after upgrading to U4 the outbound parameters of the configured generic trunk are overwritten/changed.
Is this going to be like that after every upgrade or is there a way to prevent ?
 
I am using v20 on two pilot locations. I noticed that after upgrading to U4 the outbound parameters of the configured generic trunk are overwritten/changed.
Is this going to be like that after every upgrade or is there a way to prevent ?
I have no pbx where a already configured trunk changed anything after upgrade.
 
In the template :
XML:
      <field name="ParameterOut" custom="" parameter="RequestLineURIUser">$CalledNum</field>
      <field name="ParameterOut" custom="" parameter="RequestLineURIHost">$GWHostPort</field>
      <field name="ParameterOut" custom="" parameter="ContactUser">$OutboundCallerId</field>
      <field name="ParameterOut" custom="" parameter="ContactHost">$ContactUri</field>
      <field name="ParameterOut" custom="" parameter="ToDisplayName">$CalledName</field>
      <field name="ParameterOut" custom="" parameter="ToUserPart">$CalledNum</field>
      <field name="ParameterOut" custom="" parameter="ToHostPart">$GWHostPort</field>
      <field name="ParameterOut" custom="" parameter="FromDisplayName">$OutboundCallerId</field>
      <field name="ParameterOut" custom="" parameter="FromUserPart">$OutboundCallerId</field>
      <field name="ParameterOut" custom="" parameter="FromHostPart">$GWHostPort</field>
      <field name="ParameterOut" custom="" parameter="RemotePartyIDCallingPartyDisplayName">$OutboundCallerId</field>
      <field name="ParameterOut" custom="" parameter="RemotePartyIDCallingPartyUserPart">$OutboundCallerId</field>
      <field name="ParameterOut" custom="" parameter="RemotePartyIDCallingPartyHostPart">$GWHostPort</field>

after upgrade to U4 in the back-up :
XML:
<OutboundParam ParamName="RequestLineURIUser" ValueName="$CalledNum"/>
<OutboundParam ParamName="RequestLineURIHost" ValueName="$GWHostPort"/>
<OutboundParam ParamName="ContactUser" ValueName="$AuthID"/>
<OutboundParam ParamName="ContactHost" ValueName="$ContactUri"/>
<OutboundParam ParamName="ToDisplayName" ValueName="$CalledName"/>
<OutboundParam ParamName="ToUserPart" ValueName="$CalledNum"/>
<OutboundParam ParamName="ToHostPart" ValueName="$GWHostPort"/>
<OutboundParam ParamName="FromDisplayName" ValueName="$OriginatorCallerId"/>
<OutboundParam ParamName="FromUserPart" ValueName="$OriginatorCallerId"/>
<OutboundParam ParamName="FromHostPart" ValueName="$GWHostPort"/>
<OutboundParam ParamName="RemotePartyIDCallingPartyDisplayName" ValueName="$OutboundCallerId"/>
<OutboundParam ParamName="RemotePartyIDCallingPartyUserPart" ValueName="$OriginatorCallerId"/>
<OutboundParam ParamName="RemotePartyIDCallingPartyHostPart" ValueName="$GWHostPort"/>



I have no pbx where a already configured trunk changed anything after upgrade.
Generic trunks ?
 
Yes generic.
 
  • Like
Reactions: fxbastler

Latest Posts

Forum statistics

Threads
111,973
Messages
590,074
Members
164,893
Latest member
jbergeon