From d6a70b619cbe4cd5af844d6cf40e25eea8488e48 Mon Sep 17 00:00:00 2001 From: TransNexus OSP Development Date: Wed, 7 Jul 2010 07:07:08 +0000 Subject: [PATCH] Changed OSP TCP port from 1080 to 5045. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@274492 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/osp.conf.sample | 4 ++-- doc/osp.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/osp.conf.sample b/configs/osp.conf.sample index c1d5d32cba..980ceae50b 100644 --- a/configs/osp.conf.sample +++ b/configs/osp.conf.sample @@ -35,9 +35,9 @@ ;[default] ; ; List all service points (OSP servers) for this provider. -; Use either domain name or IP address. Most OSP servers use port 1080. +; Use either domain name or IP address. Most OSP servers use port 5045. ; -;servicepoint=http://osptestserver.transnexus.com:1080/osp +;servicepoint=http://osptestserver.transnexus.com:5045/osp ; ; Define the "source" device for requesting OSP authorization. ; This value is usually the domain name or IP address of the the Asterisk server. diff --git a/doc/osp.txt b/doc/osp.txt index a0cd429681..9d059f0178 100644 --- a/doc/osp.txt +++ b/doc/osp.txt @@ -234,10 +234,10 @@ tokenformat=0 [default] ; ; List all service points (OSP servers) for this provider. Use -; either domain name or IP address. Most OSP servers use port 1080. +; either domain name or IP address. Most OSP servers use port 5045. ; -;servicepoint=http://osptestserver.transnexus.com:1080/osp -servicepoint=http://OSP server IP:1080/osp +;servicepoint=http://osptestserver.transnexus.com:5045/osp +servicepoint=http://OSP server IP:5045/osp ; ; Define the "source" device for requesting OSP authorization. : This value is usually the domain name or IP address of the -- 2.47.2