Displaying 20 results from an estimated 2000 matches similar to: "Won't connect at start with Wndows 98 and storage of profiles"
2004 Jan 15
4
People detected as fax machines
A caller to me was this afternoon detected as a fax machine:
Jan 15 15:31:17 NOTICE[41997]: File chan_zap.c, Line 3564 (zt_read): Fax
detected, but no fax extension
... and then redirected to voicemail. An extract from extensions.conf is
attached below. Is there any way to stop * even considering an incoming
call on a line as a fax call?
Iain
bell]
include => mailboxes
include
2003 Jul 05
1
FWD trouble - 407 error
I got this today trying to place a call through FWD:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 217.11.11.1:5060;branch=z9hG4bK230f856c
From: "Iain" <sip:12345@fwd.pulver.com>;tag=as6eaa85fb
To: <sip:10001@fwd.pulver.com>;tag=b27e1a1d33761e85846fc98f5f3a7e58.3701
I didn't used to have any trouble with FWD and * is registering with FWD
OK. Has
2004 Jan 23
1
Back to front logging for calls placed through /var/spool/asterisk/outgoing?
I've just noticed that if you start a call by writing a file to
/var/spool/asterisk/outgoing the cdr created on termination logs the call
placed to the local extension - not to the destination in the PSTN. Hence
there is no record of the PSTN number dialled. I guess most people want to
log the outgoing portion not the local call leg? Anyone know of a setting
that changes this?
Iain
2004 Jan 14
5
* For Call Center
Hi Everyone ;)
I have posted something like this before but yeilded no solid help as of
yet.
I am new to * and havent even setup a box for it yet as to I have no clue
what I should go ahead and buy before wasting a few $k. Im looking to setup
* for my office with outbound calling only with some call agents, and also
remote agents so they can work from home. At this time im not looking to
2004 Jan 20
1
help - recording both sides of a conversati on
This is what I'm doing it gets you both sides of the phone call...small
size...and playable on windows through a share. My notes:
On redhat 9 I have to run the following command for asterisk to start
LD_ASSUME_KERNEL=2.4.1 asterisk -vvvvgc
[macro-record-on]
exten => s,1,SetVar(CALLFILENAME=${TIMESTAMP}-${ARG2}-${ARG1})
exten => s,2,Monitor(wav,${CALLFILENAME})
;exten =>
2016 Dec 19
0
Samba] Samba4 problem with Wndows Domain Trust
Which idmap backend are you using?
One thing to try is setting the idmap backend for the trusted domains to
TDB (local database file) This is not a great long term solution since
you will not have consistent mappings between domains. However it may
help determine if the issue is with winbind and idmap in general or with
the specific idmap backend (e.g. rid, ad, ldap.)
Are the domain
2016 Dec 22
1
Samba4 problem with Wndows Domain Trust
Hi Gaiseric,
"wbinfo -u" does not show the DOMAIN_B users.
"wbinfo -n DOMAIN_B+someuser" works and show the SID of the users, also from Domain_B.
"wbinfo -i DOMAIN_B+someuser" does not work. It only works for users of Domain_A.
For User of Domain_B, it says:
failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for user Domain_B+someuser
2006 Feb 14
0
Config ICECAST server in Wndows XP Pro
tam taly wrote:
> Thanks for Your reply. We are not able understand How to config Source
> point
If you mean mountpoint, you might not need or want to do anything with it.
> and what is the differences between admin and source because here in
> this document we are entering separate password for admin and source. If
> admin means ICECAST admin then I don't have any user
2006 Feb 13
2
Config ICECAST server in Wndows XP Pro
Hi,
we are using Windows xp Pro in our Company. we want to implement
voice stream server , we are very much interest on ICECAST server. We have
download and installed ICECAST Server. But Facing problem with config
Icecast server. We search in net there is no any clear documents about this
server. Can you please guide to config Icecast. If you hav any clear
document of Icecast server
2016 Dec 19
1
Samba] Samba4 problem with Wndows Domain Trust
How would I set the idmap backend to TDB ?
Both domain controlers are running Windows 2008 Server.
Am 19.12.2016 um 15:44 schrieb Gaiseric Vandal:
> Which idmap backend are you using?
>
> One thing to try is setting the idmap backend for the trusted domains
> to TDB (local database file) This is not a great long term solution
> since you will not have consistent mappings
2016 Dec 19
2
Samba] Samba4 problem with Wndows Domain Trust
Hi Gaiseric,
both packages have been provided as RPM and installed by yum. We didnĀ“t have to
compile.
"wbinfo -i" shows the correct uidnumber for users of DOMAIN_A, but nothing for
users auf the trusted Domain DOMAIN_B.
We have another server running Centos 6 and Samba 4.4.4. It shows the same
problem: Only users and groups of DOMAIN_A are available.
The settings:
ldap
2004 Jan 16
1
doublehash patch doesn't work in asterisk 0.7.1
Hello,
I was using the doublehash.patch that Iain Stevenson had created back in
August to change the transfer key from a single hash "#" to a double-hash
"#". It always patches properly, but when I went from CVS 2004-01-12 to
Asterisk 0.7.1 it doesn't seem to work anymore. I've attached the patch to
this email and I use the following command to patch it:
patch -p1
2016 Dec 20
1
Samba4 problem with Wndows Domain Trust
Hi Gaiseric,
I have tried that, also in different variations. But the users and
groups of DOMAIN_B keep invisible.
Below the smb.conf in the meantime state.
By the way: kinit works with both, users aof DOM_A and Users of DOM_B.
[global]
workgroup = DOM_A
server string = Samba %v
log file = /var/log/samba/log.%m
max log size = 50
password server = *
2016 Dec 18
2
Samba4 problem with Wndows Domain Trust
Hi all,
we have the following problem:
We are running two windows domains, which trust each other.
We have several RHEL6-Servers, which act as samba servers with windows
domain authentication.
Domain A is configured as realm in smb.conf.
As long as we run samba3, all users from domain A and domain B are able
to be authenticated. "wbinfo -g" lists all windows groups from domain A
2015 Oct 25
2
Can JIT be targeted to 32-bit in a 64-bit Wndows environment?
Hi
On 64-bit Windows the lack of proper stack unwinding support causes
crashes in JIT code generated by LLVM. I was wondering if it is
possible to ask LLVM to generate 32-bit code - and if that would work
within a 64-bit Windows application - i.e. the rest of the system will
be 64-bit only the generated code will be 32-bit. I was also wondering
if this would allow me to workaround the crashes due
2015 Oct 30
4
Can JIT be targeted to 32-bit in a 64-bit Wndows environment?
You actually can mix 32 and 64 bit code in the same Windows process, but
only with great effort. Fixing PR24233 is probably easier. :)
We know how to generate the info, but we still have to get it registered...
On Thu, Oct 29, 2015 at 2:19 PM, Lang Hames via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi Dibyendu,
>
> I'm not familiar with Windows at all, but I assume you
2006 Feb 14
2
Config ICECAST server in Wndows XP Pro
Hi Geoff,
Thanks for Your reply. We are not able understand How to config Source
point and what is the differences between admin and source because here in
this document we are entering separate password for admin and source. If
admin means ICECAST admin then I don't have any user name or password for my
ICECAST server which is installed in my system. We are not able understand
what is
2008 Mar 25
0
New package: epiR
A new package 'epiR' is available on CRAN. Package description as follows:
Package: epiR
Version: 0.9-3
Date: 2008-03-24
Title: Functions for analysing epidemiological data
Author: Mark Stevenson <M.Stevenson at massey.ac.nz> with contributions
from Telmo Nunes, Javier Sanchez, and Ron Thornton.
Maintainer: Mark Stevenson <M.Stevenson at massey.ac.nz>
Description: A package
2008 Mar 25
0
New package: epiR
A new package 'epiR' is available on CRAN. Package description as follows:
Package: epiR
Version: 0.9-3
Date: 2008-03-24
Title: Functions for analysing epidemiological data
Author: Mark Stevenson <M.Stevenson at massey.ac.nz> with contributions
from Telmo Nunes, Javier Sanchez, and Ron Thornton.
Maintainer: Mark Stevenson <M.Stevenson at massey.ac.nz>
Description: A package
2006 Feb 14
1
Config ICECAST server in Wndows XP Pro
Hi Geoff,
Thanks Geoff, We are currectly working in Asp.Net 1.1. We want to do 2
tasks.
Tasks:
1. Actually we are having MP3 file which is in server (Eg.
www.myserver.com/admin/music/myvoice.mp3 ). When user hit the url they
want to get the music with streaming.
2. We want to give live voice streaming to users (Eg: Live Cricket
Commentary). When user is in our web page ,