aboutsummaryrefslogtreecommitdiffstats
path: root/sip
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-11-28 12:20:44 +0100
committerOliver Smith <osmith@sysmocom.de>2019-11-28 12:20:44 +0100
commite25773980ba1bebd809bed41982e6f1da8aff1b9 (patch)
treef28422575badd6690e4c84ceec0f8905a945f8e8 /sip
parentc0c1aca92ed1817d571c317b04e47eb7dd3f8186 (diff)
sip: add osmo-sip-connector.cfg
Add config that works with SIP_Tests.default. Change-Id: I820a6573fafea9990eabcf40f1b7745558717cc7
Diffstat (limited to 'sip')
-rw-r--r--sip/osmo-sip-connector.cfg25
1 files changed, 25 insertions, 0 deletions
diff --git a/sip/osmo-sip-connector.cfg b/sip/osmo-sip-connector.cfg
new file mode 100644
index 00000000..59f89db6
--- /dev/null
+++ b/sip/osmo-sip-connector.cfg
@@ -0,0 +1,25 @@
+!
+! OsmoMNCC (1.1.0-dirty) configuration saved from vty
+!!
+!
+log stderr
+ logging filter all 1
+ logging color 1
+ logging print category 1
+ logging timestamp 1
+ logging print extended-timestamp 1
+ logging print file basename
+ logging level all debug
+!
+stats interval 5
+!
+line vty
+ no login
+ bind 127.0.0.1
+!
+sip
+ local 127.0.0.1 5060
+ remote 127.0.0.2 5060
+mncc
+ socket-path /tmp/mncc
+app