[sr-dev] git:alexh/master: modules/tm: Make 487 a prioritized reply code too

Alex Hermann alex at speakup.nl
Mon Aug 8 11:11:06 CEST 2011


Module: sip-router
Branch: alexh/master
Commit: b668c7f441df0c3de4ffcd6e96e6232059591239
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b668c7f441df0c3de4ffcd6e96e6232059591239

Author: Alex Hermann <alex at speakup.nl>
Committer: Alex Hermann <alex at speakup.nl>
Date:   Tue Jul 19 12:27:04 2011 +0200

modules/tm: Make 487 a prioritized reply code too

---

 modules/tm/t_reply.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/tm/t_reply.c b/modules/tm/t_reply.c
index 4b9c581..8f31688 100644
--- a/modules/tm/t_reply.c
+++ b/modules/tm/t_reply.c
@@ -998,6 +998,7 @@ inline static short int get_4xx_prio(unsigned char xx)
 		case 15:
 		case 20:
 		case 84:
+		case 87:
 			return xx;
 			break;
 	}




More information about the sr-dev mailing list