Displaying 5 results from an estimated 5 matches for "wsmith".
Did you mean:
smith
2004 Jun 09
0
Call Pickup problem in Asterisk with SIP phones
I'm having a tough time getting call pickup to work on *. Here's my
configuration:
X100P with T-1, channels 1-4 voice <---> * <---CISCO 7960 with SIP 6.0 Image
A call comes in, and * picks up and presents a menu. Caller chooses
extension, (in this case ext 103, SIP/wsmith)
Wsmith is sitting in my office, hears his phone ringing, picks up my phone,
gets dial tone, and presses *8. He gets a reorder (fast busy) on my phone,
and his phone continues to ring (he then curses loudly, and goes racing down
the hall to try to catch the call)
In * , I get a
Jun 9 15:45:14...
2003 Jul 17
1
Question on use of a username map file and security=domain interactions ?
...for thoughts/experiences when the following conditions are met ...
I have 2 users .... say Sam Smith and Jeff Smith
On UNIX (on the samba server) their logins are
Walt Smith = "smith"
Jeff Smith = "jsmith
On the NT DOMAIN side, their logins are
Walt Smith = "wsmith"
Jeff Smith = "smith"
In my smb.config file, I have
security = domain [ and all the stuff that goes with it]
username map = /samba/lib/name-maps
And in name-maps, I have
smith = wsmith
jsmith = smith
Note the re-use of the word "smith" on both sides...
2015 May 29
0
idmapping working for all domain users except Administrator, works for most groups
...th no spaces in the same.
Related this this , the idmapping for select domain groups may or may
not be working
# getent group "MYDOMAIN\Domain Users"
(no response)
# getent group "MYDOMAIN\sales"
MYDOMAIN\sales:x:600:MYDOMAIN\jsmith,MYDOMAIN\rsmith,MYDOMAIN\wsmith,
Either the problem is with groups with spaces in names or groups that
have well known SIDs. BUt the only groups with spaces are those with
well known sids. The undelying unix groups will also have spaces. This
is ok on the Solaris 11 Samba 3.x machines.
I appreciate any advice.
Thank...
2005 Aug 09
1
Net RPC Vampire not sucking all groups
...2005comptrol does.
adding user thodgkinson to group 2005comptrol
getent group
2005comptrol:x:1005:Administrator,lchapman,hando,jcarroll,jchesnut,salbrecht
,shaddock,thodgkinson,sp2005,lpatterson,aladha,adore,ossis,cmikkelsen,cburto
n,mhealy,scarscadden,lmccheyne,boardroom,bgamble,lmoore,wsmith,smorice,lkoza
n,dfebbo,dpuff,gstevely,skihub02,kbuffel,krobertson,sp2006,sberry,lirvine,ti
cket01,ticket02,ticket03,ticket04,ticket05,ticket06,ticket07,ticket08,ticket
09,pass01,tent02,pass03,pass04,tent01,pass02,skitech01,rental02,rental03,ren
tal04,rental05,rental01,special01,special02,special03,...
2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
...n is getting that all other thing
are ok but i dont know why only these two variables
are not working. other variables like CALLID,
ACCOUNTCODE, etc are ok but these two DNID and
CALLERID are empty
here is the code i am using with asterisk-CVS
#!/usr/bin/perl
#
# Based on http://mail.newmmc.com/~wsmith/astcdr
author is unknown,
# found here
http://www.voip-info.org/wiki-Asterisk+AGI
#
# RADIUS Accounting By
# (c)2004 Porta Software Ltd. www.portaone.com
# Oleksandr Kapitanenko <kapitan@portaone.com>
#
use strict;
use Asterisk::Manager;
use Sys::Syslog;
use POSIX;
use Config::IniFiles;
use...