TT#8162 add source/destination_user_out fields for /api/calls

+also add missing lnp_prefix fields

Change-Id: I28952c7c1b6433074a1553bbe517437007d1bc5c
changes/09/12909/3
Rene Krenn 9 years ago
parent d54752a867
commit dde6aca03a

@ -189,6 +189,24 @@ has_field 'source_gpp9' => (
},
);
has_field 'source_lnp_prefix' => (
type => 'Text',
required => 1,
element_attr => {
rel => ['tooltip'],
title => ['LNP prefix for the calling peer from looking up the calling party.']
},
);
has_field 'source_user_out' => (
type => 'Text',
required => 1,
element_attr => {
rel => ['tooltip'],
title => ['Calling party username/number as it leaves the system, after applying called party\'s out rewrite rules.']
},
);
has_field 'destination_user_id' => (
type => 'Text',
required => 0,
@ -373,6 +391,24 @@ has_field 'destination_gpp9' => (
},
);
has_field 'destination_lnp_prefix' => (
type => 'Text',
required => 1,
element_attr => {
rel => ['tooltip'],
title => ['LNP prefix for the called party or it\'s destination peer.']
},
);
has_field 'destination_user_out' => (
type => 'Text',
required => 1,
element_attr => {
rel => ['tooltip'],
title => ['Called party username/number as it leaves the system, after applying called party\'s out rewrite rules.']
},
);
has_field 'peer_auth_user' => (
type => 'Text',
required => 0,

Loading…
Cancel
Save