From 0fd7eafec00601a63f4f2a17aac03bc8d2097eee Mon Sep 17 00:00:00 2001 From: Wonko the Sane Date: Sat, 10 Jul 2021 15:25:41 +0100 Subject: [PATCH] refresh --- README.md | 5 +++++ sipproxy | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b64e969..5825a66 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,10 @@ will be created as conf/addressbook.conf; (Both of these files require editing, deal of effort has been put into using the right number words to enable the user to understand what is required, without competing with 'War & Peace'). +Note: +Microsoft Windows users will need to affix a '.py' file extension on to 'sipproxy', because +Windows uses the file extension to determine the action required to use the file. Linux does +not require a file extension, relying instead on file execute permissions and the shebang line +(#!/usr/bin/python or #!/usr/bin/env python). diff --git a/sipproxy b/sipproxy index be19efc..e369cba 100755 --- a/sipproxy +++ b/sipproxy @@ -1,5 +1,4 @@ #!/usr/bin/python3 -# -*- coding: utf-8 -*- #import sys first so that if we bale in the following try we can still exit clean. import sys