Displaying 20 results from an estimated 1200 matches similar to: "Samba with Active directory integration problem"
2009 Aug 03
1
User Authentication in sip.conf
Dear all,
I want to setup the incoming calls, that don't use authentication in
sip.conf file.
My configurations as follows,
[2000]
type=peer
host=dynamic
insecure=port,invite ; (both)
context=Testing
But when I call '2000', I noticed the following message in Asterisk console,
"NOTICE[5702]: chan_sip.c:10543 handle_request_invite: Failed to
authenticate user
2009 Aug 01
1
how to setup incoming calls not to use authentication
Dear all,
In Sip.conf file how to setup incoming calls not to use
authentication?
Please provide some steps to do it..
Thanks...
Regards,
Velusamy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090801/d6c39afc/attachment.htm
2010 Jul 08
1
AGI get full variable
Dear All,
I have "get full variable" AGI call to get the ANSWEREDTIME channel
variable. I have originated the call to one extension, once answered I have
called DeadAGI to control the call.
I have problem that after hangup the call AGI "GET FULL VARIABLE" returns
-1 for ANSWEREDTIME channel variable.
What is the problem? Where I made wrong. Please suggest me..
2010 May 31
3
Read and set the UUI in asterisk
Dear all,
How do I set the UUI informations for outgoing calls and read the UUI
information for incoming call in asterisk?
Thanks in advance..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100531/ffcceeee/attachment.htm
2009 Jul 14
3
Help in oh323 Gatekeeper
Dear All,
I have installed GNU gatekeeper in my machine. I tested the calls using
gatekeeper successfully.
Now I have tried to Disable the gatekeeper in oh323.conf file
gatekeeper=DISABLE
Now I have tried to call, but the connection is not established. I have
got following warning message in console.
" WARNING[8446]: chan_oh323.c:3555
2009 Nov 09
1
How to know AMI status
Dear All,
I have installed Asterisk 1.6.1.9 to use Bridge Application in AMI.
After inatallation I have tried to connect the AMI via telnet. But it
didn't connected. I used netstat to know the listening socket. But it was
not available. How to start the AMI server socket.
Please any one help me.......
Thanks,
Velusamy.
-------------- next part --------------
An HTML attachment was
2007 Feb 08
1
[PATCH 1/1]: Ethersel must use the pci com32 module instead of builtin pci detection code
From : Erwan Velu <erwan.velu at free.fr>
This patch
- remove the pci detection code from ethersel
- add a find_pci_device() function in the PCI com32 module
- make ethersel using the pci com32 module instead of builtin pci
detection code
Testing and feedback are welcome.
Signed-off-by:Erwan Velu <erwan.velu at free.fr>
-------------- next part --------------
A non-text attachment
2007 Aug 09
1
[PATCH 1/1]: Improving PCI collected informations
From : Erwan Velu <erwan.velu at free.fr>
As discussed on IRC, I've been reworking my patch, I resend it.
This patch
- add a new pci_dev_info structure :
It contains additional informations about the pci devices like
the product/vendor name and the associated linux kernel module
- add a get_name_from_pci_ids() function in pci/scan.c
This function reads a pci.ids file from the
2006 Aug 30
1
[PATCH 1/1] : Adding long mode support to dmi
From : Erwan Velu <erwan.velu at free.fr>
This patch add the ability to read the long-mode flag from the processor.
This helps you to know if the processor is x86_64 capable or not.
So "dmi->processor.cpu_flags.lm " is a boolean that represent the "Long
Mode" cpu flag.
It also add two bugfix :
- some cpu flags were shifted due to some "null" messages in
2015 Sep 04
2
[syslinux:master] tftp: Report server IP address on debug message
On Fri, Sep 04, 2015 at 09:15:07AM -0700, syslinux-bot for Erwan Velu wrote:
> Commit-ID: 66105926f3d748de827eb863913171efb9624165
> Gitweb: http://www.syslinux.org/commit/66105926f3d748de827eb863913171efb9624165
> Author: Erwan Velu <erwanaliasr1 at gmail.com>
> AuthorDate: Wed, 2 Sep 2015 18:26:37 +0200
> Committer: Erwan Velu <erwanaliasr1 at gmail.com>
>
2015 Sep 05
1
[syslinux:master] tftp: Report server IP address on debug message
It is supposed to match but sometimes it doesn't; I had the case where I
contacted my local server on my public adress and responded from the
loopback. So it was the same server from two different addresses which
confused then the rest of the code.
By adding this print I was able to get the situation immediately and fixed
it.
That's why I added that information on the debug print.
2008 Mar 08
1
[PATCH 1/1] : PCI detection code doesn't corrupt memory anymore
From : Erwan Velu <erwan.velu at free.fr>
This patch fixes the pci detection stuff demo'd in pcitest.c32
- Fix a wrong type in malloc
- Incorrect use of strdup
This two fixes makes pcitest.c32 working far better, no more crash when
running it twice.
I'd like to thank Sebastian Herbszt for its reports and tests.
This patch was made for 3.62-pre16 but applies fine on 3.63-pre1.
2006 Sep 04
1
[PATCH 1/1] : Adding a new com32 module to handle cpu information
From : Erwan Velu <erwan.velu at free.fr>
This patch a new com32 module to handle cpu information.
A new "cpu" structure can be filled by calling "detect_cpu(&cpu)".
It provides :
- Vendor name as string
- Model as string
- Vendor as integer
- Model as integer
- Family as integer
- Stepping as Integer
- Flags as boolean
- SMP as boolean
Note that SMP is just a
2014 Feb 06
2
AD integration - Administrator can log in but no one else can
I have an Ubuntu 12.04 LTS server that I am trying to get integrated into
the company AD.
The global AD administrator with the username Administrator can log in and
access the shares on the samba box.
No other user, even users with Administrator privileges, can.
check_ntlm_password: authentication for user [Administrator] ->
[Administrator] -> [WIKI\Administrator] succeeded
2008 Oct 15
1
Syslinux Digest, Vol 67, Issue 10
Hi Peter/Erwan et al,
With my incredibly limited understanding of all things com32, years
ago, I managed to write a com32 module to tell PXE users their MAC
address, machine make, model and whether they were on a 32 or 64 bit
processor. Users found this very useful when trying to re-image the
8,000 odd boxes spread round the globe.
This was hugely based on Erwan Velu's dmitest.c circa 3.20.
2004 Aug 13
1
Menu's limitations
"Menu" is limited to 8 menus with 12 items each.
Is there any chance to grow the number of menus ?
--
Erwan Velu
Linux Cluster Distribution Project Manager
Mandrakesoft 43 rue d'aboukir 75002 Paris
Phone Number : +33 (0) 1 40 41 17 94
Fax Number : +33 (0) 1 40 41 92 00
OpenPGP key : http://www.mandrakesecure.net/cks/
2019 Jan 21
2
A bug in command localboot was introduced in version 6.03.
I created a bootable usb flash with boot menu. One of items was "Boot
from hard drive" with command "localboot 0x81". This item worked when
this usb flash was prepared with syslinux 6.02. And it stopped working
when the flash was prepared with syslinux 6.03. The message was
Booting from local disk...
Boot error
I extracted the source code, investigated, changed, compiled
2015 Sep 02
1
HDT & DMI updates
Thanks for pointing this out.
Applied in 3b3bc3675519e1530adab27480196eb3f1a458bc
Note that I've been adding some code in that branch to support the tftp WRQ
from libupload when running with lpxelinux.
2015-09-02 12:18 GMT+02:00 Gene Cumm <gene.cumm at gmail.com>:
> On Fri, Aug 14, 2015 at 4:41 AM, Erwan Velu via Syslinux
> <syslinux at zytor.com> wrote:
> > Hi
2019 Jan 21
2
A bug in command localboot was introduced in version 6.03.
diff --git a/core/localboot.c b/core/localboot.c
index 0b8769e4..30bfb272 100644
--- a/core/localboot.c
+++ b/core/localboot.c
@@ -63,7 +63,6 @@ __export void local_boot(int16_t ax)
ireg.eax.w[0] = 0; /* Reset drive */
__intcall(0x13, &ireg, NULL);
- memset(&ireg, 0, sizeof(ireg));
ireg.eax.w[0] = 0x0201; /* Read one sector */
ireg.ecx.w[0] = 0x0001; /* C/H/S = 0/0/1 (first
2016 Jul 28
2
[PATCH] : Adding dlabel option to chain.c32
That is perfectly true. I had a beautiful bug in the code .... Switching
from python to C have some weird side-effect. Indenting is not enough,
brackets are required....
So I pushed
https://github.com/ErwanAliasr1/syslinux/commit/5a122d218553a6d4019273653ba9fad66d6ae79e
with the fix.
I tested it on my multi-disk system with success.
I also changed the name of the function.
2016-07-17 8:21