Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lawquest

Pages: 1 [2] 3
16
Linux / Re: yate won't start
« on: January 09, 2014, 10:47:01 AM »
Thanks Marian,

I don't get the error when running yate as root, but yate gui still doesn't come up.  Here is netstat -l after running yate as root.  I note something on port 2427 and I think that is the problem but I am not familiar with this "port" business:

Quote
vector://home/johwhi
root:# netstat -l
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State     
tcp        0      0 localhost:5038          *:*                     LISTEN     
tcp        0      0 localhost:ipp           *:*                     LISTEN     
udp        0      0 *:sip                   *:*                                 
udp        0      0 *:4569                  *:*                                 
udp        0      0 *:35291                 *:*                                 
udp        0      0 *:ipp                   *:*                                 
udp        0      0 *:snmp                  *:*                                 
udp        0      0 *:mdns                  *:*                                 
udp        0      0 *:2427                  *:*                                 
Active UNIX domain sockets (only servers)
Proto RefCnt Flags       Type       State         I-Node Path
unix  2      [ ACC ]     SEQPACKET  LISTENING     8215   /run/udev/control
unix  2      [ ACC ]     STREAM     LISTENING     5341021 /home/johwhi/.dropbox/command_socket
unix  2      [ ACC ]     STREAM     LISTENING     5338713 /home/johwhi/.dropbox/iface_socket
unix  2      [ ACC ]     STREAM     LISTENING     5340579 /tmp/.org.chromium.Chromium.mZesga/SingletonSocket
unix  2      [ ACC ]     STREAM     LISTENING     5366005 /tmp/ksocket-johwhi/kdeinit4__0
unix  2      [ ACC ]     STREAM     LISTENING     5367971 /tmp/ksocket-johwhi/klauncherSLh361.slave-socket
unix  2      [ ACC ]     STREAM     LISTENING     5404531 /tmp/lyx_tmpdir.TJ8245/lyxsocket
unix  2      [ ACC ]     STREAM     LISTENING     5653359 /tmp/ksocket-johwhi/kdesud_:0
unix  2      [ ACC ]     STREAM     LISTENING     5402153 /tmp/orbit-johwhi/linc-1dd2-0-273e91773a9af
unix  2      [ ACC ]     STREAM     LISTENING     5365998 /tmp/orbit-johwhi/linc-162-0-6303b6624c166
unix  2      [ ACC ]     STREAM     LISTENING     5339670 /tmp/orbit-johwhi/linc-7193-0-343679a332ae6
unix  2      [ ACC ]     STREAM     LISTENING     5340434 /tmp/orbit-johwhi/linc-7181-0-2466363937810
unix  2      [ ACC ]     STREAM     LISTENING     5407219 /tmp/orbit-johwhi/linc-2035-0-159da6cf3cd7c
unix  2      [ ACC ]     STREAM     LISTENING     5339776 /tmp/.esd-1000/socket
unix  2      [ ACC ]     STREAM     LISTENING     5339778 /home/johwhi/.pulse/4af9189477700cbbfdde3f7900000019-runtime/native
unix  2      [ ACC ]     STREAM     LISTENING     5338667 /tmp/orbit-johwhi/linc-71c2-0-7474efc6a25fc
unix  2      [ ACC ]     STREAM     LISTENING     9132   /var/run/cups/cups.sock
unix  2      [ ACC ]     STREAM     LISTENING     8880   /var/run/dbus/system_bus_socket
unix  2      [ ACC ]     STREAM     LISTENING     5338360 @/tmp/.X11-unix/X0
unix  2      [ ACC ]     STREAM     LISTENING     19993  @/tmp/fam-johwhi-
unix  2      [ ACC ]     STREAM     LISTENING     5340287 /tmp/gpg-QpAhN3/S.gpg-agent
unix  2      [ ACC ]     STREAM     LISTENING     5340288 /tmp/gpg-86KCqX/S.gpg-agent.ssh
unix  2      [ ACC ]     STREAM     LISTENING     5341185 @/tmp/dbus-xeDwnaEVjg
unix  2      [ ACC ]     STREAM     LISTENING     5340285 /tmp/.ICE-unix/29026
unix  2      [ ACC ]     STREAM     LISTENING     6586   @/var/run/hald/dbus-gFCmFCQWoo
unix  2      [ ACC ]     STREAM     LISTENING     5402158 /tmp/qtsingleapp-Golden-86bf-3e8
unix  2      [ ACC ]     STREAM     LISTENING     5338361 /tmp/.X11-unix/X0
unix  2      [ ACC ]     STREAM     LISTENING     7528   @/var/run/hald/dbus-vORtCwA0Ob
unix  2      [ ACC ]     STREAM     LISTENING     5340284 @/tmp/.ICE-unix/29026
unix  2      [ ACC ]     STREAM     LISTENING     9254   /var/run/gdm_socket
unix  2      [ ACC ]     STREAM     LISTENING     6891   /var/run/avahi-daemon/socket
unix  2      [ ACC ]     STREAM     LISTENING     8729   /var/run/acpid.socket
unix  2      [ ACC ]     STREAM     LISTENING     5339781 /home/johwhi/.pulse/4af9189477700cbbfdde3f7900000019-runtime/dbus-socket
unix  2      [ ACC ]     STREAM     LISTENING     5340958 /tmp/orbit-johwhi/linc-718e-0-35295f5d1c79b
unix  2      [ ACC ]     STREAM     LISTENING     5367980 /tmp/orbit-johwhi/linc-16b-0-1735b01896b8a
unix  2      [ ACC ]     STREAM     LISTENING     8994   /var/run/acpid.socket
unix  2      [ ACC ]     STREAM     LISTENING     5367059 /tmp/orbit-johwhi/linc-171-0-15eb7bef417f
unix  2      [ ACC ]     STREAM     LISTENING     5372216 /tmp/orbit-johwhi/linc-5ba-0-18315587208b
unix  2      [ ACC ]     STREAM     LISTENING     5404306 /tmp/orbit-johwhi/linc-1fda-0-144492c446a2b
vector://home/johwhi

