From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41645 invoked by alias); 13 Sep 2016 14:50:09 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 41546 invoked by uid 89); 13 Sep 2016 14:50:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_05,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=everybody, nem, colon, waved X-HELO: mail-qk0-f175.google.com Received: from mail-qk0-f175.google.com (HELO mail-qk0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Sep 2016 14:50:02 +0000 Received: by mail-qk0-f175.google.com with SMTP id z190so167206039qkc.3 for ; Tue, 13 Sep 2016 07:50:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:content-transfer-encoding; bh=x1pofUBGvA9YmoKMTvnrCp9SudbcUXkylivXk6VeYXY=; b=QFanYZzQdu3j/s9jkyoBgWtP4j/u2PqvOBZTojrF7LdCCA4FxXsUBsd5KySVkKUUNG bIpAS/iWD44Q12OPfHHgTr/a4hjN8SZ9SNLzslBI8x52TaRT1FDxuqCgtxz250pqks4N X9vKib0PLPQn24gxED5KxpT8UdlOxaW1RdBG/If9XshPOXxTp7g+u6v/CGT2oCf35icX qnbo+PaL4fZFBxodBmMWFiznUjQt17e2wnhT1WCUGBuHDpQ1seN/R4gacLbYHVpi93Cx NNiCIE7BNb567dztGJ6ExE3kmvCJUxY39GWNBLznMffiTJQOVZtM0Kh0HelWWEk0EaLF b5mQ== X-Gm-Message-State: AE9vXwMYEi+DLbVdAlXu1mnKpe2MiQkoAmHMRpwkdD8wQKqxkAV3smxtZC84OuPLGLbWWkzaTedbQ5sVZHRL5w== X-Received: by 10.55.165.129 with SMTP id o123mr1563210qke.75.1473778200788; Tue, 13 Sep 2016 07:50:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.16.184 with HTTP; Tue, 13 Sep 2016 07:50:00 -0700 (PDT) From: Nem W Schlecht Date: Tue, 13 Sep 2016 16:31:00 -0000 Message-ID: Subject: Change in 'cygstart' functionality? To: The Cygwin Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00198.txt.bz2 Hello all, So, I used to be able to do this in Cygwin to open a chat session (in my case, With Skype for Business aka S4B): cygstart "sip:user@domain.com" But I noticed recently that this now fails with: Unable to start 'sip=EF=80=BAuser@domain.com': The specified file was n= ot found. I have no idea why the colon ":" is getting converted into an a UTF F038 character. I'm also unsure of when this stopped working, since I don't use it all that often. I thought maybe having some slashes would be required, so I tried: cygstart "sip:/user@domain.com" Error: Unable to start 'sip=EF=80=BA\user@domain.com': The specified file was = not found. And yes, I did cut-paste that and *yes* the direction of the slash *changed= *. With 2 slashes, a get an error in S4B that the address doesn't exist/is incorrect. With 3 slashes, a new chat window opens! But its with user "///user@domain" (ie - non-existant user). Is the way the SIP protocol needs to be called broken or did something change in Cygwin to require slashes as a part of cygstart? Any suggestions on this? Thanks everybody! --=20 Nem W Schlecht "Perl did the magic. I just waved the wand." -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple