[libpri-commits] dhubbard: branch dhubbard/bbfcfm r1058 - /team/dhubbard/bbfcfm/q931.c

SVN commits to the libpri project libpri-commits at lists.digium.com
Tue Sep 1 14:07:43 CDT 2009


Author: dhubbard
Date: Tue Sep  1 14:07:40 2009
New Revision: 1058

URL: http://svn.asterisk.org/svn-view/libpri?view=rev&rev=1058
Log:
changes to address rmudgett's reviewboard (https://reviewboard.asterisk.org/r/347/) suggestion

Modified:
    team/dhubbard/bbfcfm/q931.c

Modified: team/dhubbard/bbfcfm/q931.c
URL: http://svn.asterisk.org/svn-view/libpri/team/dhubbard/bbfcfm/q931.c?view=diff&rev=1058&r1=1057&r2=1058
==============================================================================
--- team/dhubbard/bbfcfm/q931.c (original)
+++ team/dhubbard/bbfcfm/q931.c Tue Sep  1 14:07:40 2009
@@ -99,8 +99,8 @@
 };
 
 struct msgtype national_maintenance_msgs[] = {
-	{ NATIONAL_SERVICE, "CONNECT", { Q931_CHANNEL_IDENT } },
-	{ NATIONAL_SERVICE_ACKNOWLEDGE, "CONNECT ACKNOWLEDGE", { Q931_CHANNEL_IDENT } },
+	{ NATIONAL_SERVICE, "SERVICE", { Q931_CHANNEL_IDENT } },
+	{ NATIONAL_SERVICE_ACKNOWLEDGE, "SERVICE ACKNOWLEDGE", { Q931_CHANNEL_IDENT } },
 };
 static int post_handle_maintenance_message(struct pri *ctrl, int protodisc, struct q931_mh *mh, struct q931_call *c);
 




More information about the libpri-commits mailing list