From 0a2e17d30a5b038ce1752a496505a13e454135ae Mon Sep 17 00:00:00 2001 From: Alessio Garzi Date: Thu, 4 Feb 2021 12:24:48 +0100 Subject: [PATCH] TT#109304 Added locmap.yml to README Noticed that locmap.yml was not mentioned in the README. I added a brief description about it. Change-Id: I844784fc49227d2f04826ae6948c90e62060fb6b --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README b/README index dcf1d1b7..e3a73f82 100644 --- a/README +++ b/README @@ -413,6 +413,23 @@ testuser1003@spce.test: expires: 1977-07-26 23:47:37 +locmap.yml file syntax: +----------------------------- + +Kamailio proxy uses location mappings to act as a forking proxy +when a subscriber gets a call. +Kamailio proxy will cause Sems to generate new calls for each +registration related to the "location" endpoint. +SubscriberLocationMapping API will be consumed. + +testuser1003@spce.test: + - caller_pattern: .+ + callee_pattern: .+ + enabled: 1 + location: sip:testuser1004@spce.test + mode: add + + prefs.json file syntax: ----------------------