Displaying 20 results from an estimated 56 matches for "telephonenumber".
2015 Jan 29
1
Semi OT - LDAP multi-valued attributes support in SIP phones
Hello,
I've just started to look at LDAP in IP telephony.
1. I've read parts of RFC2798 which defines inetOrgPerson class.
I could find homePhone or telephoneNumber (multi-valued) attributes
but nothing like phoneExtension.
Did I miss something ?
I not, what would you advise to store private extensions in LDAP db ?
2. Several SIP phones can query LDAP databases.
Have you met any success with such SIP phones and LDAP entries with
two values for telephoneNumber...
2012 Mar 20
1
Cut off + sign in telephonenumber
Hello,
I'm trying to cut off the "+" sign if part of a telephone number, but
not succeeding :
exten => test,n,Set(cid=+99999600)
exten => test,n,Set(regx="([0-9])")
exten => test,n,Set(cid2=$["${cid}" : ${regx}])
exten => test,n,NoOp(cid2=${cid2})
cid2 is empty afterwards...
What I want is to make sure there are only numbers and no other
2007 Feb 15
17
Odd parameter munging with with()
Hi,
I have this setup block:
setup do
session[:login] = ''jhughes''
@user = mock("user")
User.stub!(:find).and_return(@user)
@params = {:cn => "Bilbo Baggins",
:telephoneNumber => "416-277-4418",
:mail => "bilbo at baggins.com"}
end
And then this spec:
specify "should update and save the attributes for user" do
@user.should_receive(:update_attributes).with(@params).and_return(true)
post :update, :id => "jhugh...
2018 Nov 13
2
Samba4 AD LDAP Debug
Hello,
I try to add some Entries via PHP to samba 4 AD LDAP.
The insert work only party, some values like telephonenumber, ipPhone
and facsimileTelephoneNumber are not set.
ldap_add always return success.
Is there a way to see whats going on in ldap and whats wrong?
I have try to set ldap_set_option($connect, LDAP_OPT_DEBUG_LEVEL, 7); in
php, but it doesn't output more infos.
Best Regards,
2008 Sep 11
2
Dovecot Ldap Logs
...=subtree
filter=(&(objectClass=mailUser)(mail=sysadmin at domain.off)) fields=(all)
Info: auth(default): ldap(sysadmin at domain.off,172.16.1.80): result:
accountStatus(?unknown?)= cn(?unknown?)= givenName(?unknown?)=
initials(?unknown?)= l(?unknown?)= o(?unknown?)= objectClass(?unknown?)=
telephoneNumber(?unknown?)= sn(?unknown?)= title(?unknown?)=
uid(?unknown?)= userPassword(?unknown?)= mail(?unknown?)=
---
What is that mean? And how can im get a rid of this?
--
Best regards,
Proskurin Kirill
2010 May 26
1
Samba4 Patch: newuseradv and newgroupadv scripts for net cmd utlity
Hi all,
As per Jelmer's request - in response to bug #7455 attached diff file.
Please let me know what you think and if any modificationes need to be
performed
Regards
Luk
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: newusergroupadv.diff
URL:
2009 Sep 10
4
ldap quota dovecot
...ildir
trash: /etc/dovecot-trash.conf
sieve: ~/.dovecot.sieve
sieve_dir: ~/sieve
sieve_extensions: +imapflags +notify
dovecot-ldap.conf:
hosts = ldap.example.com
auth_bind = yes
base = ou=people, dc=example, dc=com
scope = subtree
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid,telephoneNumber=quota_rule=*:storage=%$M
user_filter = (&(objectClass=posixAccount)(uid=%u))
pass_attrs = uid=user,userPassword=password
pass_filter = (&(objectClass=posixAccount)(uid=%u)(!(shadowExpire=*)))
default_pass_scheme = CRYPT
Imap shows correct quota, but dovecot lda doesn't reject mail and...
2007 Dec 16
0
LDAPget question, usage
...ame)=cidname)
exten => 100,n,SayPhonetic(${CALLERID(name)})
exten => 100,n,Hangup()
ldap.conf
[cidname]
host = dc1.test.domain.lan
version = 3
user = cn=asterisk,ou=services,dc=test,dc=domain,dc=lan
pass = xxxxxxx
base = ou=Addressbook,o=test.domain.lan
filter = (&(objectClass=person)(|(telephoneNumber=${CALLERID(num)})))
Whenever this is tested, the following is output on the Asterisk console:
[Dec 16 02:24:04] WARNING[5258]: app_ldap.c:266 ldap_lookup: LDAPget: search
failed: Operations error
I'm the first to admit I'm not an LDAP or a MS guy, so if my query is wrong
I'll happil...
2006 Jun 23
1
Samba 3.0.22: share be r/w for LDAP-authenticated users, r/o for anonymous
...rite access
- authentication should be performed against an LDAP that contains
entries like this:
dn: cn=rb,dc=intra,dc=ourdom,dc=de
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: jabberuser
jid: rb@intra.ourdom.de
o: ourcompany
cn: rb
sn: Bergs
givenName: Ralf
telephoneNumber: +49xxxxxxx
mobile: +49xxxxxxxx
userPassword: secret
roomNumber: 4711
The "userPassword" key contains the password that is to be checked, the
"cn" key the username for the respective user.
Can this be accomplished? Is there anyone who would like to share some
config snippets w...
2009 Jul 20
2
Samba is deleting samba-passwords out of ldap-tree
...id=ds,ou=people,dc=marco,dc=de
userPassword: {crypt}RVp32Kd9mkUek
sambaLogonTime: 0
sambaLogoffTime: 0
sambaPwdLastSet: 0
sambaProfilePath: \\homedirs\ds\.ntprofile
sambaPwdCanChange: 0
sambaSID: S-1-5-21-2539381339-996027264-670411106-2015
sambaHomePath: \\homedirs\ds
uid: ds
cn: Daniel Spannbauer
telephoneNumber: 27
roomNumber: bab
givenName: Daniel
sn: Spannbauer
mail: ds at marco.de
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: sambaSamAccount
objectClass: shadowAccount
objectClass: posixAccount
objectClass: top
businessCategory: Software Entwicklung
street...
2024 Aug 30
1
ldapsrv_do_call: Critical extension 1.2.840.113556.1.4.2066 is not known to this server
...ederation with writable (Active Directory)
LDAP and Kerberos and without synchronization (so there are no local
Keycloak actions, everything goes directly to Samba).
I have tested the connection and tested user self-service. It works
properly: users can change selected attributes (such as
'telephoneNumber', 'mobile' etc.) in Keycloak and the changes appear in
Samba (samba-tool user show).
Keycloak uses a service-account to make changes in Samba. For
test-purposes I am using a user in the 'Domain Admins' group, so there
are no failures on missing permissions. Figuring out the...
2005 Aug 14
4
Multiple Asterisk Installations + SER
I'm trying to implement a shared asterisk server for multiple
(different) companies. Here's what I've done so far:
- I've installed multiple asterisk instances on one server (via
vserver). Each * is for one customer, and has it's own extensions (like
100, 101, 102, etc.) Note that the same extension can exist on other *
instances
- The SIP Clients register themselves with *
-
2007 May 21
1
per user quota using LDAP entries
...------------------------
ldapsearch -x -Z '(uid=kenneth.oncinian)'
# LDAPv3
# base <> with scope sub
# filter: (uid=kenneth.oncinian)
# requesting: ALL
#
# kenneth.oncinian, People, ph.panasonic.com
dn: uid=kenneth.oncinian,ou=People, dc=xx,dc=xx,dc=xx
givenName: Kenneth
sn: Oncinian
telephoneNumber: xxx-xxxx
loginShell: /bin/bash
gidNumber: 2516
uidNumber: 1000
mail: kenneth.oncinian at xx.xx.xx
facsimileTelephoneNumber: xxx xxxx
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetorgperson
objectClass: posixAccount
objectClass: account
objectClass: mailgro...
2007 Mar 01
1
LDAP error
...I6s2l+m0
dn: uid=telbit,ou=gestao,ou=accounts,dc=telbit,dc=pt
objectClass: top
objectClass: person
objectClass: inetOrgPerson
objectClass: qmailUser
objectClass: organizationalPerson
sn:: VGVsYml0IC1UZWNub2xvZ2lhcyBkZSBJbmZvcm1hw6fDo28gTGRh
cn:: VGVsYml0IC1UZWNub2xvZ2lhcyBkZSBJbmZvcm1hw6fDo28gTGRh
telephoneNumber: 234 425 093 / ext-PTI: 1183
mail: telbit at telbit.pt
uid: telbit
mailAlternateAddress: telbit at mail.telbit.pt
mailAlternateAddress: telbit at metropolis.telbit.pt
mailMessageStore: /virtual/gestao/telbit at telbit.pt
userPassword: {MD5}BVSB/EMPOZqByKUcMvX94A==
dn: ou=users,ou=accounts,dc=telb...
2016 Oct 09
2
Problem with one User after upgrade to 4.5.0
...n
Users,OU=SAMDOMOU,DC=samd
om,DC=example,DC=com
cn: John Q. Public
name: John Q. Public
streetAddress: 478 Some St.
initials: Q
displayName: John Q. Public
gidNumber: 3000513
lockoutTime: 0
loginShell: /bin/bash
mail: sPublic at example.com
mobile: (555)555-5555
msDS-SupportedEncryptionTypes: 0
telephoneNumber: (555)555-5555
title: The Bigger Boss
uidNumber: 3001108
unixHomeDirectory: /home/sln-11868bg
objectClass: top
objectClass: posixAccount
objectClass: person
objectClass: organizationalPerson
objectClass: user
objectCategory:
CN=Person,CN=Schema,CN=Configuration,DC=samdom,DC=example,DC=co
m
profi...
2018 Nov 09
1
Manage Users / Contacts from command line
...lPerson
objectClass: contact
cn: paul example
sn: example
givenName: paul
instanceType: 4
whenCreated: 20181109085254.0Z
displayName: paul_example
uSNCreated: 453523
name: paul example
objectGUID:: n1Sdtj36A0ykgQeLfE3bSQ==
objectCategory:
CN=Person,CN=Schema,CN=Configuration,DC=kes,DC=example,DC=de
telephoneNumber: 0123456789
mobile: 0123456789
whenChanged: 20181109093456.0Z
uSNChanged: 453600
ipPhone: 230
distinguishedName: CN=paul example,OU=abook,DC=kes,DC=example,DC=de
Is there a way to add entries to this OU from command line?
I want to write a script that users can add telephone book entries
without...
2006 Mar 20
1
has_many in a view
Is it possible to have one form update the parent (has) and he child
objects (many) in one go. All my best efforts so far have failed for
various reasons.
My models are...
Company:
has_many telephone_numbers
TelephoneNumber:
number
I would then like to be able to edit, add and remove telephone numbers
for the company in the one form, and save everything upon submit.
I have been trying this for a week now wih out any success!
Martin
--
Posted via http://www.ruby-forum.com/.
2004 Jul 19
0
AGI Dial, Extension dial SIP Loop
...from the AGI EXECUTE DIAL and from a Dial in the
extension.conf.
-- Executing AGI("SIP/1000-c3c3", "enum.php") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/enum.php
enum.php: 123
enum.php: 3170327xxxx
enum.php: LDAP bind successful...
enum.php: telephoneNumber=3170327xxxx,ou=People,dc=eshara
enum.php: sip:1000@xxx.xxx.xxx.xxx
enum.php: in: sip:1000@xxx.xxx.xxx.xxx
enum.php: uit: sip/1000@xxx.xxx.xxx.xxx
enum.php: in: sip:1000@xxx.xxx.xxx.xxx
enum.php: uit: sip/1000@xxx.xxx.xxx.xxx
-- AGI Script enum.php completed, returning 0
-- Executi...
2005 Aug 17
0
Asterisk (multiple) + Ser
...s installed and one SER server which will
act as a gateway to PSTN, en redirect server.
I was thinking to implement it the following way:
- Register all the * servers at SER (is this neccessary?) -> this works
via register=>asterisk:password@serbox in sip.conf
- Setup aliases in SER for the telephonenumbers to the appropiate *
server: serctl alias add 0161234567@serbox asterisk@serbox e-mailaddress
This way, when one SIP phone behind a * server calls for example
016234567, the * server forwards the request to SER, SER looks up the
alias en then forwards it to the destined * server. If a number canno...
2010 Feb 25
2
Do i need install Dahdi or libpri ?
hello,all
there is a AudioCodes Mediant 2000 out there. i want to realise ip to
PSTN and PSTN to ip connection.
after some configuration on AudioCodes Mediant 2000, PSTN to ip
connecttion works.
next ,i want to dial from asterisk to PSTN now. i have see the sample
in the extensions.conf relevent to PSTN as follow:
; If you are freely delivering calls to the PSTN, list them here
;
;exten =>