[libpri-commits] mattf: branch mattf/libpri-1.4-ntptmp r950 - /team/mattf/libpri-1.4-ntptmp/
SVN commits to the libpri project
libpri-commits at lists.digium.com
Tue Jul 21 17:31:50 CDT 2009
Author: mattf
Date: Tue Jul 21 17:31:47 2009
New Revision: 950
URL: http://svn.asterisk.org/svn-view/libpri?view=rev&rev=950
Log:
As I was saying... :-) Make sure we send the remove message twice, as recommended by Q.921
Modified:
team/mattf/libpri-1.4-ntptmp/q921.c
Modified: team/mattf/libpri-1.4-ntptmp/q921.c
URL: http://svn.asterisk.org/svn-view/libpri/team/mattf/libpri-1.4-ntptmp/q921.c?view=diff&rev=950&r1=949&r2=950
==============================================================================
--- team/mattf/libpri-1.4-ntptmp/q921.c (original)
+++ team/mattf/libpri-1.4-ntptmp/q921.c Tue Jul 21 17:31:47 2009
@@ -1285,7 +1285,7 @@
pri_error(pri, "Sending TEI release, in order to re-establish TEI state\n");
- /* Q.931 says we should send the remove message twice, in case of link corruption */
+ /* Q.921 says we should send the remove message twice, in case of link corruption */
q921_send_tei(pri, Q921_TEI_IDENTITY_REMOVE, 0, h->h.tei, 1);
q921_send_tei(pri, Q921_TEI_IDENTITY_REMOVE, 0, h->h.tei, 1);
More information about the libpri-commits
mailing list