Displaying 20 results from an estimated 163 matches for "stood".
2019 May 16
2
PJSIP call Delay DNS/Realtime
...tion matching a domain name (Instead of an IP). Each endpoint with match=domain.name.here (The specific name didn't really matter) added a bit of noticeable latency. Once you were up to 4-5 of them, It was a ~5 second delay from the time the invite came in until the time the call was routed and stood up with audio. Even when you were routing between unrelated (non-dns matched) endpoints. Looking at the debug logs, It seems like Asterisk looks these peers up on some kind of time interval. As well as during _every_ inbound call. This also explains why the delay increased with every single DNS bas...
2004 Jun 25
3
Termination Provider
I've been looking for a good iax or sip <==> ptsn provider. Someone
with very low cost usa calling and can offer incoming ptsn connections
in most markets. The only decent providers I could find were
iconnecthere and nufone. Has anyone found someone that really stood
out?
Matt Hohman
New Heights Church
http://www.newheights.org
7913 NE 58th Ave. Vancouver, WA 98665
Office: 360.694.4985 ?Fax: 360.694.0219
Email: mhohman@newheights.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 488...
2004 Aug 06
4
RE: Greetings file played upon mount
I'm using icecast2 and ices2, and was wondering if it is possible to
have a "greetings" file to be played (eg. Station ID) prior to listening
to audio stream from playlist (where-ever position it is playing from)....
I checked conf examples, but didn't see anything that stood out...
Regards,
Murray Saul
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No s...
2013 Nov 20
4
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
...blacklist cover enough that the kernel now survives a
> > broadly wildcarded perf-probe, e.g. over e.g. all of its kallsyms?
>
> That's generally the purpose of the annotations - if it doesn't then
> that's a bug.
AFAIK, no kernel since kprobes was introduced has ever stood up to
that test. perf probe lacks the wildcarding powers of systemtap, so
one needs to resort to something like:
# cat /proc/kallsyms | grep ' [tT] ' | while read addr type symbol; do
perf probe $symbol
done
then wait for a few hours for that to finish. Then, or while the loop
is stil...
2013 Nov 20
4
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
...blacklist cover enough that the kernel now survives a
> > broadly wildcarded perf-probe, e.g. over e.g. all of its kallsyms?
>
> That's generally the purpose of the annotations - if it doesn't then
> that's a bug.
AFAIK, no kernel since kprobes was introduced has ever stood up to
that test. perf probe lacks the wildcarding powers of systemtap, so
one needs to resort to something like:
# cat /proc/kallsyms | grep ' [tT] ' | while read addr type symbol; do
perf probe $symbol
done
then wait for a few hours for that to finish. Then, or while the loop
is stil...
2011 Nov 16
4
[LLVMdev] LLVM 3.0 release notes ARM Target
I've done a first pass over the past 6 months of changes and some notable things stood out:
* The ARM backend has reworked Set Jump Long Jump EH Lowering.
* The ARM backend includes improved support for Cortex-M
* The ARM backend adds parsing and encoding ARM/Thumb/Thumb2 assembly
There are also many many code generation improvements which select more optimal instructions.
Thos...
2007 Sep 27
2
hostname not being picked up by DHCP
...g the CentOS v5 desktop installation and am setting up a
new lab for our engineering department. Initially I computers got their
IP addresses and computer names from the DHCP process and the computer
were getting the info from the dynamic pool. These name would be
d-23-76.mnsu.edu, where the d stood for dynamic and 23-76 refered the
IP address of xx.xx.23.76. The computer hostname would show up as
d-23-76. I did not want the computers to get different IP address so I
put the computers onto our DHCP table as manual DHCP clients by
assigning a name and mac address to an IP address. Now the...
2009 Feb 14
2
anova help
...<mailto:jp@joepking.com> jp@joepking.com
"Never give in, never give in, never; never; never; never - in nothing,
great or small, large or petty - never give in except to convictions of
honor and good sense" - Winston Churchill
"You have enemies? Good. That means you've stood up for something, sometime
in your life." - Winston Churchill
[[alternative HTML version deleted]]
2017 Jun 25
3
[OT]multi-master DNS
Hello all,
We have quite a bit of environment on "cloud". We are using our own
domain names. For this purpouse we stood up a BIND9 DNS instance on
Centos 7. And, this being the cloud, we enabled key based dynamic DNS
for instances to register themselves when they are spun-up. We have a
single master and multiple slaves. all is well, untill mater goes down
and we need to spin-up additional instances. Single mast...
2024 Aug 26
9
specials and ::
...ename:: in front of every single instance.?? For instance
????? fit <- survival::survdiff( survival::Surv(time, status) ~ ph.karno +
survival::strata(inst),? data= survival::lung)
This fails to give the correct answer because it fools terms(formula, specials=
"strata").??? I've stood firm in my response of "that's your bug, not mine", but I begin
to believe I am swimming uphill.?? One person responded that it was company policy to
qualify everything.
I don't see an easy way to fix survival, and even if I did it would be a tremendous amout
of work.?? What a...
2011 Nov 17
0
[LLVMdev] LLVM 3.0 release notes ARM Target
On Nov 15, 2011, at 10:28 PM, Joe Abbey wrote:
> I've done a first pass over the past 6 months of changes and some notable things stood out:
>
> * The ARM backend has reworked Set Jump Long Jump EH Lowering.
> * The ARM backend includes improved support for Cortex-M
> * The ARM backend adds parsing and encoding ARM/Thumb/Thumb2 assembly
>
> There are also many many code generation improvements which select mo...
2009 Feb 04
1
4.4p1 to 5.1p1 = $HOME/bin no longer in PATH?
...==================================
~:cairo> pwd
/afs/rcf/user/jblaine
~:cairo> cat bin/tester
#!/bin/sh
echo "TESTER program in $HOME/bin!"
~:cairo>
==================================================================
OpenSSH 4.4p1 (previous version we were running, temporarily
stood up in debug mode on port 3333):
~:cairo> ssh -p 3333 rcf-ssh tester
Password:
TESTER program in /afs/rcf/user/jblaine/bin!
~:cairo>
==================================================================
OpenSSH 5.1p1 (current):
~:cairo> ssh rcf-ssh tester
Password:
bash: tester: command no...
2006 Apr 24
1
[Issue] Does the *-pbx cmd page honour the absolute timeout value?
...about 90 phones overnight (624mins, CPU
utilisation was running much higher than normal until i used the
meetme kick <channel> all command, which restored everything back to
normal).
Would the Asterisk-PBX command Page() honour it (i had a quick look
at the app_page.c source, nothing stood out to me)?
i.e.
...
n,Set(TIMEOUT(absolute)=60)
n,Page(SIP/701&SIP/702&SIP/703&SIP/704&SIP/705&SIP/706&SIP/707&SIP/
709&SIP/710|q)
...
using;
asterisk-pbx v1.2.7.1
2007 Sep 20
1
Polycom 330 + Asterisk, phone locks up. * key will do it
....
Before, only Sipura and Polycom 500 series phones were used.
Recently, we've added a few POE switches and 20 or so Polycom 330's.
The 330's seem to lock up often. One easy way to do this is by hitting
the * key. I looked thru the XML files for dialplan and what not, nothing
stood out.
I've tried the latest everyone-can-download (bootrom 3.2.3.0021 and
firmware 2.1.2.0048).
Thoughts? The 500 series phones (501) have no issues.
Also, the phones log called ID information and make it easy for users to
hit a button and call back missed calls. Except, it doesn&...
2013 Jan 15
1
Server Key [Re-] Generation after Install?
Hi All,
I recently stood up a Linux server with Samba and wanted to
re-generate any keys the Samba server might be using. I used an
Entropy Key (http://www.entropykey.co.uk/), and I believe the PRNG is
in good working order now.
Could anyone point out what I should do to re-generate any keys
required by the Samba server....
2013 Nov 13
2
DNS error when join domain (Win 7 -> SAMBA 4)
I stood up a samba 4 (4.0.10) Active Directory domain controller on
a Debian Wheezy server, configured in accordance with the SambaAD DC
HOWTO <https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO> . I'm trying
to join a Windows 7 Enterprise Edition client to the domain. Windows
responds with:
Er...
2016 Oct 09
2
Mac OS Timemachine over SMB
...eloper.apple.com/library/content/releasenotes/NetworkingInternetWeb/Time_Machine_SMB_Spec/
.
- AAPL Create Context extension with F_FULLSYNC (I believe this is
supported by vfs_fruit)
- SMB2_CREATE_DURABLE_HANDLE_REQUEST_V2
- SMB2_CREATE_REQUEST_LEASE_V2
Below is a copy of my SMB configuration (I stood up a VM for testing with
only one share due to a warning in the vfs_fruit documentation about mixing
shares with and without vfs_fruit):
[global]
workgroup = SAMBA
security = user
log level = 8
log file = /var/log/samba.%m
passdb backend = tdbsam
pr...
2005 Mar 14
1
SWAT features
...t's
missing from SWAT in your opinion?
Thanks for the input. Cheers,
deryck
- --
Deryck Hodge http://www.devurandom.org/
Auburn University Libraries http://www.lib.auburn.edu/
Samba Team http://www.samba.org/
Have you ever stood and stared at it? Marveled at its beauty? Its genius?
Billions of people just living out their lives, oblivious.
- --from _The Matrix_(1999)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCNbYw4glRK0DaE8gRAk...
2003 Aug 15
1
Asterisk H323 Trunk
...sco Call Manager, registering as a VOIP GW, with H323 Trunk
;
202.37.83.10 1720 202.37.83.10 1710 zone1 VOIP-GW
H323-ID: 202.37.83.10
203.79.85.252 1720 203.79.85.252 1719 zone1 TERM
E164-ID: 6400047601020
I had a look through the source, no comments stood out, any know a way
to get * registered as a VOIP-GW, rather than a TERM? Played with all
the obvious things in h323.conf
Many Thanks for reading this far...
Rgds Roger De Salis
--
\_ Roger De Salis rdesalis at fx dot net dot nz
</' FX Networks...
2011 Aug 08
1
Centos6 Migration glitch - ZFS-FUSE
...he facility worked as advertised.
In Centos 6, however, the system "hung" in initialization upon the
first reboot after installing ZFS-FUSE and creating a pool. By
"hung", I mean that the cute sliding blue bar that progresses during
bootstrap got to nearly complete and then stood there for at least 20
minutes. The identical computer, configured without ZFS-FUSE,
completed the system initialization within normal time.
Following some clues found by googling the bug, I suspected that
AUDITD and ZFS-FUSE had a conflict. After several experiments, I
found what appears to...