From 6407062efc7ec84925ccc1a95ab2175b7bb7b22e Mon Sep 17 00:00:00 2001 From: djfiander Date: Sun, 30 Apr 2006 00:12:59 +0000 Subject: [PATCH] Change port for raw socket connection from 5300 (chosen at random by your's truly) to 6001, as per Envisionware email. --- SIPconfig.xml | 2 +- t/SIPtest.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.11.0