Displaying 20 results from an estimated 200 matches similar to: "Unregistred users can pass calls, peer being static"
2013 Jan 06
1
Malicious traffic comming from 37.75.210.90
Hello Osama, and Hisham,
At 1330GMT there was some malicious activity coming from your network
IP 37.75.210.90. Please act accordingly. Things that may be of use
"972599779558"
N.
2010 Aug 01
2
error 89 when loading plugin
Hi,
I'm very confused - that's not too difficult for me.
I have written a small plugin change_passwd_plugin.c
I would like this custom IMAP command to be available to all users.
The code contains the following.
void change_passwd_plugin_init(void)
    {
	command_register("XCHANGEPASSWORD", cmd_xchangepasswd, 0);
	str_append(capability_string, " XCHANGEPASSWORD");
  
2009 May 03
12
DNAT Question
Hi list,
I have a shorewall installed on 2 interfaces which also has multiple
static public IP. Let''s say I have 1.2.3.4 and 1.2.3.5. I have assigned
nat with:
1.2.3.4 eth0 11.22.33.4 no no
But then I have a situation where I need 11.22.33.44 to connect to a
host in the net zone and appears also to be 1.2.3.5 not only 1.2.3.4.
How to do it? TIA
Willy
2010 Jul 18
1
Logging registration/unregistration of peers/extensions in database
Can asterisk log the registration date/time in a database? Is there a 
standard option to do this?
I know it being logged in the asterisks 'full' (debug) log and we are 
probably able to script something with the API interface but there might 
be somewhat easier if there is a option to make asterisk log this 
information directly into a database.
Thanks in advance,
Bram
2012 Sep 03
1
[PATCH] virtio: Don't access device data after unregistration.
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
Fix panic in virtio.c when CONFIG_DEBUG_SLAB is set.
Use device_del() and put_device() instead of
device_unregister(), and access device data before
calling put_device().
Signed-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
cc: Guzman Lugo, Fernadndo <fernando.lugo at ti.com>
cc: Michael S. Tsirkin <mst
2012 Sep 03
1
[PATCH] virtio: Don't access device data after unregistration.
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
Fix panic in virtio.c when CONFIG_DEBUG_SLAB is set.
Use device_del() and put_device() instead of
device_unregister(), and access device data before
calling put_device().
Signed-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
cc: Guzman Lugo, Fernadndo <fernando.lugo at ti.com>
cc: Michael S. Tsirkin <mst
2019 Nov 12
0
[PATCH] drm/virtgpu: fix double unregistration
On Sat, Nov 09, 2019 at 03:54:17PM +0800, Chuhong Yuan wrote:
> drm_put_dev also calls drm_dev_unregister, so dev will be unregistered
> twice.
> Replace it with drm_dev_put to fix it.
> 
> Signed-off-by: Chuhong Yuan <hslester96 at gmail.com>
Nice catch, I'll apply.
Since this is so confusing, we actually have a todo to remove drm_put_dev
completely from the codebase
2019 Nov 09
2
[PATCH] drm/virtgpu: fix double unregistration
drm_put_dev also calls drm_dev_unregister, so dev will be unregistered
twice.
Replace it with drm_dev_put to fix it.
Signed-off-by: Chuhong Yuan <hslester96 at gmail.com>
---
 drivers/gpu/drm/virtio/virtgpu_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/virtio/virtgpu_drv.c b/drivers/gpu/drm/virtio/virtgpu_drv.c
index 0fc32fa0b3c0..fccc24e21af8
2019 Nov 09
2
[PATCH] drm/virtgpu: fix double unregistration
drm_put_dev also calls drm_dev_unregister, so dev will be unregistered
twice.
Replace it with drm_dev_put to fix it.
Signed-off-by: Chuhong Yuan <hslester96 at gmail.com>
---
 drivers/gpu/drm/virtio/virtgpu_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/virtio/virtgpu_drv.c b/drivers/gpu/drm/virtio/virtgpu_drv.c
index 0fc32fa0b3c0..fccc24e21af8
2025 Apr 18
1
Xapian 1.4.28 released (problem with SONAME)
Olly,
When building 1.4.28 for ALT, I noticed that SONAME of libxapian is changed
to a lower version number than previous release.
- 1.4.27 have SONAME libxapian.so.30
- 1.4.28 have SONAME libxapian.so.29
Perhaps, this is hapened because you are by not incrementing `current`
while incrementing `age`.
  "If any interfaces have been added, removed, or changed since the last
  update,
2025 Apr 18
1
Xapian 1.4.28 released (problem with SONAME)
On Fri, Apr 18, 2025 at 11:14:53PM +0300, Vitaly Chikunov wrote:
> For 1.4.27 you have LIBRARY_VERSION_INFO=43:1:13
> For 1.4.28 you have LIBRARY_VERSION_INFO=43:0:14
Oops - I managed to update it correctly for the comment but not for the
value actually used:
  dnl 44:0:14 1.4.28 dutch_porter alias in Xapian::Stem
  LIBRARY_VERSION_INFO=43:0:14
> Can you fix this?
Sure - I'll make
2016 Oct 26
2
Problem setting up ssl connection
Hello
I keep getting the following error when trying to connect to the 
Asterisk server using AMI :
$socket = fsockopen("tls://11.22.33.44","5039", $errno, $errstr, 5);
Erorr on CLI :
[Oct 26 14:38:19] ERROR[2992]: tcptls.c:609 handle_tcptls_connection: 
Problem setting up ssl connection: error:14094418:SSL 
routines:SSL3_READ_BYTES:tlsv1 alert unknown ca
[Oct 26 14:38:19]
2010 Jan 27
1
Realtime Queue not work in 1.6.2.1
hi,all
i have just upgrade from 1.4.28 to 1.6.2.1. all works fine now except
realtime queue.
it seems queue_table works fine, but queue_member_queue not work, the
two tables works fine when in 1.4.28.
is that something changed related to realtime queue configuration?
more detail about two table definition and data stored in , please see:
http://pastebin.com/m33f9539e
the extconfig.conf file,
2019 Sep 04
4
TLS not working with iOS beta?
Hi,
Have anyone else experienced problems using Dovecot with the mail app in beta releases of iOS/iPadOS 13?
TLS is failing for my, it have worked fine for years and I am on the latest Dovecot version now, it works fine with older clients but not with the ones upgraded:
Sep 04 19:49:16 imap-login: Debug: SSL: where=0x10, ret=1: before/accept initialization
Sep 04 19:49:16 imap-login: Debug:
2004 Apr 27
1
beginners k means clustering question
Hi all,
 
I am wandering.. is it possible to cluster data which is in a single
column ?
for example.. I have some data as follows:
 
4013
7362
7585
9304
11879
14785
21795
30500
30669
30924
33988
36975
40422
42911
50501
51593
53729
54338
55497
57337
61993
62601
66229
69815
69933
70760
71340
75921
83972
90134
91061
.
.
.
 
is it possible to cluster this data since it is in a single column ?
 
I have
2017 Apr 21
2
Asterisk 1.8.32.3 : no video (h.264)
Hello
you mean while placing a video call ? What info am I looking for in the 
debug output ?
Kind regards.
J.
On 21-04-17 12:28, Marcelo Terres wrote:
> Did you try to activate DEBUG and set the verbosity to a higher level
> (100?) to check what Asterisk tells you about?
>
> Regards,
> Marcelo H. Terres <mhterres at gmail.com>
> IM: mhterres at
2003 Sep 26
2
[Bug 720] "UseDNS no" breaks public key login
http://bugzilla.mindrot.org/show_bug.cgi?id=720
           Summary: "UseDNS no" breaks public key login
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy:
2016 Sep 02
3
Trouble getting peer variable (sip username) on 302 Moved Temporarily
Hello
when setting a local forward (in this case to extension 23) on a SIP 
phone, I see the following on the Asterisk CLI :
[Aug 31 14:59:34]     -- Got SIP response 302 "Moved Temporarily" back 
from 11.22.33.44:40670
[Aug 31 14:59:34]     -- Now forwarding 
Local/myaccount184 at CallFromQueue-000007f4;2 to 'Local/23 at from-internal' 
(thanks to SIP/myaccount184-00003729)
2010 Jun 10
2
tuning software echo cancellation
We have been distributing asterisk servers for several years now, and early on 
decided that hardware echo can was the way to go.  Our first few boxes without 
it had horrid echo problems, and attempts at tuning in 2006 didn't make any 
difference.
We installed a new server yesterday at a client's location with a Rhino 4 port 
FXO card (HW EC included), and when an inbound call was
2016 Sep 17
2
NUT unable to resolve host despite DNS working.
Hello all, I have been having a problem with upsmon on Fedora 24 on boot.
NUT is configured as a netclient to a Raspbian NUT server. After boot up
upsmon repeatedly says "connect failed: No such host". It is not able to
connect at all until the service is bounced. This seems to indicate a name
resolution problem but shouldn't this auto correct once name resolution is
working properly