[asterisk-commits] kharwell: branch kharwell/pimp_sip_qualify r391754 - /team/kharwell/pimp_sip_...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 13 17:46:44 CDT 2013
Author: kharwell
Date: Thu Jun 13 17:46:43 2013
New Revision: 391754
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=391754
Log:
updated docs
Modified:
team/kharwell/pimp_sip_qualify/res/res_sip.c
Modified: team/kharwell/pimp_sip_qualify/res/res_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/kharwell/pimp_sip_qualify/res/res_sip.c?view=diff&rev=391754&r1=391753&r2=391754
==============================================================================
--- team/kharwell/pimp_sip_qualify/res/res_sip.c (original)
+++ team/kharwell/pimp_sip_qualify/res/res_sip.c Thu Jun 13 17:46:43 2013
@@ -53,7 +53,7 @@
It contains the core SIP related options only, endpoints are <emphasis>NOT</emphasis>
dialable entries of their own. Communication with another SIP device is
accomplished via Addresses of Record (AoRs) which have one or more
- contacts assicated with them. Endpoints <emphasis>NOT</emphasis> configured to
+ contacts assicated with them. Endpoints <emphasis>NOT</emphasis> configured to
use a <literal>transport</literal> will default to first transport found
in <filename>res_sip.conf</filename> that matches its type.
</para>
@@ -536,8 +536,10 @@
<configOption name="status">
<synopsis>A contact's status</synopsis>
<description><para>
- Maintains the current status for a contact. Valid values are
- AVAILABLE or UNAVAILABLE.
+ <enumlist>
+ <enum name="AVAILABLE" />
+ <enum name="UNAVAILABLE" />
+ </enumlist>
</para></description>
</configOption>
<configOption name="rtt">
@@ -1179,7 +1181,7 @@
pj_str_t hdr_name;
pj_str_t hdr_value;
pjsip_generic_string_hdr *hdr;
-
+
pj_cstr(&hdr_name, name);
pj_cstr(&hdr_value, value);
@@ -1198,7 +1200,7 @@
pj_cstr(&type, body->type);
pj_cstr(&subtype, body->subtype);
pj_cstr(&body_text, body->body_text);
-
+
return pjsip_msg_body_create(pool, &type, &subtype, &body_text);
}
More information about the asterisk-commits
mailing list