Merge "res_pjsip_messaging: Check URI type before dereferencing"

This commit is contained in:
zuul
2017-03-22 12:36:43 -05:00
committed by Gerrit Code Review
2 changed files with 13 additions and 3 deletions

View File

@@ -125,8 +125,10 @@
</parameter>
<parameter name="from" required="false">
<para>A From URI for the message if needed for the
message technology being used to send this message.</para>
<xi:include xpointer="xpointer(/docs/info[@name='MessageFromInfo'])" />
message technology being used to send this message. This can be a
SIP(S) URI, such as <literal>Alice &lt;sip:alice@atlanta.com&gt;</literal>,
a string in the format <literal>alice@atlanta.com</literal>, or simply
a username such as <literal>alice</literal>.</para>
</parameter>
</syntax>
<description>