Thu Jul 9 13:40:36 2009

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 
00048 #define JINGLE_SID "sid"
00049 #define GOOGLE_SID "id"
00050 
00051 #define JINGLE_INITIATE "session-initiate"
00052 
00053 #define JINGLE_ACCEPT "session-accept"
00054 #define GOOGLE_ACCEPT "accept"
00055 
00056 #define JINGLE_NEGOTIATE "transport-info"
00057 #define GOOGLE_NEGOTIATE "candidates"
00058 
00059 #define JINGLE_INFO "session-info"
00060 #define JINGLE_TERMINATE "session-terminate"
00061 
00062 #endif

Generated on Thu Jul 9 13:40:36 2009 for Asterisk - the Open Source PBX by  doxygen 1.4.7