From: djfiander Date: Sun, 30 Apr 2006 00:12:59 +0000 (+0000) Subject: Change port for raw socket connection from 5300 (chosen at random X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6407062efc7ec84925ccc1a95ab2175b7bb7b22e;p=SIPServer.git Change port for raw socket connection from 5300 (chosen at random by your's truly) to 6001, as per Envisionware email. --- diff --git a/SIPconfig.xml b/SIPconfig.xml index 2bc6de4..cb97e9b 100644 --- a/SIPconfig.xml +++ b/SIPconfig.xml @@ -15,7 +15,7 @@ timeout="60" /> diff --git a/t/SIPtest.pm b/t/SIPtest.pm index bdfb853..acd774b 100644 --- a/t/SIPtest.pm +++ b/t/SIPtest.pm @@ -145,7 +145,7 @@ sub run_sip_tests { $Sip::error_detection = 1; $/ = "\r"; - $sock = new IO::Socket::INET(PeerAddr => 'localhost:5300', + $sock = new IO::Socket::INET(PeerAddr => 'localhost:6001', Type => SOCK_STREAM); BAIL_OUT('failed to create connection to server') unless $sock;