[thirdparty-commits] rmudgett: mISDNuser/trunk r201 -	/mISDNuser/trunk/i4lnet/net_l3.c
    SVN commits to the Digium third-party software repository 
    thirdparty-commits at lists.digium.com
       
    Fri May 10 16:34:07 CDT 2013
    
    
  
Author: rmudgett
Date: Fri May 10 16:34:06 2013
New Revision: 201
URL: http://svnview.digium.com/svn/thirdparty?view=rev&rev=201
Log:
Allow mISDNuser to send PROGRESS messsage.
* Fixed net_l3.c to use the correct message type when sending a PROGRESS
message.
(issue AST-1153)
Reported by: Guenther Kelleter
Patches:
      progress-misdnuser.diff (license #6372) patch uploaded by Guenther Kelleter
Modified:
    mISDNuser/trunk/i4lnet/net_l3.c
Modified: mISDNuser/trunk/i4lnet/net_l3.c
URL: http://svnview.digium.com/svn/thirdparty/mISDNuser/trunk/i4lnet/net_l3.c?view=diff&rev=201&r1=200&r2=201
==============================================================================
--- mISDNuser/trunk/i4lnet/net_l3.c (original)
+++ mISDNuser/trunk/i4lnet/net_l3.c Fri May 10 16:34:06 2013
@@ -2064,7 +2064,7 @@
 	PROGRESS_t *prog = arg;
 
 	if (prog) {
-		MsgStart(pc, MT_INFORMATION);
+		MsgStart(pc, MT_PROGRESS);
 		if (prog->BEARER)
 			AddvarIE(pc, IE_BEARER, prog->BEARER);
 		if (prog->CAUSE)
    
    
More information about the thirdparty-commits
mailing list