Sat Mar 10 01:54:19 2012

Asterisk developer's documentation


jingle.h

Go to the documentation of this file.
00001 /*
00002  * Asterisk -- An open source telephony toolkit.
00003  *
00004  * Copyright (C) 1999 - 2005, Digium, Inc.
00005  *
00006  * Matt O'Gorman <mogorman@digium.com>
00007  *
00008  * See http://www.asterisk.org for more information about
00009  * the Asterisk project. Please do not directly contact
00010  * any of the maintainers of this project for assistance;
00011  * the project provides a web site, mailing lists and IRC
00012  * channels for your use.
00013  *
00014  * This program is free software, distributed under the terms of
00015  * the GNU General Public License Version 2. See the LICENSE file
00016  * at the top of the source tree.
00017  */
00018 
00019 /*! \file
00020  * \brief Jingle definitions for chan_jingle
00021  *
00022  * \ref chan_jingle.c
00023  *
00024  * \author Matt O'Gorman <mogorman@digium.com>
00025  */
00026 
00027 
00028 #ifndef _ASTERISK_JINGLE_H
00029 #define _ASTERISK_JINGLE_H
00030 
00031 #include <iksemel.h>
00032 #include "asterisk/astobj.h"
00033 
00034 
00035 /* Jingle Constants */
00036 
00037 #define JINGLE_NODE "jingle"
00038 #define GOOGLE_NODE "session"
00039 
00040 #define JINGLE_NS "urn:xmpp:tmp:jingle"
00041 #define JINGLE_AUDIO_RTP_NS "urn:xmpp:tmp:jingle:apps:audio-rtp"
00042 #define JINGLE_VIDEO_RTP_NS "urn:xmpp:tmp:jingle:apps:video"
00043 #define JINGLE_ICE_UDP_NS "urn:xmpp:tmp:jingle:transports:ice-udp"
00044 #define JINGLE_DTMF_NS "urn:xmpp:tmp:jingle:dtmf"
00045 
00046 #define GOOGLE_NS "http://www.google.com/session"
00047 #define GOOGLE_JINGLE_NS "urn:xmpp:jingle:1"
00048 #define GOOGLE_AUDIO_NS "http://www.google.com/session/phone"
00049 #define GOOGLE_VIDEO_NS "http://www.google.com/session/video"
00050 #define GOOGLE_TRANSPORT_NS "http://www.google.com/transport/p2p"
00051 
00052 #define JINGLE_SID "sid"
00053 #define GOOGLE_SID "id"
00054 
00055 #define JINGLE_INITIATE "session-initiate"
00056 
00057 #define JINGLE_ACCEPT "session-accept"
00058 #define GOOGLE_ACCEPT "accept"
00059 
00060 #define JINGLE_NEGOTIATE "transport-info"
00061 #define GOOGLE_NEGOTIATE "candidates"
00062 
00063 #define JINGLE_INFO "session-info"
00064 #define JINGLE_TERMINATE "session-terminate"
00065 
00066 #endif

Generated on Sat Mar 10 01:54:19 2012 for Asterisk - The Open Source Telephony Project by  doxygen 1.4.7