typedef enum nua_nw_detector_e {
NUA_NW_DETECT_NOTHING = 0,
NUA_NW_DETECT_ONLY_INFO,
- NUA_NW_DETECT_TRY_FULL,
+ NUA_NW_DETECT_TRY_FULL
} nua_nw_detector_t;
/** Events */
compatibility! */
nua_i_network_changed, /**< Local IP(v6) address has changed.
@NEW_1_12_2 */
- nua_i_register, /**< Incoming REGISTER. @NEW_1_12_4. */
+ nua_i_register /**< Incoming REGISTER. @NEW_1_12_4. */
} nua_event_t;
typedef struct event_s {
sip_method_subscribe, /**< SUBSCRIBE */
sip_method_notify, /**< NOTIFY */
sip_method_refer, /**< REFER */
- sip_method_publish, /**< PUBLISH */
+ sip_method_publish /**< PUBLISH */
} sip_method_t;
#define SIP_METHOD(s) sip_method_unknown, #s
#define SIP_DEFAULT_SERV "5060"
/** Default port for SIPS as integer */
- SIPS_DEFAULT_PORT = 5061,
+ SIPS_DEFAULT_PORT = 5061
#define SIPS_DEFAULT_PORT SIPS_DEFAULT_PORT
/** Default port for SIPS as string */
#define SIPS_DEFAULT_SERV "5061"