Displaying 20 results from an estimated 3000 matches similar to: "Can't join domain as DC"
2008 Dec 11
1
SIP CallerID Question
I have several branch offices all running Asterisk PBX's that register
to each other via SIP so that calls can be transferred from office to
office. Everything is working great on the office to office transfers,
but I'd like to somehow make the CallerID more useful. Currently if an
extension at Office1 dials an extension at Office2 the CID on the phone
at Office2 says
2010 Apr 29
1
incoming call should ring on several dahdi channels
Hi,
I need a feature from asterisk with dahdi channels, if there is an
incoming call, it should ring on several dahdi channels.
My channels look like:
OFFICE1=DAHDI/13,,rtT
OFFICE2=DAHDI/14,,rtT
If I add this line:
exten => 12345678,1,Dial(${OFFICE1}&{OFFICE2})
only OFFICE1 rings.
If I change it to
exten => 12345678,1,Dial(DAHDI/13&DAHDI/14)
DAHDI/13 and 14 rings together,
2005 Jul 19
1
Information setting up asterisk with an ISDN NT
Hi Folks,
First of all, I've been reading a lot and a lot about asterisk and ISDN-BRI,
but is really a complicated world, not like PRI or Analog.
I have 2 offices with 2 NT boxes and I want to connect them with Asterisk to
route outgoing from one office two the other. At the end I want them to look
like this Office2 will have only VoIP phones (not ISDN phones connected to a
card in asterisk)
2012 Jan 03
1
geo-replication loops
Hi,
I was thinking about a common (I hope!) use case of Glusterfs geo-replication.
Imagine 3 different facility having their own glusterfs deployment:
* central-office
* remote-office1
* remote-office2
Every client mount their local glusterfs deployment and write files
(i.e.: user A deposit a PDF document on remote-office2), and it get
replicated to the central-office glusterfs volume as soon
2018 May 30
2
tunnel interface names
>> the fact that ssh insists on tap* and tun* tun/tap-device-names is a
>> real nag and prevents from nice and easy solutions in some cases.
>
> Could you offer some examples?
some client:
ssh -o "Tunnel Ethernet" -w any office
next client:
ssh -o "Tunnel Ethernet" -w any office
...and so forth.
interface configuration on the hub for all clients:
2008 Aug 29
1
Connecting two asterisks via IAX
Hi,
I need to connect 2 asterisks in 2 different countries (A and B) for one
company so it's possible to make connections between the 2 offices.
For connectivity reasons (NAT traversal) i want to connect the 2 asterisk
with IAX so that when a user on office A connects via SIP to user on office
B the call is going trought IAX channel.
Can anyone give me an ideia how to accomplish
2017 Jun 07
2
Dovecot login is slow
Hi,
I have an Ubuntu 16.04 server with dovecot 2.2.22 configured as an imap
server with an LDAP backend for authentication. This is the output of
"dovecot -n":
# 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.13 (7b14904)
# OS: Linux 4.4.0-77-generic x86_64 Ubuntu 16.04.2 LTS
auth_debug_passwords = yes
mail_gid = vmail
mail_location = maildir:~/
2008 Oct 08
1
Sip Trunking
I have several branch offices, each with their own Asterisk server
(version 1.4.22.1) handling their PBX functions. All of these offices
need to talk to each other. In sip.conf I created a peer entry for each
office with a username of branch-user and a friend entry for every
branch-user with the username being just the branch, for example:
[Office2]
username=Office1-user
host=10.10.80.253
2010 Aug 25
1
Odp: Finding pairs
Dear Mr Petr Pikal
I am extremely sorry for the manner I have raised the query. Actually that was my first post to this R forum and in fact even I was also bit confused while drafting the query, for which I really owe sorry to all for consuming the precious time. Perhaps I will try to redraft my query in a better way as follows.
I have two datasets "A" and "B" containing the
2005 Sep 24
2
Asterisk returns 484 ADDRESS INCOMPLETE for incoming SIP calls
I'm new to asterisk and need some help with getting a SIP connection
working.
I am trying to establish a termination point/DID number in another
country. I am currently running Asterisk CVS-HEAD. My foreign provider
uses SIP and authenticates via IP address. I am not required to
register my SIP connection in order to send or receive calls.
Can someone help me with how to understand the
2012 Feb 27
4
Multiple locations, 2 servers - planning questions...
Hello all/Timo,
Up until now, my main Clients office has consisted of a single location,
and I have never had to deal with the situation of multiple locations
for a single company.
They have just told me that they are acquiring an additional floor at a
building that is about 4 minutes away - but obviously far enough away
that I now have to deal with supporting users in the same domain but at
2018 Jun 08
3
Samba, AD, 'short' name resolving...
Hai,
If the primary domain is set in windows, which is after domain join, it used that.
Ipconfig /all and see primary DNS suffix.
The dns suffix and first dns search list should be the same.
Yes, other settings are possible, but stick to this for now.
The Primay DNS suffix is used for the register of the IP in the DNS.
The DHCP Service User MUST be a member of the DNSAdmins.
The DHCP
2017 Jul 11
1
User uidNumber questions
Hi,
Question1: An uidNumber can be given to a new user by "samba-tool user add <
user.name> --uid-number=<number>". But is there a way to make samba
autogenerate it without me having to give a specific number?
Question2: The output of wbinfo --user-info <user.name>
DOMAIN\user.name:*:3000015:100:Full Name:/home/DOMAIN/user.name:/bin/false
>From what i understood
2003 Feb 25
2
Specified User Does not exist ?
Hey all,
I hope I'm missing something simple. This is my second PDC install and I'm having some problems getting my win2k machine to join the domain. First I made the machine account:
useradd -g 100 -d /dev/null -c "bob's computer" -s /bin/false office1$
Then I lock the password:
passwd -l office1$
Next I make the smbpasswd -am office1 name.
Finally, I added a
2018 Jun 08
4
Samba, AD, 'short' name resolving...
Mandi! Rowland Penny via samba
In chel di` si favelave...
> This is probably where you are going wrong. AD lives and dies on DNS,
> your DC MUST be authoritative for the AD domain.
...but *is* authoritative! Simply DHCP server assign the ''old'' DNS,
where all resolution fr the AD (sub)domain are forwarded to AD DNS...
> Your AD clients should be using the DC as
2020 May 15
2
Migrate DCs on ubuntu 14.04 to ubuntu 18.04
Hi,
I'm having the following setup: 3 offices, with at least 2 DCs per office.
Every DC is running on ubuntu 14.04 with either samba 4.3.9 or 4.3.11. I'm
not the one that build these DCs but from documentation and what I'm told,
nothing fancy was done on them, just joined the domain, added
users/fileservers and group policy replication as described here:
2005 Jul 15
1
Samba PDC - Samba Member Server
The configuration I'm trying to use is a SAMBA PDC with a SAMBA Member Server, using
tdbsam. Binaries for SuSE 9.3 from the samba web page, version 3.0.14a-4.1.i586.rpm.
This is SuSE 9.3 Pro with patches and kernel up-to-date thru 20050708. I need to use
Samba 3.0.14a because in production the Samba PDC will have to work with several
Samba member servers and 3 Windows 2003 member servers.
2004 Jul 08
3
i or s or whatever the invalid_exten is HELP !!!!!
Ok
So when i get into a context and dial a number that does not exist the 'i'
exten works fine.
I have a test exten that runs my menu system if i dial that then dial an
exten that does not exist ' i ' works.
BUT when i dial a number directly that does not exist the 'i' exten does
not get called i did try
exten => ${INVALID_EXTEN}, Do summit ( no good )
What i need
2015 Oct 14
1
machine accounts question
In responce of Mourik Jan in this thing..
- The pc's boot that fast these days that the network stack is not loaded yet, which explains the "currently no logon servers available to service the logon request" which can be solved by setting the "Always wait for network "
Setting in GPO.
For Mathias,
If your using sites and different dns domains. Like
Office1.domain.tld
2018 May 29
2
tunnel interface names
the fact that ssh insists on tap* and tun* tun/tap-device-names is a real nag and prevents from nice and easy solutions in some cases.
the channel type used for tun/tap forwarding is tun at openssh.com, and it defines the remote tunnel id to be integer.
so from what i understood these packet definitions are static per channel type, so for compatiblity the tun at openssh.com type has to stay,