summaryrefslogtreecommitdiff
path: root/res/res_pjsip_messaging.c
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2013-12-13 21:35:50 +0000
committerJonathan Rose <jrose@digium.com>2013-12-13 21:35:50 +0000
commit661ac149115dd23c421c1445a1d07f92249db243 (patch)
treee0cd49eddf3bb6cf267c2b1895eb0adc4c387cf6 /res/res_pjsip_messaging.c
parentde4a18d1aa51ef1a06b23dd650542d13ce4b92b4 (diff)
documentation: Add PJSIP technology to messaging documentation
........ Merged revisions 403796 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403797 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_pjsip_messaging.c')
-rw-r--r--res/res_pjsip_messaging.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/res_pjsip_messaging.c b/res/res_pjsip_messaging.c
index 00923b23b..f5f419b1f 100644
--- a/res/res_pjsip_messaging.c
+++ b/res/res_pjsip_messaging.c
@@ -23,6 +23,16 @@
<support_level>core</support_level>
***/
+/*** DOCUMENTATION
+ <info name="PJSIPMessageFromInfo" language="en_US" tech="PJSIP">
+ <para>The <literal>from</literal> parameter can be a configured endpoint
+ or in the form of "display-name" &lt;URI&gt;.</para>
+ </info>
+ <info name="PJSIPMessageToInfo" language="en_US" tech="PJSIP">
+ <para>Specifying a prefix of <literal>pjsip:</literal> will send the
+ message as a SIP MESSAGE request.</para>
+ </info>
+ ***/
#include "asterisk.h"
#include "pjsua-lib/pjsua.h"