From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-fx0-f42.google.com (mail-fx0-f42.google.com [209.85.161.42]) by speech.braille.uwo.ca (Postfix) with ESMTP id BC1FBC1A320 for ; Sun, 30 Jan 2011 00:25:39 -0500 (EST) Received: by fxm11 with SMTP id 11so4773712fxm.29 for ; Sat, 29 Jan 2011 21:23:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=PVRQb51DpEUZtpB/sCVkFvMMYqvHyT5d6PLNUgdUQZA=; b=IbH+quh2bVHtHvQ2PpxrIe6w3NNtFvTzBw/2R4dcw07iNL9TP1Oj8l1sKSRjesCyPA EjVKKkjOv5L5hGlrA6+EjIHP2bZLQ3gFrKtDChhyJnQ1Mk89YNHQKnCQLCdWY8pS24r+ B4L4+DkovtE9ttI+TKuJAAgJi3gL9XvvkfXdQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NYoxJcL8lb907r/YjBml5HTB3fASKeQF66/LJxeF2szpOLOPIRXG3yRjfMYfcMcdnT ygtR1RdfxYaFftxFLYJzr2O/e7jlffkFH5YyK+Jn1tJwbZK25R1IDwkY4vy7umTGwyUl Y/deiz+QoyzMBVpbaPO+G8LD26iC8QBwYrr8M= MIME-Version: 1.0 Received: by 10.223.101.131 with SMTP id c3mr644621fao.95.1296364987685; Sat, 29 Jan 2011 21:23:07 -0800 (PST) Received: by 10.223.96.72 with HTTP; Sat, 29 Jan 2011 21:23:06 -0800 (PST) In-Reply-To: <20110129165617.GB727@lava-net.com> References: <20110125223252.GA32447@lava-net.com> <20110126174052.GB19898@lava-net.com> <20110128174140.GA27949@lava-net.com> <20110128184414.GA7570@lava-net.com> <20110129165617.GB727@lava-net.com> Date: Sun, 30 Jan 2011 00:23:06 -0500 Message-ID: Subject: Re: OT: Twinkle cli From: Derek Roberts To: "Speakup is a screen review system for Linux." Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2011 05:25:40 -0000 Hi, A bit weird. I tried the same thing in linphonec and it worked, after I set a stun server. So, I tried setting one up in sflphone, but it still gives me that error. I prefer sflphone to linphonec though, and linphonec crashes whenever anything interesting happens. Sflphone is a free, gpl sip and iax2 compatible softphone. It uses a client/server model (the core handles calls, audio, settings and other stuff) while the clients connect to the core and give it commands. There's supposed to be a console interface for it, but I have yet to find one. I was also able to do this from an asterisk prompt dialplan add extension 100,1,Dial,SIP/linux-speakup.org/3000 into default console dial 100 That works, but I can't do anything else while asterisk is using my sound card. Grrrr. Interestingly, this is the only time I've had this problem. I've been able to talk to other people just fine, even without setting a stun server. I'm breakingbigd@ekiga.net if anyone wants to sip me, not online right now though. Thanks, KJ4UFX/AG {.i doi .tcikoritys. mi cuxna ba'e do} On 1/29/11, Igor Gueths wrote: > Hello Derek and all. Most likely that 502 error is due to a proxy issue, in > that > it is timing requests out for some reason, hence the busy signal. > https://secure.wikimedia.org/wikipedia/en/wiki/SIP_Responses for a nice > reference of SIP protocol responses. Hope this helps. > On Sat, Jan 29, 2011 at 06:56:16AM -0500, Kirk Reiser wrote: >> Hello Derek: I am not familiar with sflphone but I have two questions >> which may sound pretty silly so please be tolerant: is the port the >> package is using set to 5060? Do you have to specify a protocol >> string with that client such as sip:3000@linux-speakup.org? What you >> did should have worked so I'm a tad confused. If you've already >> checked those angles possibly give us some more info about your >> client. >> >> On Fri, 28 Jan 2011, Derek Roberts wrote: >> >> >Hi, >> > >> >I'm trying to call 3000@linux-speakup.org with sflphone, but it says >> >502 - Bad Gateway and gives a busy signal. What's up? >> > >> >Thanks. >> > >> >On 1/28/11, Igor Gueths wrote: >> >>Well, in SIP, the thing you really have to worry about most is the IP >> >>information that is contained within the packet's payload itself, since >> >> that >> >>is >> >>really the deciding factor in call negotiation. Basically what would >> >> happen >> >>in >> >>these nstances is that in Twinkle's twinkle.log file, I'd see packets >> >> going >> >>from >> >>my laptop (192.168.1.44), back to 192.168.1.44 even though my Asterisk I >> >> was >> >>trying to reach is at 192.168.1.43. For this reason, even though at the >> >>Twinkle >> >>CLI I'd type call sip:300@192.168.1.43 (a test extension I have here), I >> >>just >> >>get put back at a "twinkle>" prompt with no discernible activity >> >> occurring >> >>at >> >>the console. >> >>On Fri, Jan 28, 2011 at 01:33:27PM -0500, Kitty Litter wrote: >> >>>I am trying to learn more about the sip protocol and started using >> >>>tcpdump. Could you tell me what options you use? It isn't alwalys >> >>>clear to me the source and destination of the packets, I use -A and >> >>>-t and -c count. >> >>> >> >>>_______________________________________________ >> >>>Speakup mailing list >> >>>Speakup@braille.uwo.ca >> >>>http://speech.braille.uwo.ca/mailman/listinfo/speakup >> >>> >> >>>-- >> >>>This message has been scanned for viruses and >> >>>dangerous content by MailScanner, and is >> >>>believed to be clean. >> >>> >> >> >> >>-- >> >>Igor >> >> >> >>-- >> >>This message has been scanned for viruses and >> >>dangerous content by MailScanner, and is >> >>believed to be clean. >> >> >> >>_______________________________________________ >> >>Speakup mailing list >> >>Speakup@braille.uwo.ca >> >>http://speech.braille.uwo.ca/mailman/listinfo/speakup >> >> >> >_______________________________________________ >> >Speakup mailing list >> >Speakup@braille.uwo.ca >> >http://speech.braille.uwo.ca/mailman/listinfo/speakup >> > >> >> -- >> Kirk Reiser The Computer Braille Facility >> e-mail: kirk@braille.uwo.ca University of Western Ontario >> phone: (519) 661-3061 >> _______________________________________________ >> Speakup mailing list >> Speakup@braille.uwo.ca >> http://speech.braille.uwo.ca/mailman/listinfo/speakup >> >> -- >> This message has been scanned for viruses and >> dangerous content by MailScanner, and is >> believed to be clean. >> > > -- > Igor > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >