mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 10:44:28 +00:00
Changed OSP TCP port from 1080 to 5045.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@274492 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -35,9 +35,9 @@
|
|||||||
;[default]
|
;[default]
|
||||||
;
|
;
|
||||||
; List all service points (OSP servers) for this provider.
|
; 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.
|
; Define the "source" device for requesting OSP authorization.
|
||||||
; This value is usually the domain name or IP address of the the Asterisk server.
|
; This value is usually the domain name or IP address of the the Asterisk server.
|
||||||
|
@@ -234,10 +234,10 @@ tokenformat=0
|
|||||||
[default]
|
[default]
|
||||||
;
|
;
|
||||||
; List all service points (OSP servers) for this provider. Use
|
; 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://osptestserver.transnexus.com:5045/osp
|
||||||
servicepoint=http://OSP server IP:1080/osp
|
servicepoint=http://OSP server IP:5045/osp
|
||||||
;
|
;
|
||||||
; Define the "source" device for requesting OSP authorization.
|
; Define the "source" device for requesting OSP authorization.
|
||||||
: This value is usually the domain name or IP address of the
|
: This value is usually the domain name or IP address of the
|
||||||
|
Reference in New Issue
Block a user