Module: sip-router Branch: master Commit: e032a85cb2917dcb3dceff6f177f791d181dd803 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e032a85c...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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 } };