search for: callpath

Displaying 6 results from an estimated 6 matches for "callpath".

2015 Apr 27
2
[Libvirt Users]how to provide password authentication for qemu driver
Dell Customer Communication Hi All, I am using Compiled against library: libvirt 1.2.9 Using library: libvirt 1.2.9 Using API: QEMU 1.2.9 Running hypervisor: QEMU 2.1.2 I want user to provide username and password authentication to virConnectPtr virConnectOpenAuth(const char *name, virConnectAuthPtr auth, unsigned int flags) to login remotely for the qemu
2015 Apr 27
0
Re: [Libvirt Users]how to provide password authentication for qemu driver
...rompting password. I don't want to provide > password here. > In case of windows HyperV it is working fine as it takes auth parameters > but for Qemu Hypervisor I am facing this issue since here the auth > parameters as marked as ATTRIBUTE_UNUSED. Actually your intepretation of the callpath is not quite right. The virConnectOpenAuth() method in libvirt.so will end up calling the remoteConnectOpen() method in src/remote/remote_driver.c. This opens an RPC connection to libvirtd, performs authentication, and then calls qemuConnectOpen(). So from that sequence it is the remoteConnectOpen(...
2004 Sep 24
2
CTI development
Has anyone started on CTI development?
2007 Jan 10
1
Possibility to catch DTMF when 2 users are in a conversation
Hello, I will expose my problem here. Please tell me if it is not the right place as I am really new to that list. I use Asterisk as a SIP proxy. I have two users connected to it, Let's call them 1234 and 5678 In my dialplan I have two lines: exten => 1234,1,Dial(SIP/1234) exten => 5678,1,Dial(SIP/5678) The SIP phones (X-lite) are configured to send DTMF's using RFC 2833
2010 Jan 27
1
Asterisk, NAT, and RTP?
Hello I think I finally understood the issue/solution, but I'd like to make sure I'm correct: - In Diana Cionoiu's famous article on Freshmeat (http://freshmeat.net/articles/nat-traversal-for-the-sip-protocol), regardless of whether SIP end-points use a public IP or are behind a NAT, RTP packets flow directly between the two SIP end-points because the SIP server only acts... as an
2007 Jun 16
1
kjournald hang on ext3 to ext3 copy
All, I am running into a situation in which one of my ext3 filesystems is getting hung during normal usage. There are three ext3 filesystems on a CompactFLASH. One is mounted as / and one as /tmp. In my test, I am copying a 100 MB file from /root to /tmp repeatedly. While doing this test, I eventually see the copying stop, and any attempts to access /tmp fail - if I even do ls /tmp the