Displaying 5 results from an estimated 5 matches for "very_secret".
2015 Feb 05
1
IAX2 problem for WAN connections
...gt;
> Look in /etc/asterisk/iax.conf in the first instance.
>
Basically I used the example from the Asterisk book "Connecting Two Asterisk Boxes Together via
IAX" and there is not a lot to see:
; Server A
[general]
; this box remote IP
register => ServerA:very_secret at 80.152.xxx.xxx
disallow=all
allow=alaw
allow=ulaw
allow=gsm
jitterbuffer=no
forcejitterbuffer=no
autokill=yes
; the other box
[ServerB]
type=friend
trunk=no
auth=md5
encryption=yes
secret=very_secret
context=from-ServerB
qualify=yes
host=dynamic
; end of Server A
; Server B
[general]
;...
2015 Feb 05
2
IAX2 problem for WAN connections
Hi,
I am trying to connect two Asterisk servers using IAX2. Everything works fine when I couple them
within a LAN segment, but not when I connect them using WAN connections. I made sure that the
routers' ports are mapped properly and checked this with additional ssh rules.
ServerA is a Raspberry box with the vendor's Asterisk version 1.8.13.1 and ServerB is normal
CentOS 7 box with
2014 Jan 23
0
php script to migrate other attributes after running classicupgrade
...#39;);
error_reporting(E_ALL);
$samba3_server = "s3_server_ip";
$samba3_port = 389;
$samba3_dn = 'ou=users,dc=example,dc=com';
$samba3_filter="(uid=*)";
$samba4_server = 'ldap://s4_server_ip';
$samba4_user = 'Administrator at REALM';
$samba4_pass = 'very_secret';
$samba4_port = 389;
$samba4_dn = 'CN=users,DC=smb,DC=domain';
$samba4_realm = 'SMB.DOMAIN';
// samba 3 init, accessed anonymously
$samba3 = ldap_connect($samba3_server, $samba3_port)
or die('Cannot Connect to $samba3_server');
ldap_set_option($samba3, LDAP_OPT_PRO...
2005 Mar 06
3
SJphone on PDA registering with Asterisk???
I try to setup SJphone on my PDA, but it does not register with Asterisk.
I have setup a sip account on asterisk, ...
Can anybody give me a hint?
bye
Ronald
2019 Apr 04
5
Migration to samba4 ad and sync to openldap.
I managed to do migration using "classicupgrade".
Doing tests with debian buster 2:4.9.4+dfsg-4.
For the moment using samba internal dns and sub-domain of ad.advocap.org.
Had issue forwarding dns if I used main domain.
When it comes to real production will use bind that I understand better
but don't want to mess with my other dns servers now.
Had a w10 box join samba4 ad