nameserver_count property

  1. @UnsignedInt()
int nameserver_count
getter/setter pair

Number of nameservers. If no name server is configured, the SIP SRV resolution would be disabled, and domain will be resolved with standard pj_gethostbyname() function.

Implementation

@ffi.UnsignedInt()
external int nameserver_count;