[sr-dev] git:master: pv: return of urn schema for $rz if it is the case
Daniel-Constantin Mierla
miconda at gmail.com
Wed Feb 8 10:25:25 CET 2012
Module: sip-router
Branch: master
Commit: e032a85cb2917dcb3dceff6f177f791d181dd803
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e032a85cb2917dcb3dceff6f177f791d181dd803
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: Wed Feb 8 10:21:56 2012 +0100
pv: return of urn schema for $rz if it is the case
- patch by Wolfgang Kampichler, FS#201
---
modules_k/pv/pv_core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules_k/pv/pv_core.c b/modules_k/pv/pv_core.c
index edfacad..1edaa77 100644
--- a/modules_k/pv/pv_core.c
+++ b/modules_k/pv/pv_core.c
@@ -57,6 +57,7 @@ static str pv_uri_scheme[] = {
{ "sips", 4 },
{ "tel", 3 },
{ "tels", 4 },
+ { "urn", 3 },
{ 0, 0 }
};
More information about the sr-dev
mailing list