Guest User

Untitled

a guest
Oct 29th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. this.ua = new SIP.UA({
  2.  
  3. // User Configurable Options
  4. uri: this.options.ua.uri,
  5. authorizationUser: this.options.ua.authorizationUser,
  6. password: this.options.ua.password,
  7. displayName: this.options.ua.displayName,
  8. // Undocumented "Advanced" Options
  9. userAgentString: this.options.ua.userAgentString,
  10. // Fixed Options
  11. register: true,
  12. sessionDescriptionHandlerFactoryOptions: sessionDescriptionHandlerFactoryOptions,
  13. transportOptions: {
  14. traceSip: this.options.ua.traceSip,
  15. wsServers: this.options.ua.wsServers
  16. }
Add Comment
Please, Sign In to add comment