17
Linux / Re: yate won't start
« on: January 08, 2014, 03:22:17 AM »
Thanks marian!

I have been fooling around a lot lately with yate, trying to get it to work without success.  I now get a different error, as follows:

Quote
<snmpagent:WARN> Could not bind SNMP UDP Listener, error 13 Permission denied

Now the results of my following your kind suggestions:

Before attempting to start yate at the terminal:

     pidof yate shows nothing.

    netstat -l shows a lot of stuff, but does not show yate anywhere, nor does netstat -lp as root.  Netstat -l did show yate at the time I originally posted (when yate showed the port 2427 error). 

   I do not know how to try " telnet 127.0.0.1 5038"

I would be happy to post the results of netstat -l and netstat-lp if you think that might help.

John



   



18
Linux / yate won't start
« on: December 30, 2013, 12:19:49 PM »
I am using yate 4.3.0-i586-3vl70.  After updating firefox, I now get the following error ("..." means that lines have been omitted):

Quote

Yate (9184) is starting Mon Dec 30 10:09:58 2013
...
<RManager:GOON> Failed to bind to 127.0.0.1:5038 : Address already in use
...
<mgcp_gw:WARN> Failed to bind socket to :2427. Error: 98: Address already in use
Initializing module SNMP Agent
<WARN> Failed to save config file '/etc/yate/snmp_data.conf' (13: Permission denied)
<snmpagent:WARN> Could not bind SNMP UDP Listener, error 13 Permission denied
...
Initialization complete
Yate engine is initialized and starting up on vector.linux.net
^CYate engine is shutting down with code 0
<WARN> Failed to save config file '/etc/yate/snmp_data.conf' (13: Permission denied)
Suggestions?  I am reading the instructions but first couple of things I tried didn't help.

