Mon Mar 12 2012 21:47:58

Asterisk developer's documentation


cfsubscription_types Struct Reference

Subscription types that we support. We support. More...

Data Fields

const char *const event
const char *const mediatype
const char *const text
enum subscriptiontype type

Detailed Description

Subscription types that we support. We support.

  • dialoginfo updates (really device status, not dialog info as was the original intent of the standard)
  • SIMPLE presence used for device status
  • Voicemail notification subscriptions

Definition at line 603 of file chan_sip.c.


Field Documentation

const char* const event

Definition at line 605 of file chan_sip.c.

Referenced by transmit_state_notify().

const char* const mediatype

Definition at line 606 of file chan_sip.c.

Referenced by transmit_state_notify().

const char* const text

Definition at line 607 of file chan_sip.c.

Referenced by subscription_type2str().

enum subscriptiontype type

Definition at line 604 of file chan_sip.c.


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