[libpri-commits] rmudgett: branch rmudgett/deflection r1167 - /team/rmudgett/deflection/q931.c
SVN commits to the libpri project
libpri-commits at lists.digium.com
Fri Oct 9 13:55:32 CDT 2009
Author: rmudgett
Date: Fri Oct 9 13:55:28 2009
New Revision: 1167
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1167
Log:
Make DISCONNECT send any facility ie's that are queued for it.
Modified:
team/rmudgett/deflection/q931.c
Modified: team/rmudgett/deflection/q931.c
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/deflection/q931.c?view=diff&rev=1167&r1=1166&r2=1167
==============================================================================
--- team/rmudgett/deflection/q931.c (original)
+++ team/rmudgett/deflection/q931.c Fri Oct 9 13:55:28 2009
@@ -4126,7 +4126,7 @@
return send_message(ctrl, c, Q931_RESTART, restart_ies);
}
-static int disconnect_ies[] = { Q931_CAUSE, Q931_IE_USER_USER, -1 };
+static int disconnect_ies[] = { Q931_CAUSE, Q931_IE_FACILITY, Q931_IE_USER_USER, -1 };
int q931_disconnect(struct pri *ctrl, q931_call *c, int cause)
{
More information about the libpri-commits
mailing list