Asynchronous resolver for SIP. More...
#include <sofia-sip/su_types.h>
#include <sofia-sip/su_addrinfo.h>
#include <sofia-sip/url.h>
#include <sofia-resolv/sres.h>
Go to the source code of this file.
Defines | |
#define | SOFIA_SIP_SRES_SIP_H |
Defined when <sofia-sip/sres_sip.h> has been included. | |
#define | SRES_SIP_MAGIC_T |
Default type of application context for NTA resolver. | |
Typedefs | |
typedef SRES_SIP_MAGIC_T | sres_sip_magic_t |
Application context for NTA resolver. | |
Functions | |
sres_sip_t * | sres_sip_new (sres_resolver_t *sres, url_string_t const *url, su_addrinfo_t const *hints, int naptr, int srv, sres_sip_notify_f *callback, sres_sip_magic_t *magic) |
Resolve a SIP uri. | |
int | sres_sip_next_step (sres_sip_t *nr) |
Take next step in resolving process. |
Asynchronous resolver for SIP.
#define SOFIA_SIP_SRES_SIP_H |
Defined when <sofia-sip/sres_sip.h> has been included.
#define SRES_SIP_MAGIC_T |
Default type of application context for NTA resolver.
Application may define this to appropriate type before including <sofia-sip/sres_sip.h>.
typedef SRES_SIP_MAGIC_T sres_sip_magic_t |
Application context for NTA resolver.
int sres_sip_next_step | ( | sres_sip_t * | srs | ) |
Take next step in resolving process.
1 | if there is more steps left | |
0 | if resolving process is complete |