19
Yate users hangout place / Yate service
« on: October 07, 2013, 05:39:56 PM »
I understand that yate is a subdivision of a company that offers voip office systems.  I have been trying yate now for quite some time and am very happy with it.  Use it all the time.  However, the yate folks are not generally very responsive to requests for help posted in this forum.  Is this in some way representative of the service I would get were I to spring for a full blown system for the 20 phones in my office?  Has anyone on this forum used the main company's system?

20
Yate users hangout place / buzz
« on: September 29, 2013, 10:27:54 AM »
I am going to have to replace my office phone system soon.  20 phones.  About 10 -12 different incoming phone numbers.  So I have been trying out yate now for several months on my linux computer.  Yate is very good.  However, a few callees complain about a buzz when I call them with yate, so I have to use the land line when calling them.  My call to them is on their land line.

Any suggestions on how to get rid of the buzz?

21
Linux / Re: Yate cant pickup Microphone
« on: September 18, 2013, 12:01:02 AM »
Its pretty clear that the yate folks have better things to do than monitor this page.  My suggestion for you is to try another microphone.  My Logitech headset works fine on yate, with a bit of an echo problem on occasion, but my plantronics headset doesn't work.  I no not why.

22
Linux / Plantronics Headset
« on: August 10, 2013, 01:15:10 AM »
I just bought a Plantronics Audio 478 USB Stereo Headset and though I get youtube sound out of it, the plantronics audio 478 usb soundcard won't work at all with yate.as yate is configured out of the box.

I use yate 4.3.0 on slackware 13.37, Samsung RF511

23
Linux / Yate and KDE
« on: August 06, 2013, 10:36:15 PM »
I recommended yate to a friend and he wrote me today, saying that yate works fine on gnome but does not work very well on KDE.  He left no details except:

Quote
I think it has to do with the KDE sound system.

John

24
Linux / Re: echo question
« on: August 06, 2013, 01:10:38 AM »
I am not getting echo complaints anymore.  Not sure why. 

25
Linux / Re: adding a call
« on: August 06, 2013, 01:09:27 AM »
Yate works fine for me out of the box.  It is clear to me that I have will need to learn about its other features.  I am using yate now constantly, so I suspect I will learn more as time goes on.

26
Yate users hangout place / Re: voicemail phone numbers
« on: August 06, 2013, 01:04:12 AM »
Freesentral looks good and, for one with my limited knowledge (and "limited" is an exaggeration) pretty difficult to learn.  Perhaps I can look further into it on a free weekend later this month.  It is comforting that freecentral uses yate as I find yate excellent.  Far superior to twinkle or linphone. 

27
Yate users hangout place / voicemail phone numbers
« on: August 01, 2013, 11:28:13 PM »
yate version 4.3.0 i586

When checking old voicemails I occasionally find one I want to call back.  If the caller does not leave a phone number, is there any way I can retrieve it?

John

28
Linux / echo question
« on: July 30, 2013, 10:01:13 AM »
Yate sounds fine on my USB headphones.  However, yesterday, a caller complained that his own voice was echoing back to him when talking to me.  He was on a land line.  I was on yate.  He said that when I disabled my mike, the echoing problem disappeared.  I wasn't paying too much attention to the techs, as the merits of the call were front and center, but I think this is an accurate summary of what happened.

Any thoughts about the echo thing?  This was the first complaint but others might have been too polite to complain.

29
Linux / adding a call
« on: July 25, 2013, 10:49:26 AM »
I am talking to someone on yate.  I want to call someone else and add that someone else to the existing call.  Is there an easy way to do this in yate?

I use yate 4.3.0 on slackware 13.37.


30
Linux / Re: audio problem on receiving telephone calls
« on: July 22, 2013, 11:01:05 AM »
marian,

Last post was from my rather slow home telephone based ethernet  internet.  At office this morning, with rather fast cable based internet, yate accepted calls perfectly, so long as ringer is off.  And did not hang up.

Other than the cumbersome Twinkle, I think Yate is the only sip phone that works with my slackware based system which has the necessary local address feature.

Thank you very much.  I will play around with my home system and see what's up there.

John

Pages: 1 [2] 3