MT#4017 Use shared line creds for SLA line.

agranig/rest
Andreas Granig 12 years ago
parent 2ee40a3a6c
commit 4848178978

@ -41,15 +41,9 @@
<Extension_[% key %]_>[% key %]</Extension_[% key %]_>
<Register_[% key %]_>Yes</Register_[% key %]_>
<Use_DNS_SRV_[% key %]_>No</Use_DNS_SRV_[% key %]_>
[% IF line.type == "private" -%]
<User_ID_[% key %]_>[% line.username %]</User_ID_[% key %]_>
<Password_[% key %]_>[% line.password %]</Password_[% key %]_>
<Proxy_[% key %]_>[% line.domain %]</Proxy_[% key %]_>
[% ELSE -%]
<User_ID_[% key %]_>[% sla.username %]</User_ID_[% key %]_>
<Password_[% key %]_>[% sla.password %]</Password_[% key %]_>
<Proxy_[% key %]_>[% sla.domain %]</Proxy_[% key %]_>
[% END -%]
<User_ID_[% key %]_>[% line.username %]</User_ID_[% key %]_>
<Password_[% key %]_>[% line.password %]</Password_[% key %]_>
<Proxy_[% key %]_>[% line.domain %]</Proxy_[% key %]_>
<Use_Auth_ID_[% key %]_></Use_Auth_ID_[% key %]_>
<Auth_ID_[% key %]_></Auth_ID_[% key %]_>
[% ELSE -%]

Loading…
Cancel
Save