similar to: Asterisk complaning about no such host -- never asked to contact the host it complains about

Displaying 20 results from an estimated 90 matches similar to: "Asterisk complaning about no such host -- never asked to contact the host it complains about"

2020 Feb 16
0
Newly joined DC - Failed to bind to uuid for ncacn_ip_tcp .. NT_STATUS_INVALID_PARAMETER
Following up on this post for the benefit of the archives, I don't want to be another DenverCoder9! [1] I believe I have fixed this issue now (although I am at a loss to explain how it occurred in the first place). Hopefully I correctly figured out what SPNs should be present against each machine - I'm not an expert in this area, but am describing the process I went through below in the
2013 Aug 22
1
Not Obeying "require_membership_of" winbind.so when "User must change password at next logon"
Okay, so I have an Active Directory server running on Windows Server 2012 Standard I have configured Samba/Kerberos/Winbind on Ubuntu 13.04 to bind to the DC properly. I am able to login with my Active Directory users credentials. When I use the 'require_membership_of' option in pam.d/common-auth for winbind.so using the SID of the group I want to restrict access to, it works like a charm.
2009 May 31
1
using chron vector with boxplot
Hi, I'm having trouble using dates (created using library(chron)) as groupings for a boxplot. I have 10 repeat measurements of a variable within an individual day. The measurements were done over 10 days. I would like to plot the measurements as a box and wisker plot (using boxplot or something similar) where the days (as chron object) would be the grouping and the repeated measurements
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
2006 Mar 24
1
2 WAN - 1 LAN - ping and route problem
ClarkConnect Home 3.2 eth0 - WAN - inet - ip:192.168.1.2 gw:192.168.1.1 (connected to my www.woosh.co.nz gatway) wlan - WAN - private community wireless networt - ip:10.252.16.16 gw:10.252.16.1 eth1 - LAN - ip:192.168.2.1 # route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.252.16.1 [root@bowenvale etc]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface
2012 May 09
2
[LLVMdev] Calling C-language variadic functions
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 module). Is there something special I need to do? Simply calling
2004 Sep 10
2
adding song metadata
What is the best way to add song metadata (artist, album, title, etc.) to flac files? I want to be able to define an arbitrary number of FIELD=value pairs. Earlier I heard someone mention using id3 tags. I tried this with the command-line "id3v2", and while it seemed to work I noticed that the resulting file no longer began with "fLaC", which violates the format
2006 May 05
1
Cisco 7970 running SIP question
Group I have a Cisco 7970 Running the newest SIP image. I'm running Asterisk SVN-trunk-r7498 on 2006-04-30 15:11:39 UTC When I get a call the callerid number show something like 5555555@192.168.1.2 I thought I seen somewhere what that was but I'm unable to find the correct wording when searching Google to find that post again. Can anyone help me out here. How can I remove the asterisk
2008 Feb 27
1
simultaneous ring problem
I've got this in extensions.conf: [macro-stdexten] exten => s,1,Dial(${ARG2},30,p) exten => 6015555555,1,Macro(stdexten,200,SIP/200&SIP/201&SIP/203&SIP/${VOICEPULSE_GATEWAY_OUT_A}/+15045555555) Where the real numbers have been replaced with 5555555. What I'm trying to do is ring my cell phone in addition to the local extensions. Funny thing is the cell phone rings
2010 Jul 17
1
AGI execution after Dial
Hello, I'm currently developing a simple asterisk application using SFS (Skype For SIP) which tries to call to an outbound number, play a message and read DMTF digits. My first approach used the Manager to originate calls and then called an agi script to deal with the rest. Anyway, this ended up being not so clear because the call did not start on the Originate extension that it was supposed
2003 Dec 16
2
AT&T access code entry by Asterisk
I have a dialplan that requires that we use * to send the long distance access code to AT&T. I have found in the list that the `w` command can be used to inject a pause, I have tried the following: exten => _91NXXXXXXXXX,1,Dial(ZAP/g1/${EXTEN}www5555555,70) There `5555555` is the ld access code. I tried various quantities of `w`s but I never got * to dial the ld access code. Allof the
2006 May 05
0
Spam? Re: Cisco 7970 running SIP question
Aaron Yes it is very annoying! Thanks for the date time settings. That worked GREAT!!! Thanks - Eric -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Aaron Daniel Sent: Friday, May 05, 2006 11:33 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Spam? Re: [Asterisk-Users] Cisco 7970 running
2015 Jan 05
0
Asterisk removes a charachter from sip peer name
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olli Heiskanen Sent: 03 January 2015 08:04 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Asterisk removes a charachter from sip peer name Hello all, Just wondering on a behavior I noticed while testing with realtime sip peers with names
2006 Jul 26
0
webrick slows and crashes on thumbnail creation
ok here is my view code: <% for img in ary %> <%= resize_image img.name %> # img.name= /homa/joe/pictureimg.jpg <% end %> here is my resize_image code in application_helper: def resize_image(imgfile) pic = Magick::Image.read(imgfile).first thumb = pic.crop_resized(maxwidth, maxheight, gravity=Magick::CenterGravity)
2004 Sep 10
0
adding song metadata
--- Joshua Haberman <jhaberman@ups.edu> wrote: > What is the best way to add song metadata (artist, album, title, > etc.) to > flac files? I want to be able to define an arbitrary number of > FIELD=value pairs. > > Earlier I heard someone mention using id3 tags. I tried this with > the > command-line "id3v2", and while it seemed to work I noticed that the
2006 May 05
1
Spam? Re: Cisco 7970 running SIP question
Aaron Any idea how to change it from 24hr to 12hr ? Thanks again! -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Hall, Eric M. Sent: Friday, May 05, 2006 11:55 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: Spam? Re: [Asterisk-Users] Cisco 7970 running SIP question Aaron Yes it
2007 Apr 24
3
auto dial out multiple destinations
Hi, I am searching for the most effective solution for the following scenario: Our users can call into our IVR menu and dial a specific extension and immediately hang up. This event should simply trigger Asterisk to make multiple simultaneous calls through a group of zap channels (5-10 calls). When the called parties answer, Asterisk should simply play a message and hangup. So I was thinking
2005 Nov 07
1
General Question: WinXP autodomain?
Hello List, I am using Samba as PDC for some time now and I want do make the process of joining the domain somewhat more elegant ;) I use partimage to deploy images of my Windows XP-installation to the computers in my lab. In order to automate the process of joining these computers to the domain, I use some small perl-scripts. 1. After installing new software, etc. I have to create a new
2008 Jul 03
2
update to cifs-mount-3.2.0-24.1.122 from .121 broke mount.cifs
Jerry, Jeremy, et. al. Last night's upgrade from cifs-mount-3.2.0-24.1.121 to cifs-mount-3.2.0-24.1.122 on a openSuSE 10.3 x86_64 machine broke mount -t cifs. Now attempting to mount shares results in the following: 11:10 alchemy/home/david/bin] # mount.cifs -v //nirvana/david /mnt/nirvana-david -o username=david,uid=1000,password=notmypass parsing options:
2001 Aug 07
4
Some pre-RC1 listening tests
Hello everyone, ff123 compiled Monty's branch of the RC1 encoder, see his post on r3mix.net forum: http://66.96.216.160/cgi-bin/YaBB.pl?board=c&action=display&num=994299736&start=30 Anyway it only supports ~128kbps mode, so I did a quick listening test with some files that bugged vorbis beta4. grace.wav - the right channel is still a bit watery, and I think this can be seen