[asterisk-commits] kmoore: branch kmoore/pjsip_commands r395970 - /team/kmoore/pjsip_commands/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 1 10:19:45 CDT 2013


Author: kmoore
Date: Thu Aug  1 10:19:44 2013
New Revision: 395970

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395970
Log:
Final changes

Modified:
    team/kmoore/pjsip_commands/res/res_pjsip_notify.c
    team/kmoore/pjsip_commands/res/res_pjsip_outbound_registration.c

Modified: team/kmoore/pjsip_commands/res/res_pjsip_notify.c
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/pjsip_commands/res/res_pjsip_notify.c?view=diff&rev=395970&r1=395969&r2=395970
==============================================================================
--- team/kmoore/pjsip_commands/res/res_pjsip_notify.c (original)
+++ team/kmoore/pjsip_commands/res/res_pjsip_notify.c Thu Aug  1 10:19:44 2013
@@ -663,7 +663,7 @@
 	struct ast_variable *vars = astman_get_variables(m);
 
 	if (ast_strlen_zero(endpoint_name)) {
-		astman_send_error(s, m, "PJSIPNotify requires a endpoint name");
+		astman_send_error(s, m, "PJSIPNotify requires an endpoint name");
 		return 0;
 	}
 

Modified: team/kmoore/pjsip_commands/res/res_pjsip_outbound_registration.c
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/pjsip_commands/res/res_pjsip_outbound_registration.c?view=diff&rev=395970&r1=395969&r2=395970
==============================================================================
--- team/kmoore/pjsip_commands/res/res_pjsip_outbound_registration.c (original)
+++ team/kmoore/pjsip_commands/res/res_pjsip_outbound_registration.c Thu Aug  1 10:19:44 2013
@@ -98,7 +98,7 @@
 		<syntax>
 			<xi:include xpointer="xpointer(/docs/manager[@name='Login']/syntax/parameter[@name='ActionID'])" />
 			<parameter name="Registration" required="true">
-				<para>The registration to unregister.</para>
+				<para>The outbound registration to unregister.</para>
 			</parameter>
 		</syntax>
 	</manager>




More information about the asterisk-commits mailing list