From d5b6b7071011edc306fed2bc12e84239ecd6f17f Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 27 Aug 2021 15:01:52 +0000 Subject: [PATCH] change default pjsip.conf to bind to port 5061 git-svn-id: svn://192.168.202.10@3506 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/conf_examples/pjsip.conf.sample-16 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf_examples/pjsip.conf.sample-16 b/docs/conf_examples/pjsip.conf.sample-16 index 2e08a580..58811a4f 100644 --- a/docs/conf_examples/pjsip.conf.sample-16 +++ b/docs/conf_examples/pjsip.conf.sample-16 @@ -28,7 +28,7 @@ user_agent = Asterisk [transport-udp] type = transport protocol = udp -bind = 0.0.0.0:5060 +bind = 0.0.0.0:5061 external_media_address = 190.124.44.160 external_signaling_address = 190.124.44.160 local_net = 192.168.0.0/255.255.0.0