Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

exosip2_subscribe(3) [debian man page]

eXosip2 SUBSCRIBE and outgoing subscriptions(3) 		    libeXosip2			   eXosip2 SUBSCRIBE and outgoing subscriptions(3)

NAME
eXosip2 SUBSCRIBE and outgoing subscriptions - Enumerations enum eXosip_ss { EXOSIP_SUBCRSTATE_UNKNOWN, EXOSIP_SUBCRSTATE_PENDING, EXOSIP_SUBCRSTATE_ACTIVE, EXOSIP_SUBCRSTATE_TERMINATED } enum eXosip_ss_reason { DEACTIVATED, PROBATION, REJECTED, TIMEOUT, GIVEUP, NORESOURCE } enum eXosip_ss_status { EXOSIP_NOTIFY_UNKNOWN, EXOSIP_NOTIFY_PENDING, EXOSIP_NOTIFY_ONLINE, EXOSIP_NOTIFY_BUSY, EXOSIP_NOTIFY_BERIGHTBACK, EXOSIP_NOTIFY_AWAY, EXOSIP_NOTIFY_ONTHEPHONE, EXOSIP_NOTIFY_OUTTOLUNCH, EXOSIP_NOTIFY_CLOSED } Functions int eXosip_subscribe_build_initial_request (osip_message_t **subscribe, const char *to, const char *from, const char *route, const char *event, int expires) int eXosip_subscribe_send_initial_request (osip_message_t *subscribe) int eXosip_subscribe_build_refresh_request (int did, osip_message_t **sub) int eXosip_subscribe_send_refresh_request (int did, osip_message_t *sub) int eXosip_subscribe_remove (int did) Detailed Description Enumeration Type Documentation enum eXosip_ss Enumerator: EXOSIP_SUBCRSTATE_UNKNOWN unknown subscription-state EXOSIP_SUBCRSTATE_PENDING pending subscription-state EXOSIP_SUBCRSTATE_ACTIVE active subscription-state EXOSIP_SUBCRSTATE_TERMINATED terminated subscription-state enum eXosip_ss_reason Enumerator: DEACTIVATED deactivated for subscription-state PROBATION probation for subscription-state REJECTED rejected for subscription-state TIMEOUT timeout for subscription-state GIVEUP giveup for subscription-state NORESOURCE noresource for subscription-state enum eXosip_ss_status Enumerator: EXOSIP_NOTIFY_UNKNOWN unknown state for subscription EXOSIP_NOTIFY_PENDING subscription not yet accepted EXOSIP_NOTIFY_ONLINE online status EXOSIP_NOTIFY_BUSY busy status EXOSIP_NOTIFY_BERIGHTBACK be right back status EXOSIP_NOTIFY_AWAY away status EXOSIP_NOTIFY_ONTHEPHONE on the phone status EXOSIP_NOTIFY_OUTTOLUNCH out to lunch status EXOSIP_NOTIFY_CLOSED closed status Function Documentation int eXosip_subscribe_build_initial_request (osip_message_t **subscribe, const char *to, const char *from, const char *route, const char *event, intexpires) Build a default initial SUBSCRIBE request. Parameters: subscribe Pointer for the SIP request to build. to SIP url for callee. from SIP url for caller. route Route header for SUBSCRIBE. (optional) event Event header for SUBSCRIBE. expires Expires header for SUBSCRIBE. int eXosip_subscribe_send_initial_request (osip_message_t *subscribe) Send an initial SUBSCRIBE request. Parameters: subscribe SIP SUBSCRIBE message to send. int eXosip_subscribe_build_refresh_request (intdid, osip_message_t **sub) Build a default new SUBSCRIBE message. Parameters: did identifier of the subscription. sub Pointer for the SIP request to build. int eXosip_subscribe_send_refresh_request (intdid, osip_message_t *sub) Send a new SUBSCRIBE request. Parameters: did identifier of the subscription. sub SIP SUBSCRIBE message to send. int eXosip_subscribe_remove (intdid) Remove outgoing subscription context. Parameters: did identifier of the subscription. Author Generated automatically by Doxygen for libeXosip2 from the source code. Version 3.1.0 Sun Jun 24 2012 eXosip2 SUBSCRIBE and outgoing subscriptions(3)

Check Out this Related Man Page

PTS-SUBSCRIBE(1)					      General Commands Manual						  PTS-SUBSCRIBE(1)

NAME
pts-subscribe - time-limited subscription to the PTS SYNOPSIS
pts-subscribe [options] package pts-unsubscribe [options] package DESCRIPTION
pts-subscribe sends a subscription request for package to the Package Tracking System at pts@qa.debian.org, and cancels the subscription 30 days later. If called as pts-unsubscribe, send an unsubscription request for package to the Package Tracking System. This utility is useful if a developer has made an NMU and wants to track the package for a limited period of time. OPTIONS
--until time, -u time When at(1) should cancel the subscription. time must be specified using at's syntax. Default is 'now + 30 days'. This option will probably require quoting! --forever Don't cancel the subscription automatically. This can also be specified as --until forever. --help, -h Display a help message and exit successfully. --version Display version and copyright information and exit successfully. ENVIRONMENT VARIABLES
DEBEMAIL, EMAIL If one of these is set (with preference give to DEBEMAIL), then this will be used for the subscription address. If neither is set, then the email will be sent without a specified subscription address, and the email's From: line will be used to determine the sender's address. This will be determined by mail(1). CONFIGURATION VARIABLES
The two configuration files /etc/devscripts.conf and ~/.devscripts are sourced in that order to set configuration variables. Command line options can be used to override configuration file settings. Environment variable settings are ignored for this purpose. The currently recognised variables are: PTS_UNTIL Setting this is equivalent to giving a --until option. SEE ALSO
at(1), information about the Package Tracking System in the Developer's Reference at http://www.debian.org/doc/developers-refer- ence/resources.html#pkg-tracking-system AUTHOR
This program was written by Julian Gilbey <jdg@debian.org> based on a public domain prototype by Raphael Hertzog <hertzog@debian.org> and is copyright under the GPL, version 2 or later. DEBIAN
Debian Utilities PTS-SUBSCRIBE(1)
Man Page