[Spce-user] Table provisioning.contracts does not exist

gh gh at heissa.de
Mon May 29 14:47:54 EDT 2017


Hi Alex,

B.T.W, in jssip-0.3.0.js i found an implementation of rewrite 
"From-Header" with from_display_name;

  // From
   if (params.from_display_name || params.from_display_name === 0) {
     from = '"' + params.from_display_name + '" ';
   } else if (ua.configuration.display_name) {
     from = '"' + ua.configuration.display_name + '" ';
   } else {
     from = '';
   }
   from += '<' + (params.from_uri || ua.configuration.uri) + '>;tag=';
   from += params.from_tag || JsSIP.Utils.newTag();
   this.from = new JsSIP.NameAddrHeader.parse(from);
   this.setHeader('from', from);


but not a replacement with peer_auth_name.

Could it be that the rewrite with peer_auth_name attribute is not 
implemented currently in sip:provider CE mr5.2.1?

see: [Spce-user] outbound_from_user setting in peering settings does not 
work as expected.

Cheers

Georg


On 29.05.2017 12:20, Alex Lutay wrote:
> On 05/29/2017 11:59 AM, gh wrote:




More information about the Spce-user mailing list