Module: sip-router
Branch: alexh/master
Commit: b668c7f441df0c3de4ffcd6e96e6232059591239
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b668c7f…
Author: Alex Hermann <alex(a)speakup.nl>
Committer: Alex Hermann <alex(a)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;
}