pjsip logo pjsip.org
Open source SIP stack and media stack for presence, im/instant messaging, and multimedia communication

HOME

SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port

FAQ

Documentation

Licensing

Download

Development (Trac)

Projects using pjsip

Mailing List

Open Source Links


About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono
<bennylp@pjsip.org>


 

Home --> Documentations --> PJSIP Reference

pjsip_server_addresses Struct Reference
[SIP SRV Server Resolution (RFC 3263 - Locating SIP Servers)]

#include <sip_resolve.h>


Detailed Description

The server addresses returned by the resolver.

Data Fields

unsigned count
struct {
   pjsip_transport_type_e   type
   unsigned   priority
   unsigned   weight
   pj_sockaddr   addr
   int   addr_len
entry [PJSIP_MAX_RESOLVED_ADDRESSES]

Field Documentation

Number of address records.

Preferable transport to be used to contact this address.

Server priority (the lower the higher the priority).

Server weight (the higher the more load it can handle).

struct { ... } pjsip_server_addresses::entry[PJSIP_MAX_RESOLVED_ADDRESSES]

Address records.


The documentation for this struct was generated from the following file:

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
(C)2003-2008 Benny Prijono