similar to: I didn't want to bother the list with this, but...

Displaying 20 results from an estimated 100 matches similar to: "I didn't want to bother the list with this, but..."

2012 May 09
0
[LLVMdev] Calling C-language variadic functions
Gregory Junker <gjunker at dayark.com> writes: > Such as printf, etc., from IR created using the API (IRBuilder). > > Google hasn't provided much help, and I can't find anything relevant in > the docs (the docs talk about how to do varargs in LLVM ASM, but not how > to call an external vararg function that exists in a library that gets > linked to the LLVM
2005 Feb 09
1
calling problem in cvs verison on fedora core2
hello any one using cvs version of asterisk(realtime addons). i have defined two users 2000 and 3000 in sip.conf. after that when i try to call 2000 from 3000 or try to call 3000 from 2000 it is giving me 404 Not Found error. Found user '2000' Looking for 3000 in default Reliably Transmitting (no NAT): SIP/2.0 404 Not Found Via: SIP/2.0/UDP
2005 Feb 10
4
why asterisk is replying 404 Not Found
[3000] type=friend dtmfmode=INFO insecure=yes canreinvite=no auth=plaintext host=dynamic allow=ulaw [2000] type=friend dtmfmode=INFO insecure=yes canreinvite=no auth=plaintext host=dynamic allow=ulaw i have declared these two users 3000 and 2000. they are registering successfully. problem is that
2005 Mar 16
1
Error in placing call file in directory
Greetings *`s, I have created a call file and am manually placing it in /var/spool/asterisk/outgoing, but I get the following errors in the log file : =========== Mar 16 15:26:57 DEBUG[2054]: Auto destroying call 'E36A0D74-1DD1-11B2-AC8B-860A22D62D71@192.168.204.10' Mar 16 15:27:43 WARNING[2054]: Unable to open /var/spool/asterisk/outgoing/chris.call: Permission denied, deleting Mar 16
2011 Jul 30
2
[LLVMdev] "Cannot select" error in 2.9
On 30 July 2011 23:39, Gregory Junker <gjunker at dayark.com> wrote: >> From: Nick Lewycky [mailto:nicholas at mxc.ca] [snip] >> Gregory Junker wrote: >> > That doesn't make a lot of sense to me -- LLVM can't add doubles? >> >> No, LLVM can't, but it can fadd them. ;) "add" only accepts integers >> and >> vectors of integers,
2010 Apr 30
2
Continuing after a TIMEOUT(absolute)
Greetings, I'm trying to continue to do some processing after a TIMEOUT (absolute). In my dialplan below, when a call comes in to [default], I call macro-phonenum and pass it a timeout of 20 seconds. macro- phonenum sets TIMEOUT(absolute), then loops saying the phone number that was called (in MACRO_EXTEN). When the timeout expires I want to call my macro-hangup (so it can say
2005 Mar 23
6
Problem parsing unusual SIP/SDP
Hi, I'm testing Asterisk with a new provider. On calls to US toll-free numbers, there is no audio (calls to normal numbers are ok). In response to a valid INVITE from Asterisk, something like this is received: SIP/2.0 183 Session Progress v:SIP/2.0/UDP [my public IP]:5060;branch=z9hG4bK62d91cea CSeq:103 INVITE i:7a1791cf52d6f3dc2d12b208051d0a21@[provider].com f:"Test User"
2011 Nov 01
1
[LLVMdev] llvm configuration error
The problem was solved by setting environment variable CXX. But somehow a new one came. The gcc is installed in /usr/local/gcc-4.2.3. I managed to change clang/lib/Frontend/InitHeaderSearch.cpp clang/lib/Driver/ToolChains.cpp to force clang use the crt lib for that version. For details, plz see http://www.advogato.org/person/redi/diary/228.html. So now I have no problem of using clang to
2007 Dec 28
0
Little things that bother me
I really have never been able to get this to work... $ rake doc:rails --trace (in /home/storage/users/craig/svn/th-db/branches/phase5) ** Invoke doc:rails (first_time) ** Invoke doc/api/index.html (first_time) ** Invoke README (first_time, not_needed) rake aborted! Don''t know how to build task ''vendor/rails/railties/CHANGELOG''
2014 Sep 04
0
[PATCH] copy: don't bother trying to create copy on pre-nva3
Only the NVA3/5/8/F tesla chips have a copy engine. Don't bother trying to create one on earlier tesla chips (and thus printing an error on failure). Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/nouveau_copy.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/nouveau_copy.c b/src/nouveau_copy.c index f46f0c3..3202121 100644 --- a/src/nouveau_copy.c +++
2009 Nov 25
1
[PATCH] daemon/Win32: Don't bother blocking SIGPIPE on Win32.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw -------------- next part -------------- >From 6b1f24fb3bf4427ec2115278ee163e05b645cfee Mon Sep 17
2005 Mar 05
3
Sorry to be a bother ISO root password
As far as I can make out the root password for the ISO download is supposed to be epping or EPPING depending upon which version you are using. I've downloaded an ISO image from the following link but neither passwords seem to work :( http://ovh.dl.sourceforge.net:80/sourceforge/asteriskathome/asteriskathome-0.6.iso any one know the password for this one? -- Regards Phil -- This
2005 Nov 05
1
Bother
This afternoon, after my fiasco with the other machine, I decided to bring the drive home and install it in the primary machine here, boot from the normal drive, then mount the 4.1 i386 drive so I could make changes and check things. What happened next was totally unexpected. After decompressing the kernel and starting the boot, there were all kinds of error messages scrolling off the
2015 Feb 04
1
[PATCH v3 16/18] vhost: don't bother with copying iovec in handle_tx()
From: Al Viro <viro at zeniv.linux.org.uk> just advance the msg.msg_iter and be done with that. Cc: Michael S. Tsirkin <mst at redhat.com> Cc: kvm at vger.kernel.org Cc: virtualization at lists.linux-foundation.org Signed-off-by: Al Viro <viro at zeniv.linux.org.uk> --- drivers/vhost/net.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git
2015 Feb 04
1
[PATCH v3 16/18] vhost: don't bother with copying iovec in handle_tx()
From: Al Viro <viro at zeniv.linux.org.uk> just advance the msg.msg_iter and be done with that. Cc: Michael S. Tsirkin <mst at redhat.com> Cc: kvm at vger.kernel.org Cc: virtualization at lists.linux-foundation.org Signed-off-by: Al Viro <viro at zeniv.linux.org.uk> --- drivers/vhost/net.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git
2016 Jun 30
0
DNS Suddenly breaking
bus-ny-dc-01 ~]# dig google.com ; <<>> DiG 9.9.4-RedHat-9.9.4-29.el7_2.3 <<>> google.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 779 ;; flags: qr rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1 ;; WARNING: recursion requested but not available ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:;
2004 Jun 21
0
If you're against .ogv, don't bother even reading this. Was (Re:
[Vorbis] Extension proposal - partly serious) In-Reply-To: <Pine.LNX.4.44.0406201942590.21207-100000@sasami.anime.net> References: <Pine.LNX.4.44.0406201942590.21207-100000@sasami.anime.net> Message-ID: <40D70E0E.5090807@ellisfoundation.com> >Anyone else want to take this discussion to another mailing list? We can >hash out a standard there without interference from the
2016 Jun 30
0
DNS Suddenly breaking
On 6/30/2016 9:57 AM, Garland McAlexander wrote: > nslookup google.com <http://google.com> > ;; Got recursion not available from 192.168.1.236, trying next server > Server: 192.168.1.235 > Address: 192.168.1.235#53 > > Non-authoritative answer: > Name: google.com <http://google.com> > Address: 172.217.4.78 > > > Interesting little bit
2011 Jan 03
4
How to get soap4r to not bother verifying SSL certificate (verify_mode none)?
Using Ruby 1.8.7, Rails 2.3.8. I don''t want it to verify the cert... This is my backtrace: OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed): httpclient (2.1.5.2) lib/httpclient/session.rb:247:in `connect'' httpclient (2.1.5.2) lib/httpclient/session.rb:247:in `ssl_connect'' httpclient
2016 Jun 30
0
DNS Suddenly breaking
On 6/30/2016 9:41 AM, Garland McAlexander wrote: > Hosts: > > 127.0.0.1 localhost localhost.localdomain localhost4 > localhost4.localdomain4 > ::1 localhost localhost.localdomain localhost6 > localhost6.localdomain6 > 192.168.1.235 bus-ny-dc-01.domain.domain.com > <http://bus-ny-dc-01.domain.domain.com> bus-ny-dc-01 > > > Resolv: > > #