Displaying 20 results from an estimated 400 matches similar to: "Asterisk fails to start"
2005 Jul 28
0
Re: songs on website
Aaron,
I am looking forward to have a go at your work!
So ..... If your ready I will have a go at it ;-)
Sounds great !!!
Kind regards,
RoN
-----Original Message-----
From: Aaron Wolfe [mailto:aawolfe@gmail.com]
Sent: donderdag 28 juli 2005 2:16
To: Balint Jacint; ronblok@wxs.nl; Christian Leitold
Subject: Re: [Icecast] Re: songs on website
Hi Folks,
I am sending Jacint an improved version
2018 Feb 14
2
WERR_DS_DRA_MISSING_PARENT error when joining new DC
When trying to join a new DC to an existing Samba4 domain, I am getting this WERR_DS_DRA_MISSING_PARENT error. Does any have any suggestions on how to fix it? My original 6 dc's are running the last free Sernet (4.2.14) on CentOS6 and the error occurs if I use Sernet 4.2.14 or 4.7.5-Debian. I finally have time to upgrade and something is broke.
Thanks,
Steve
# samba-tool domain join
2005 Jul 27
1
Question about Nextone softswitch
As an example....if we have a call that:
1. originates via PSTN line to one of our local DID's in Seattle
2. comes into our Asterisk server in Los Angeles or Denver
3. is routed by Asterisk for termination back to a different Seattle
PSTN
....and if our VOIP call termination provider requires (in order to get
their best rate) all calls to go through their Nextone
2023 Jul 06
2
[PATCH virtio] pds_vdpa: protect Makefile from unconfigured debugfs
debugfs.h protects itself from an undefined DEBUG_FS, so it is
not necessary to check it in the driver code or the Makefile.
The driver code had been updated for this, but the Makefile had
missed the update.
Link: https://lore.kernel.org/linux-next/fec68c3c-8249-7af4-5390-0495386a76f9 at infradead.org/
Fixes: a16291b5bcbb ("pds_vdpa: Add new vDPA driver for AMD/Pensando DSC")
2003 May 22
0
Some warnings when starting Asterisk
Hi,
When I start asterisk with asterisk -vvvvc it works preaty well, but I get
the following warnings:
Warning, flexibel rate not heavily tested!
WARNING[1074494176]: File res_musiconhold.c, Line 462 (moh_register
): Unable to open pseudo channel for timing... Sound may be choppy.
WARNING[1074494176]: File res_musiconhold.c, Line 462 (moh_register
): Unable to open pseudo channel for timing...
2005 Aug 04
2
Installation problem
Dear Icecast community,
I am trying to install Icecast 2.2 on a new server running FC2.
At the start there was no GCC installed. I solved that using up2date.
Still I am getting no luck with the ./configure command.
The error message "configure: error: C++ preprocessor "/lib/cpp" fails
sanity check" doesn't make sense to me.
I hope somebody can help me to overcome this
2005 Jul 27
1
Zaptel error: Unable to create channel op type'Zap'
I tend to make it pause for 10 secs when loading the module as I have had a few occurances of loading before /dev/zap has been populated. Wouldn't trust the 2.6.12 kernel as far as I could virutally throw it.
Has anyone had any problems with PCI-X systems? In particular call dropping?
Regards
Lee
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
2008 May 28
1
[LLVMdev] Asm output while executing
Hello,
I'm trying to catch assembly output and do some formatting for its
presentation while being executed.
I face a problem, which is clear from the error, although I have no
clue on how to do it otherwise.
If generating the code for its asm output and then for jit execution I get:
**********
static llvm::MachineFunction& llvm::MachineFunction::construct(const
llvm::Function*, const
2003 Nov 14
2
mpg123 causing Asterisk Freeze?
Hello,
I am currently using MusicOnHold(mpg123), and it works just fine, but every
once in a while I will get a flurry of warnings in the CLI like those below
and Asterisk will freeze completely, and the only way to come out of it is
with a kill -9 . Is mpg123 causing my problem? Is there a specific format of
MP3 that should be used/avoided to not have errors like these? Any help
would be greatly
2005 May 17
2
Junk at the beginning, Warning, flexibel rate not heavily tested!
Hi,all
I am newer to Asterisk.My Asterisk version is the newest CVS-HEAD.now something appears in the console CLI like below these,I don't know what's happen to my Asterisk Server.Could anybody help me? Thanks
Junk at the beginning
Warning, flexibel rate not heavily tested!
Junk at the beginning
Warning, flexibel rate not heavily tested!
Warning, flexibel rate not heavily tested!
2006 Nov 30
5
Populate table from another table
I want to populate one table in a DB from another table so that the
user does not need to enter the same information twice.
I have a registration table that is populated when a user creates an
account. Later I have a form that uses a different table, but contains
most of the same info as the registration table. I would like that
table to be prepopulated by the registration table before the user
2009 Mar 08
2
[LLVMdev] addPassesToEmitFile
Hi,
Long time ago (llvm-svn june 2008) I asked here about a way to output
the assembly code of my JIT generated code to a string, so I could use
it to read it on the screen. I came up with this solution:
std::string Err;
const llvm::TargetMachineRegistry::entry* _arch =
llvm::TargetMachineRegistry::getClosestTargetForJIT(Err);
std::string FeaturesStr;
llvm::TargetMachine*
2005 Aug 02
6
Dell Servers
Hi,
I was wondering if anyone had any problems with the Dell 1800 series
servers, with TDM400 cards? I saw that digium seems to recommend against a
lot of the dells.
Please let me know
Thanks
Sascha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d8219499/attachment.htm
2005 May 15
1
can't CLI> STOP NOW by zombie MOH
I am using CVS-v1-0-04/20/05-12:31:26. Windows Messenger5.1 works MOH
fine. After I stop MOH on Windows Messenger, if the hungup signal could
not send to *, the sip channel(e.g.,SIP/52001-08ca) for this MOH remains.
Then the user trys again MOH, a new sip channel starts. And again
the hugup signal can not send to *,.........
When I 'stop now' from CLI> , * cleanups the remaining sip
2009 Mar 08
0
[LLVMdev] addPassesToEmitFile
Well, I've been before hours trying this, but soon after I sent the
email I found something. However is quite intriguing.
I just changed the order of and the static libraries that I was linking.
How can this be possible??
I'm using Cmake for building my llvm projects, so I choose the order
and I pick the .a libraries I want to link by hand...
Thank you,
alvaro
2009/3/8 Álvaro
2003 Dec 11
5
Yuck! Error in buffer handling
Hello.
Is this normal. Or does it mean there is a problem ?
-------------------------
stop now
Beginning asterisk shutdown....
Executing last minute cleanups
== Destroying any remaining musiconhold processes
Yuck! Error in buffer handling...: Connection reset by peer
Yuck! Error in buffer handling...: Broken pipe
Yuck! Error in buffer handling...: Broken pipe
Asterisk cleanly ending (0).
2004 Jan 30
2
Music on Hold Warnings
Hi.
I am having the following warning when using music on hold.
It works from X-Lite to Grandstream. I get a lot of errors and warnings.
1.Warning, flexibel rate not heavily tested!
2. NOTICE[1100258240]: res_musiconhold.c:260 monmp3thread: Request to
schedule in the past?!?!
Thanks for any help.
Full Output below:
Jan 30 10:24:55 WARNING[1133718080]: chan_sip.c:486
2005 Aug 03
3
inter-asterisk meetme
Hi,
If there are 5 asterisk servers on the local net and each server
runs meetme, eg. 3311,3321,3331,3341,3351 respectively.
Can I connect these 5 meetme conferences to one meetme using IAX2?
Regards,
Zen
2009 Mar 09
1
[LLVMdev] addPassesToEmitFile
When you say 'static libraries' do you mean static libraries or shared
objects (.so)... Because if you mean shared objects, then it could
very well explain you crash.
On Mar 9, 12:16 am, Álvaro Castro Castilla
<alvaro.castro.casti... at gmail.com> wrote:
> Well, I've been before hours trying this, but soon after I sent the
> email I found something. However is quite
2011 Jul 25
0
[xen-unstable test] 8270: regressions - trouble: broken/fail/pass
flight 8270 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/8270/
Regressions :-(
Tests which did not succeed and are blocking:
test-amd64-amd64-xl-pcipt-intel 5 xen-boot fail REGR. vs. 8256
test-amd64-i386-rhel6hvm-intel 3 host-install(3) broken
test-amd64-amd64-win 3 host-install(3) broken
test-amd64-i386-pv