search for: peer_name

Displaying 12 results from an estimated 12 matches for "peer_name".

2016 Jun 17
3
tlsv1 alert unknown ca: SSL alert number 48
I have tried all the suggestions up till now but the error message is still there. I have tried this configuaration for roundcube: $config['imap_conn_options'] = array( 'ssl' => array( 'peer_name' => '<FQDN_OF_DOVECOT_CERTIFICATE>', 'verify_peer' => true, 'verify_depth' => 3, // 'cafile' => '/dont/need/to/set/this/option', ), ); and this one: $config['imap_conn_options'] = array( 'ssl' =>...
2010 Nov 19
0
Asterisk 1.8 and Dial(SIP/peer_name) to undefined peer
Hi, In Asterisk 1.8.0 dialplan command Dial(SIP/peer_name) produces errors if no such peer_name defined instead of just saying "peer not found": [Nov 19 20:01:23] ERROR[7827]: netsock2.c:245 ast_sockaddr_resolve: getaddrinfo("sdf", "(null)", ...): Name or service not known [Nov 19 20:01:23] WARNING[7827]: chan_sip.c:5041 cre...
2016 Jun 16
4
tlsv1 alert unknown ca: SSL alert number 48
I think that you are right when you say that the problem may be the certificate recognition. As for Roundcube, I've inserted the uncommented php code that you provided in /usr/share/roundcube/main.inc.php.dist, which is the Raspbian file for /config/defaults.inc.php. Unfortunately Roundcube doesn't login and replies with the message "connection to storage server failed". And
2008 Jul 29
5
Callerid Woes
I am trying to setup one time caller id block on my system(activated when an incoming call matches *811XXXXXXXXXX), and I have had little to no luck. Could you take a look at my context/macro definition and help me figure out what I am missing? Here is my context for my dialplan: include=default plancomment=user-default
2006 Jan 20
1
Calling MySQL 5 stored procedures from app_mysql
...'IAX2/100-3' -- Hungup 'IAX2/100-3' So it found 1 peer. Now trying to call a procedure: CREATE PROCEDURE p_pbxuser_user_data1(IN _name VARCHAR(20)) BEGIN SELECT vm_active FROM peer,voicemail,pbxuser WHERE peer.name = _name AND voicemail.mailbox = _name and pbxuser.peer_name = _name; Result: -- Executing Macro("IAX2/100-5", "local|100") in new stack -- Executing MYSQL("IAX2/100-5", "Connect connid localhost asterisk asterisk pbx_manager_new") in new stack -- Executing Set("IAX2/100-5", "QUERY=call p_pb...
2020 Mar 23
6
[PATCH nbdkit 0/3] msys2 support for review
I pushed a few of the msys2 patches upstream. I changed the way that $(SHARED_LDFLAGS) works so it's more to my liking, and the others were pushed unchanged. Three patches remain which I'm posting on the mailing list for proper review. Rich.
2020 Mar 23
0
[PATCH nbdkit 1/3] include: Function indirection for PE DLL
...INTERNAL) || !defined(WINDOWS_COMPAT) extern void nbdkit_error (const char *msg, ...) ATTRIBUTE_FORMAT_PRINTF (1, 2); extern void nbdkit_verror (const char *msg, va_list args) ATTRIBUTE_FORMAT_PRINTF (1, 0); @@ -113,9 +118,133 @@ extern const char *nbdkit_export_name (void); extern int nbdkit_peer_name (struct sockaddr *addr, socklen_t *addrlen); extern void nbdkit_shutdown (void); -struct nbdkit_extents; extern int nbdkit_add_extent (struct nbdkit_extents *, uint64_t offset, uint64_t length, uint32_t type); +#else +static void nbdkit_error (const char *msg, ......
2018 Sep 06
0
Authenticating against Samba 4 AD LDAP service
...t's the strange part. I have set up using TLS certificate (Lets Encrypt) as recommended in guide. When I do # ldbsearch -U Administrator --password='[password]' -H ldaps://dc.ad-lan.com:636 I get TLS ../source4/lib/tls/tls_tstream.c:1609 - check failed for verify_peer[ca_only] and peer_name[dc.ad-lan.com] status 0x42 (invalid signer_not_found ) Failed to connect to ldap URL 'ldaps://dc.ad-lan.com:636' - LDAP client internal error: NT_STATUS_INVALID_PARAMETER Failed to connect to 'ldaps://dc.ad-lan.com:636' with backend 'ldaps': LDAP client internal error: NT...
2015 Mar 14
0
RTP sent to internal IP
...it is seen on the packet header. Signalling is flowing correctly with no issues. Could you please advise why is this happening and how to correct this? Here is the [peer] in my sip.conf and the SDP in the setup (INVITE + OK). I'll be happy to provide any other information if needed: Sip.conf: [peer_name] deny=0.0.0.0/0 permit=<remote_public_IP> type=peer host=<remote_public_IP> ; same as permit defaultip=<remote_public_IP> ; same as permit qualify=no nat=yes disallow=all allow=alaw context=CALL_in dtmfmode=rfc2833 codecprobe=yes canreinvite=yes video=no restrictcid=no insec...
2020 Mar 23
0
[PATCH nbdkit 2/3] server: Inject API functions for Windows
From: Yifan Gu <gyf304@gmail.com> Windows PE DLL needs function indirection, this patch injects API functions for plugins / filters if on Windows. Note that nbdkit_peer_name is explicitly disabled due to potential ABI incompatibilities. --- server/main.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/server/main.c b/server/main.c index b303146c..373918cf 100644 --- a/server/main.c +++ b/server/main.c @@ -104,6...
2015 Mar 21
1
RTP sent to remote internal IP
...it is seen on the packet header. Signalling is flowing correctly with no issues. Could you please advise why is this happening and how to correct this? Here is the [peer] in my sip.conf and the SDP in the setup (INVITE + OK). I'll be happy to provide any other information if needed: Sip.conf: [peer_name] deny=0.0.0.0/0 permit=<remote_public_IP> type=peer host=<remote_public_IP> ; same as permit defaultip=<remote_public_IP> ; same as permit qualify=no nat=yes disallow=all allow=alaw context=CALL_in dtmfmode=rfc2833 codecprobe=yes canreinvite=yes video=no restrictcid=no insec...
2018 Sep 05
2
Authenticating against Samba 4 AD LDAP service
Also: -H ldap://10.100.0.4 should probably be ldaps://URI You can potentially this in smb.conf, but that is definitely not recommended. https://wiki.samba.org/index.php/Configuring_LDAP_over_SSL_(LDAPS)_on_a_Samba_AD_DC Kris Lou klou at themusiclink.net On Wed, Sep 5, 2018 at 2:10 AM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Wed, 05 Sep 2018 15:46:04 +0700