Displaying 20 results from an estimated 23 matches for "homephone".
2007 Apr 23
1
problem when using Dial(Local/extension@context)
hi folks,
I use Dial(Local/extension@context) to make calls received on my DID number
to ring a local extension. I notice that on 8 out of 10 calls, the audio is
NOT working in the incoming direction (DID provider to asterisk). Local
extension 2055 maps to SIP destination "homephone", and if i replace the
Dial(Local/2055@local) with Dial(SIP/homephone), it works fine 100% of the
time.
any suggestions?
thanks
sridhar
CLI> core show version
Asterisk 1.4.1 built by root @ astpbx on a i686 running Linux on 2007-03-07
11:25:52 UTC
extensions.conf
-------------------...
2014 Jul 29
1
dsacls
Are there any deny tools with samba4? Like the below example?
To set the permission to deny read access of the homePhone attribute on a single user object, you can use this command:
dsacls <DN of object> /D <security principal>:RP;homePhone
For our example, the command would look like this:
dsacls "CN=Doe\, John,OU=newOU,DC=root,DC=net" /D root\
non-HR-users:RP;homePhone
2004 Jan 29
10
Doubt about pattern
..."
Tahnks very much
--
Marcelo Luiz de Laia, M.Sc.
Dep. de Tecnologia, Lab. Bioqu?mica e de Biologia Molecular
Universidade Estadual Paulista - UNESP
Via de Acesso Prof. Paulo Donato Castelane, Km 05
14.884-900 - Jaboticabal, SP, Brazil
PhoneFax: 16 3209-2675/2676/2677 R. 202/208/203 (trab.)
HomePhone: 16 3203 2328 - www.lbm.fcav.unesp.br - mlaia at yahoo.com
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...
2004 Apr 18
0
AGI Module
...Birth Date], Zip, [Home Phone]
from SEARCHBASE where [Demo#] = $accountNumber");
$sth->execute();
if ($sth->rows == 1) {
@data = $sth->fetchrow_array();
my $ssn = $data[0];
my $dob = $data[1];
my $dob = $data[1];
my $zip = $data[2];
my $homePhone = $data[3];
$AGI->verbose("Data returned: $ssn, $dob, $zip, $homePhone",3)
} else {
$AGI->verbose("Invalid account number: $accountNumber",1);
$AGI->exec('Queue', 'unverified-patientq');
exit(0);
}
$sth->finish;
$dbh-&...
2004 Aug 30
0
Redirect SIP calls to the SIP provider sipgate.de
...quot;SIP/0031201234567@sipprov|120") in
new stack
-- Called 0031201234567@sipprov
Aug 30 15:11:23 NOTICE[159484848]: chan_sip.c:6643 handle_response: Failed
to authenticate on INVITE to '"Han Xten"
<sip:t10001@200.179.001.11>;tag=as6a15a27f'
== Spawn extension (homephone, 0031201234567, 1) exited non-zero on
'SIP/t10002-4666'
Aug 30 15:11:32 WARNING[159484848]: chan_sip.c:675 retrans_pkt: Maximum
retries exceeded on call 537024d80840b3144f54435220e25db8@200.179.001.11 for
seqno 104 (Non-critical Request)
How can I setup an SIP account, so that a sip ph...
2006 Nov 13
0
Question about MySQL Fetch foundRow from the dial plan
I have a query that query's my database based on the read input for an ID
number.
exten => s,4,MYSQL(Query resultid ${connid} SELECT\ `FirstName`\
`HomePhone`\ FROM\ `contacts`\ WHERE\ `ContactID`= \'${ID}\')
exten => s,5,MYSQL(Fetch foundRow ${resultid} var1 var2) ; fetch row
Problem is is that when I do the following:
exten => s,7,Cepstral(The Phone number for ${var1} is ${var2})
is reads back
Executing Cepstral("SIP/2092-ef65&q...
2013 Apr 11
1
Internal LDAP explanation
Hi there !
I've read many documentation today but i can't understand samba 4
internal ldap server.
I'm currently using samba3 with openldap backend.
I'm considering using samba4 as my new domain controller in ADS mode.
I have few questions :
- Can i connect to the new ldap server from a remote machine (
ldapsearch on port 389 ) ? If no why ?
- So, can i connect pam for linux
2004 Sep 21
0
SIP Phone dropping calls, SIP Softphones working fine
...o!
I am semi-new to asterisk, I've been toying with it for about a month
now. I'm using the current version from the CVS server (as of last
week) and have succesfully connected it to Broadvoice, as well as a
few softphones. I got a Nortel i2004 IP phone from a friend to setup
at home as a homephone using Broadvoice, but going through my * box
and using iptel.com for toll free calls. Well everything is basically
working with the exeption of one thing, outgoing calls from the Nortel
i2004 drop as soon as the remote party answers. For example if I call
my celular phone it will ring, but as soon...
2005 Aug 22
1
Question on Zap interfaces
I have a TDM4xx card with two (3 and 4) interfaces for my land lines. I
have a basic setup working with them and one VoIP provider. Questions:
1. How do I determine which Zap line the incoming call is on so I can
handle it differently? One line is my home phone and the other is my
work line. I would like different dialplans for each.
2. When I have my work line set (via Verizon) to call
2008 Jan 07
0
chan_mobile and W300i
...ore than 2000 mS away
nat=no ; This phone is not natted
host=dynamic ; This device registers with us
canreinvite=no ; Asterisk by default tries to redirect
context=fromsoftphone
port=5061 ; Uncomment this line if Ekiga and Asterisk are on the same host
more extensions.conf
[globals]
HOMEPHONE=XXXXXXXXX
MOBILEA=Mobile/W300i ;the mobile connected to asterisk
MOBILEB=Mobile/W300i/XXXXXXXXX ;the "remote" mobile
SIPOUT=SIP/sip-out
SOFTPHONE=SIP/1000
TIMEOUT=2
[general]
autofallthrough=yes
[fromsoftphone]
exten => 0,1,Answer()
exten => 0,n,Authenticate(XXXX)
exten =&g...
2012 Dec 13
1
Migrate to samba 4 in ( relatively ) complex openLDAP environment
...facsimileTelephoneNumber
gecos
gidNumber
givenName
groupMemberShip
homeDirectory
homePhone
host
imapPort
imapServer
initials
ipHostNumber
ipNetmaskNumber
ipNetworkNumber
l
labeledURI
loginShell
mail
mailDomain
mailenabled
member
memberUid
mobile
o
objectClass
orclnetdescstring
orclpassword
ou
pager
postalCode
preferredLanguage
radiusFilterId
radiusTunnelMediumType
radiusTunnelPrivateGrou...
2008 Feb 20
1
sambaPwdMustChange attribute didn't get updated (3.0.27a)
...ous auth
by * none
access to
attrs=objectClass,entry,homeDirectory,uid,uidNumber,gidNumber,memberUid
by dn="cn=samba,ou=DSA,dc=bel-gmbh,dc=lan" write
by dn="cn=smbldap-tools,ou=DSA,dc=bel-gmbh,dc=lan" write
by * read
access to
attrs=description,telephoneNumber,roomNumber,homePhone,loginShell,gecos,cn,sn,givenname
by dn="cn=samba,ou=DSA,dc=bel-gmbh,dc=lan" write
by dn="cn=smbldap-tools,ou=DSA,dc=bel-gmbh,dc=lan" write
by self write
by * read
access to
attrs=cn,sambaLMPassword,sambaNTPassword,sambaPwdLastSet,sambaLogonTime,sambaLogoffTime,sambaKickoff...
2007 Mar 03
4
Fwd: Changing LDAP password from Windows XP
Hello,
remove the line 'passwd program = /usr/sbin/smbldap-passwd %u'
for testing.
On my Suse 10.1 I do not need this and m y users can change their passwords.
greetings
daniel
-------- Original-Nachricht --------
Datum: Fri, 2 Mar 2007 11:55:06 -0600 (CST)
Von: "Andy Colvin" <acolvin@enkitec.com>
An: samba@lists.samba.org
CC:
Betreff: [Samba] Changing LDAP
2007 Nov 09
1
A device attached to the system is not functioning.
...user,ou=People,dc=gomer,dc=mdah,dc=state,dc=ms,dc=us>
with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#
# testuser, People, gomer.mdah.state.ms.us
dn: uid=testuser,ou=People,dc=gomer,dc=mdah,dc=state,dc=ms,dc=us
uid: testuser
cn: test user
telephoneNumber: 5766888
roomNumber: IS
homePhone: 3738042
givenName: test
sn: user
mail: testuser@dc=mdah,dc=state,dc=ms,dc=us
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
objectClass: sambaSamAccount
loginShell: /bin/bash
uidNumber: 501
gidN...
2005 May 20
3
samba4 openldap
I see that samba4 will have it's own LDAP database. How will the support
for OpenLDAP be? if anyone knows. Will I have the option to use OpenLDAP
still for all the new features so as to be able to use current apps that
use OpenLDAP already? If anyone has info regarding this, it would be
appreciated. Thanks.
Caleb O'Connell
2014 Jul 30
1
samba Digest, Vol 139, Issue 40
...1:17
> > To: samba at lists.samba.org
> > Subject: Re: [Samba] dsacls
> >
> > On 29/07/2014 12:05, Stuart Naylor wrote:
> > > Are there any deny tools with samba4? Like the below example?
> > >
> > > To set the permission to deny read access of the homePhone attribute
> on a single user object, you can use this command:
> > >
> > > dsacls <DN of object> /D <security principal>:RP;homePhone
> > > For our example, the command would look like this:
> > >
> > > dsacls "CN=Doe\, John,OU=newOU,...
2007 Dec 04
0
configuration needed to load roaming profiles off of a BDC?
...user,ou=People,dc=gomer,dc=mdah,dc=state,dc=ms,dc=us>
with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#
# testuser, People, gomer.mdah.state.ms.us
dn: uid=testuser,ou=People,dc=gomer,dc=mdah,dc=state,dc=ms,dc=us
uid: testuser
cn: test user
telephoneNumber: 5766888
roomNumber: IS
homePhone: 3738042
givenName: test
sn: user
mail: testuser@dc=mdah,dc=state,dc=ms,dc=us
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
objectClass: sambaSamAccount
shadowWarning: 7
loginShell: /bin/bash
ui...
2006 Jan 17
0
samba 3.0.21 PDC with LDAP problems
...ry,uid,uidNumber,gidNumber,memberUid
by dn="cn=nns,ou=Groups,dc=msdpl,dc=com" write
by dn="cn=Domain Admins,ou=Groups,dc=msdpl,dc=com" write
by * read
# somme attributes can be writable by users themselves
access to
attrs=description,telephoneNumber,roomNumber,homePhone,loginShell,gecos,cn,sn,givenname
by dn="cn=nns,ou=Groups,dc=msdpl,dc=com" write
by dn="cn=Domain Admins,ou=Groups,dc=msdpl,dc=com" write
by * read
# some attributes need to be writable for samba
access to dn.base="dc=msdpl,dc=com"
by dn="cn=nns,o...
2006 Jan 20
0
samba wbinfo -U "error Looking up domain users"
...d,uidNumber,gidNumber,memberUid
by dn="cn=nns,ou=Groups,dc=msdpl,dc=com" write
by dn="cn=Domain Admins,ou=Groups,dc=msdpl,dc=com" write
by * read
# somme attributes can be writable by users themselves
access to
attrs=description,telephoneNumber,roomNumber,homePhone,loginShell,gecos,cn,sn,givenname
by dn="cn=nns,ou=Groups,dc=msdpl,dc=com" write
by dn="cn=Domain Admins,ou=Groups,dc=msdpl,dc=com" write
by * read
# some attributes need to be writable for samba
access to dn.base="dc=msdpl,dc=com"
by dn="cn...