Displaying 20 results from an estimated 120 matches similar to: "Asterisk 1.0.3 Periodically Fails Registrations"
2008 Dec 28
7
Your thoughts on "Enterprise Rails"
Hello and happy holidays, everyone!
I received the book "Enterprise Rails" by Dan Chak as a Christmas gift
and started reading it; I wanted to gauge the community''s thoughts on
this. Basically, Mr. Chak advocates a totally different approach to
how every other Rails book/tutorial explains how to develop Rails
applications.
Firstly, he advocates you organize your
2013 Jan 05
1
[LLVMdev] Compiler opt is turned off ?
I completely agree with you.
The source code I wrote here has the main function and is a complete code.
That's why I was expecting load/store analysis could have been incorporated
across the module. Thanks.
On Fri, Jan 4, 2013 at 10:43 PM, Daniel Berlin <dberlin at dberlin.org> wrote:
> I'm not sure what you mean by "use" check.
> If you compile this with LTO and
2013 Jan 04
0
[LLVMdev] Compiler opt is turned off ?
I'm not sure what you mean by "use" check.
If you compile this with LTO and multiple modules, and guarantee that
you have the main function, yes, you could optimize this.
In all other cases, it's not possible to eliminate any of the
remaining loads or stores you see, because you have no guarantee about
what else could read it.
Heck, a conforming implementation of printf could
2010 Jan 31
0
hepta valen t snugg ling initi ators optio naliz e
handc raftm an dost schem atics retyp ing poser s smoke neces
sitie s nonre alist ic wooll ens verti cally bayan ihan actab
ility total ises bayan ihan gauzy solon chak metas tasiz es
inter surve y phosp hatid ic displ ayabl e invoi cing ridde r
benig nancy eddys tone urim islan der awake ning piran dello
parre l davit s displ ant losse s rubeo lar visio nal legen d
2007 Mar 26
0
rx_fax and Asterisk 1.4.2
Hi,
I have recently upgraded from Asterisk 1.2.15 to 1.4.2 and I'm
experiencing trouble
with rx_fax. I have followed instructions posted by Sems:
http://www.sems.org/entry.asp?ENTRY_ID=197
I'm using spandsp-0.0.3pre28 and the app_rxfax and app_txfax
from:
http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.4/
rx_fax and tx_fax are both enabled via make
2007 May 04
0
Console flooded by WARNING app_meetme messages
Hi there,
One of our Asterisk 1.2 machine is experiencing problems with MeetMe.
Whenever meetme runs, the console is flooded with warning messages:
The messages started as "No such file or directory" and becomes
"Resource temporarily unavailable". I couldn't figure out what file
MeetMe might be looking for, could anyone help?
May 4 08:57:38 WARNING[19032]:
2008 Apr 30
0
RAM saving plugins
Thought I''d put in a plug for some plugins I noticed the other day.
http://pennysmalls.com/
slim attribute plugin
purports to ''lazy load'' your AR attributes, so if you never use that
description, it never gets loaded. Looks nice.
http://blog.chak.org/tag/hash/
hash_extension plugin
Allows for you to retrieve hashes instead of instantiated AR modes.
2013 Jan 04
0
[LLVMdev] Compiler opt is turned off ?
Since a, b, and c are globals, how does the optimize *know* they are not
used elsewhere (e.g. another module)?
On Fri, Jan 4, 2013 at 7:49 AM, Somenath Chakraborty <some.chak at gmail.com>wrote:
> Hello,
>
> I was trying to run few testcases and see how llvm optmizes different
> scenarios. I have a small testcase like:
>
>
> #include <stdio.h>
>
>
>
2017 Dec 04
0
Howto authenticate smartPhone via Active Directory
Unfortunately, I tried for weeks to figure out passdb ldap without success. I guess I'm just
not knowledgeable enough about how to use ldap and Active Directory. The dovecot wiki
https://wiki2.dovecot.org/AuthDatabase/LDAPm doesn't help me much. All it says is:
Active Directory
When connecting to AD, you may need to use port 3268. Then again, not all LDAP fields are
available in port
2004 Oct 11
5
Intermittant Samba glitch
Hi there,
Let me just start by saying that I am a bit of a Linux newbie, but that Shorewall seems an excellant product. The issue I''m reporting wont stop me from using it, it still does 99% of what I need.
Anyway, I have a resonably simple two interface system. My server (HatMannz, P3-900MHz with a RAID-1 array of 80GB IDE drives running Red Hat 9.0) connects to a cable modem via eth1
2017 Dec 04
1
Howto authenticate smartPhone via Active Directory
You might get better results with
https://wiki.dovecot.org/HowTo/ActiveDirectoryNtlm
It seems you'd have to configure OpenLDAP backend for Samba to have LDAP.
Aki
On 04.12.2017 02:38, Mark Foley wrote:
> Unfortunately, I tried for weeks to figure out passdb ldap without success. I guess I'm just
> not knowledgeable enough about how to use ldap and Active Directory. The dovecot
2006 Nov 03
3
Nortel Option 11C and SIP gateway integration
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 186 bytes
Desc: OpenPGP digital signature
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20061103/b35592e2/signature.pgp
2017 Dec 05
0
Howto authenticate smartPhone via Active Directory
mj - thanks! That the first useful example I've received from any forum/list. I'm getting ready
to try my config (have to do so after hours), but I have some probably simple-minded questions:
Your example is not the complete dovecot-ldap.conf.ext file, right? Have you just given me
differences in your config from the "original"? You've kept the hosts, base, ldap_version,
2017 Sep 12
2
Access denied editing DNS using RSAT
Hello,
I'm trying to replace an old Windows Server 2003 with Samba 4 and I've got
a problem trying to add some DNS entries. When I open the RSAT DNS manager
I got an Access Denied error and I can't edit the zones.
My config file is the generated by samba-tool and I'm using Samba 4.7.0rc5
compiled on a Debian 8 amd64:
[global]
netbios name = DC1
realm = DOMAIN.DOM
2017 Dec 04
2
Howto authenticate smartPhone via Active Directory
Hi Mark,
Just to let you know that we are running dovecot with AD. (and I guess:
*many* people are running that combination)
It worked without issues, we are using in dovecot-ldap.conf.ext:
> auth_bind = yes
this user/passwd filter:
> = (&(objectclass=person)(sAMAccountName=%n)(!(userAccountControl=514)))
> dn = cn=search_dovecit,cn=users,dc=company,dc=com
> dnpass =
2017 Sep 12
0
Access denied editing DNS using RSAT
On Tue, 2017-09-12 at 11:21 +0200, Daniel Carrasco via samba wrote:
> Hello,
>
> I'm trying to replace an old Windows Server 2003 with Samba 4 and I've got
> a problem trying to add some DNS entries. When I open the RSAT DNS manager
> I got an Access Denied error and I can't edit the zones.
>
> My config file is the generated by samba-tool and I'm using Samba
2005 Apr 28
0
Windows Server 2003 SP1 Issues (3.0.15pre2)
Hi All,
I'm running into some issues accessing a Samba server that's in turn
authenticating against a Win2k3-SP1 domain controller (security=ads). I
understand there were some known issues corrected in a patch, and I'm
currently running 3.0.15pre2, which I understand includes that patch.
(http://samba.org/~jerry/patches/post-3.0.13/winbindd_2k3sp1.patch)
All was working fine
2015 Jan 11
2
Ghost DNS Entry (WERR_DNS_ERROR_RECORD_ALREADY_EXISTS)
Hallo,
I'm using Samba 4 AD in production now for more than a half year. All
works great since today. Today I was unable to access my network
printer by its hostname. So I looked up his DNS Entry using the
Windows DNS-Manager and recognized that the DNS entry for the printer
is missing. I tried to readd it, but got the error message that the
entry already exists.
Next I tried to remove an
2014 Apr 29
0
SQlite3 realtime
I just finished migrating our web interface from Mysql to SQlite3
and everything seems to be working fine. I just have one detail. The
following keeps appearing on my logs:
[Apr 29 13:09:32] WARNING[30494]: res_config_sqlite3.c:520
realtime_sqlite3_execute_handle: Could not execute 'UPDATE "sip_buddies"
SET "ipaddr" = '192.168.0.52', "port" =
2015 Jan 11
0
Ghost DNS Entry (WERR_DNS_ERROR_RECORD_ALREADY_EXISTS)
Hi,
I've the same problem but I'm on samba version 4.1.12 and gentoo and also
using bind backend.
However, my result are a bit different.
In my case, the entry cannot be seen from RAT nor can i add/delete the same
name entry (same like you)
However I can still ping or resolve that host name...
That was the strange part...
I would like to know the answer as well.
Regards,
Min Wai
On