Re: [asterisk-users] Remote UNIX connection / disconnected.

2015-10-26 Thread Steve Edwards

On Sun, 25 Oct 2015, Bryant Zimmerman wrote:


Anyone know how to suppress the -- Remote UNIX connection / disconnected 
messages.


I have not tried it, but according to:

http://asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/additional_configuration_tasks-asterisk-conf-file.html

You can set 'hideconnect = yes'

--
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote UNIX connection / disconnected.

2015-10-25 Thread Chad Wallace
On Sun, 25 Oct 2015 13:22:22 -0700 (PDT)
Steve Edwards  wrote:

> On Sun, 25 Oct 2015, Bryant Zimmerman wrote:
> 
> > Anyone know how to suppress the -- Remote UNIX connection /
> > disconnected messages. I have a monitoring application that calls
> > asterisk from the command line to verify some uptime stats. I would
> > like to not have the console log the connections.. Any ideas are
> > appreciated.
> 
> Use AMI instead?

+1

Check out the attached perl script for a starting point.  The
Asterisk::AMI::Common module is available from CPAN.


-- 

C. Chad Wallace, B.Sc.
The Lodging Company
http://www.lodgingcompany.com/
OpenPGP Public Key ID: 0x262208A0



ami-corestatus.pl
Description: Perl program
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Remote UNIX connection / disconnected.

2015-10-25 Thread Bryant Zimmerman
Anyone know how to suppress the -- Remote UNIX connection / disconnected 
messages.
 I have a monitoring application that calls asterisk from the command line 
to verify some uptime stats. I would like to not have the console log the 
connections.. Any ideas are appreciated.
  
 Thanks

Bryant

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Remote UNIX connection / disconnected.

2015-10-25 Thread Steve Edwards

On Sun, 25 Oct 2015, Bryant Zimmerman wrote:

Anyone know how to suppress the -- Remote UNIX connection / disconnected 
messages. I have a monitoring application that calls asterisk from the 
command line to verify some uptime stats. I would like to not have the 
console log the connections.. Any ideas are appreciated.


Use AMI instead?

--
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote Unix Connection

2010-10-17 Thread Dan Journo
Nope,

Its a totally normal self-built Asterisk.

Dan

Zeeshan Zakaria zisha...@gmail.com wrote:



Do you use FreePBX by any chance?

Zeeshan A Zakaria

--
www.ilovetovoip.comhttp://www.ilovetovoip.com

On 2010-10-16 6:38 PM, Dan Journo 
d...@keshercommunications.commailto:d...@keshercommunications.com wrote:


 Serious answer:
 Looks like a process running asterisk -r. Do you have any sort of
 AGI, cron j...

Thanks for lightning my day!

Is there any way to debug this because as far as i'm aware, there's nothing 
running that command, (except for me)

--
_
-- Bandwidth and Colocati...
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Remote Unix Connection

2010-10-17 Thread Julian Lyndon-Smith
I think I've seen this where I am trying to start another instance of
asterisk using safe_asterisk, when I already have an instance running

Julian

On 16 October 2010 22:36, Dan Journo d...@keshercommunications.com wrote:
 Hi,



 Does anyone know where this is suddenly coming from?



     -- Remote UNIX connection

     -- Remote UNIX connection disconnected

     -- Remote UNIX connection

     -- Remote UNIX connection disconnected

     -- Remote UNIX connection

     -- Remote UNIX connection disconnected





 Thanks

 Dan



 p.s. sorry about the last post. hit the mouse by mistake and it sent the
 email.

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Follow Ode To Politics by HB Tasker at http://twitter.com/HBTasker

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote Unix Connection

2010-10-17 Thread Zeeshan Zakaria
Some service is definitely connecting to your asterisk using AMI. Such
services use username/password described in manager.conf. Usually its is
some monitoring service. Although the message says 'remote UNIX connection'
but it can be very well something from localhost. I would suggest to use
tcpdump to find out the IP of this service. AMI uses TCP port 5038.

Zeeshan A Zakaria

--
www.ilovetovoip.com

On 2010-10-17 3:37 AM, Dan Journo d...@keshercommunications.com wrote:

 Nope,

Its a totally normal self-built Asterisk.

Dan

Zeeshan Zakaria zisha...@gmail.com wrote:


Do you use FreePBX by any chance?

Zeeshan A Zakaria

--
www.ilovetovoip.com

 On 2010-10-16 6:38 ...

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Remote Unix Connection

2010-10-17 Thread Dan Journo
 Some service is definitely connecting to your asterisk using AMI. Such 
 services use username/password described in manager.conf. Usually its is some 
 monitoring service. Although the message says 'remote UNIX connection' but it 
 can be very well something from localhost. I would suggest to use tcpdump to 
 find out the IP of this service. AMI uses TCP port 5038.

I ran the following command and waited for the cli to show the remote unix 
connection message a few times.

[r...@sip2 ~]# tcpdump port 5038 -w tcpdump.log -s0

tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 
bytes

The result was

0 packets captured

0 packets received by filter

0 packets dropped by kernel

Therefore, it seems like nothing is connecting to the AMI?

Also, in manager.conf enabled=no

Any other ideas? Is this a bug?

Thanks

Dan
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Remote Unix Connection

2010-10-17 Thread covici
Do you have freepbx anywhere it always tries to connect -- via a socket
I think and it usually uses the manager, so if you disable the manager
it will break things.  Also take the port stanza off of the tcpdump and
you will soon see what is connecting.  You will get other stuff, but
this will tell you.

Dan Journo d...@keshercommunications.com wrote:

  Some service is definitely connecting to your asterisk using AMI. Such 
  services use username/password described in manager.conf. Usually its is 
  some monitoring service. Although the message says 'remote UNIX connection' 
  but it can be very well something from localhost. I would suggest to use 
  tcpdump to find out the IP of this service. AMI uses TCP port 5038.
 
 I ran the following command and waited for the cli to show the remote unix 
 connection message a few times.
 
 [r...@sip2 ~]# tcpdump port 5038 -w tcpdump.log -s0
 
 tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 
 bytes
 
 The result was
 
 0 packets captured
 
 0 packets received by filter
 
 0 packets dropped by kernel
 
 Therefore, it seems like nothing is connecting to the AMI?
 
 Also, in manager.conf enabled=no
 
 Any other ideas? Is this a bug?
 
 Thanks
 
 Dan
 
 
 Alternatives:
 
 
 -- 
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote Unix Connection

2010-10-17 Thread Sherwood McGowan
On Sun, Oct 17, 2010 at 6:55 AM, cov...@ccs.covici.com wrote:

 Do you have freepbx anywhere it always tries to connect -- via a socket
 I think and it usually uses the manager, so if you disable the manager
 it will break things.  Also take the port stanza off of the tcpdump and
 you will soon see what is connecting.  You will get other stuff, but
 this will tell you.

 Dan Journo d...@keshercommunications.com wrote:

   Some service is definitely connecting to your asterisk using AMI. Such
 services use username/password described in manager.conf. Usually its is
 some monitoring service. Although the message says 'remote UNIX connection'
 but it can be very well something from localhost. I would suggest to use
 tcpdump to find out the IP of this service. AMI uses TCP port 5038.
 
  I ran the following command and waited for the cli to show the remote
 unix connection message a few times.
 
  [r...@sip2 ~]# tcpdump port 5038 -w tcpdump.log -s0
 
  tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size
 65535 bytes
 
  The result was
 
  0 packets captured
 
  0 packets received by filter
 
  0 packets dropped by kernel
 
  Therefore, it seems like nothing is connecting to the AMI?
 
  Also, in manager.conf enabled=no
 
  Any other ideas? Is this a bug?
 
  Thanks
 
  Dan
 
  
  Alternatives:
 
  
  --
  _
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
  New to Asterisk? Join us for a live introductory webinar every Thurs:
 http://www.asterisk.org/hello
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 --
 Your life is like a penny.  You're going to lose it.  The question is:
 How do
 you spend it?

 John Covici
 cov...@ccs.covici.com

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Sounds like either FreePBX or some other script using astmanproxy or just
the AMI in general. Another possible cause is a script (or terminal)
constantly accessing asterisk -r or rasterisk (+ any other arguments) to
either run an Asterisk CLI command, or to just watch' the console output.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Remote Unix Connection

2010-10-17 Thread Russell Bryant


- Original Message -
 Sounds like either FreePBX or some other script using astmanproxy or
 just the AMI in general. Another possible cause is a script (or
 terminal) constantly accessing asterisk -r or rasterisk (+ any
 other arguments) to either run an Asterisk CLI command, or to just
 watch' the console output.

It's asterisk -r or asterisk -rx.  The message that says remote unix 
connection means a remote connection to Asterisk over the UNIX domain socket, 
which is what the remote console uses.  AMI connections have a different 
message associated with them.

--
Russell Bryant
Digium, Inc.  |  Engineering Manager, Open Source Software
445 Jan Davis Drive NW   -Huntsville, AL 35806  -  USA
jabber: rbry...@digium.com-=-skype: russell-bryant
www.digium.com -=- www.asterisk.org -=- blogs.asterisk.org

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote Unix Connection

2010-10-17 Thread John Novack

SSH??

JN


Dan Journo wrote:


Hi,

Does anyone know where this is suddenly coming from?

-- Remote UNIX connection

-- Remote UNIX connection disconnected

-- Remote UNIX connection

-- Remote UNIX connection disconnected

-- Remote UNIX connection

-- Remote UNIX connection disconnected

Thanks

Dan

p.s. sorry about the last post. hit the mouse by mistake and it sent 
the email.




--

Dog is my Co-pilot

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Remote Unix Connection

2010-10-17 Thread Mark Deneen
I took a look in the source -- it is definitely asterisk -r (or
rasterisk) and not AMI.  AMI logs something like Manager 'username'
logged on from 127.0.0.1.

Check the timing between calls and see if a pattern appears.  If so,
it is some sort of cron/scheduled job.  If not, keep looking!

-M

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote Unix Connection

2010-10-16 Thread Mark Deneen
On Sat, Oct 16, 2010 at 5:36 PM, Dan Journo
d...@keshercommunications.com wrote:
 Hi,



 Does anyone know where this is suddenly coming from?



     -- Remote UNIX connection

     -- Remote UNIX connection disconnected

     -- Remote UNIX connection

     -- Remote UNIX connection disconnected

     -- Remote UNIX connection

     -- Remote UNIX connection disconnected


Serious answer:
Looks like a process running asterisk -r.  Do you have any sort of
AGI, cron job or perhaps a nagios check which does this?

Not so serious answer:
IT IS COMING FROM INSIDE OF THE HOUSE

-M

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote Unix Connection

2010-10-16 Thread Dan Journo
 Serious answer:
 Looks like a process running asterisk -r.  Do you have any sort of
 AGI, cron job or perhaps a nagios check which does this?

 Not so serious answer:
 IT IS COMING FROM INSIDE OF THE HOUSE

Thanks for lightning my day!

Is there any way to debug this because as far as i'm aware, there's nothing 
running that command, (except for me)

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote Unix Connection

2010-10-16 Thread Zeeshan Zakaria
Do you use FreePBX by any chance?

Zeeshan A Zakaria

--
www.ilovetovoip.com

On 2010-10-16 6:38 PM, Dan Journo d...@keshercommunications.com wrote:

 Serious answer:
 Looks like a process running asterisk -r. Do you have any sort of
 AGI, cron j...
Thanks for lightning my day!

Is there any way to debug this because as far as i'm aware, there's nothing
running that command, (except for me)


-- 
_
-- Bandwidth and Colocati...
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Remote UNIX Connection Hanging Asterisk

2009-06-30 Thread Tzafrir Cohen
On Tue, Jun 30, 2009 at 10:38:25AM +0400, Shanavaz E A wrote:
 Hi friends,
 
  
 
 I am facing a problem with my asterisk 1.2 PBX. 

What version, exactly?

 The problem is because of
 the CLI message Remote UNIX Connection. 

Read: 'asterisk -r' connecting.

 After 2 days of a server reboot,
 this message starts coming. After it starts coming it still works well for
 few more hours, but then the asterisk hangs. 

I suppose your problem is that Asteirsk hangs. How exactly do you see
that it hangs?

 During this time calls are
 still landing on the system, and calls are going forward upto the queue.
 Once the calls are placed in the queue, it never hits on the agents
 extensions. I am using AgentCallBackLogin and there are free agents
 available. But call never hits the agents. Once it happens, a service
 asterisk restart solves the problem. But it again comes after few hours
 again.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote UNIX connection, Remote UNIX disconnected displayed every second

2006-10-18 Thread Tzafrir Cohen
On Tue, Oct 17, 2006 at 04:08:37PM +0200, Giorgio Incantalupo wrote:
 Hi Tzafrir,
 1) it is provided with asterisk
 2) it is called by asterisk init script by default (and the asterisk 
 init script is provided by default too) so I think/hope it is good enough
 3) actually I have got nothing else and time is very short

s/safe_asterisk/asterisk/ . Just run 'asterisk' , and you're done.

It is actually less buggy as it has a proper pid file. Currently the
Debian init.d script is buggy for the safe_asterisk case for that point.
There's an open bug which I have no idea how to handle. 

Not to mention that safe_asterisk assumes for some reason that you have
a certain tty open (console). Trying to adapt it to run with screen is a
pain. And why do you need the asterisk console in the first place when
you have the logs and asterisk -r? Why generate the extra burden of
verbose logging in the common case?

 4) I need something to restart asterisk in case of failure

In some cases it will cause more harm. It may cause frequent restarts.

And then again: how do you stop it?

The script is horribly buggy

 5) many people on internet say to use it

One person on the internet says not to use it.

 
 I used to launch safe_asterisk directly...maybe this was my error...now 

If you launch asterisk manually twice, you won't get a problem. It will
report you that it is already running. 

 I use the init script inside contrib/init.d...maybe I'll be more lucky.
 
 
 Giorgio Incantalupo
 
 
 Tzafrir Cohen wrote:
 On Tue, Oct 17, 2006 at 10:59:33AM +0200, Giorgio Incantalupo wrote:
   
 Hi Brian,
 yes, I have more copies of safe_asterisk running, I know this is the 
 underline problem but I do not how to solve it because I do not know how 
 to reproduce it.
 
 I'm still looking the safe_asterisk for some strange but found nothing 
 till now.
 
 Have you got the same problem? Why is it happening?
 
 
 Which brings up the obvious question: why do you need safe_asterisk in
 the first place?
 
   
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 

-- 
Tzafrir Cohen sip:[EMAIL PROTECTED]
icq#16849755  iax:[EMAIL PROTECTED]
+972-50-7952406  jabber:[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.xorcom.com
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote UNIX connection, Remote UNIX disconnected displayed every second

2006-10-17 Thread Giorgio Incantalupo

Hi Brian,
yes, I have more copies of safe_asterisk running, I know this is the 
underline problem but I do not how to solve it because I do not know how 
to reproduce it.


I'm still looking the safe_asterisk for some strange but found nothing 
till now.


Have you got the same problem? Why is it happening?

TIA

Giorgio Incantalupo
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote UNIX connection, Remote UNIX disconnected displayed every second

2006-10-17 Thread Tzafrir Cohen
On Tue, Oct 17, 2006 at 10:59:33AM +0200, Giorgio Incantalupo wrote:
 Hi Brian,
 yes, I have more copies of safe_asterisk running, I know this is the 
 underline problem but I do not how to solve it because I do not know how 
 to reproduce it.
 
 I'm still looking the safe_asterisk for some strange but found nothing 
 till now.
 
 Have you got the same problem? Why is it happening?

Which brings up the obvious question: why do you need safe_asterisk in
the first place?

-- 
Tzafrir Cohen sip:[EMAIL PROTECTED]
icq#16849755  iax:[EMAIL PROTECTED]
+972-50-7952406  jabber:[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.xorcom.com
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote UNIX connection, Remote UNIX disconnected displayed every second

2006-10-17 Thread Giorgio Incantalupo

Hi Tzafrir,
1) it is provided with asterisk
2) it is called by asterisk init script by default (and the asterisk 
init script is provided by default too) so I think/hope it is good enough

3) actually I have got nothing else and time is very short
4) I need something to restart asterisk in case of failure
5) many people on internet say to use it

I used to launch safe_asterisk directly...maybe this was my error...now 
I use the init script inside contrib/init.d...maybe I'll be more lucky.



Giorgio Incantalupo


Tzafrir Cohen wrote:

On Tue, Oct 17, 2006 at 10:59:33AM +0200, Giorgio Incantalupo wrote:
  

Hi Brian,
yes, I have more copies of safe_asterisk running, I know this is the 
underline problem but I do not how to solve it because I do not know how 
to reproduce it.


I'm still looking the safe_asterisk for some strange but found nothing 
till now.


Have you got the same problem? Why is it happening?



Which brings up the obvious question: why do you need safe_asterisk in
the first place?

  


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote UNIX connection, Remote UNIX disconnected displayed every second

2006-10-17 Thread Dovid B
Something or some one is connecting to asterisk. Are you using FOP or 
something of that nature ?



- Original Message - 
From: Giorgio Incantalupo [EMAIL PROTECTED]

To: asterisk-users@lists.digium.com
Sent: Monday, October 16, 2006 4:47 PM
Subject: [asterisk-users] Remote UNIX connection, Remote UNIX disconnected 
displayed every second




Hi,
every second I get on the console:
Remote UNIX connection
Remote UNIX disconnected
which gives no problem but makes console unusable.
Is there anybody who has encountered the same problem? How did you solve 
it?


TIA

Giorgio Incantalupo
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote UNIX connection, Remote UNIX disconnected displayed every second

2006-10-16 Thread Brian Candler
On Mon, Oct 16, 2006 at 04:47:31PM +0200, Giorgio Incantalupo wrote:
 Hi,
 every second I get on the console:
 Remote UNIX connection
 Remote UNIX disconnected
 which gives no problem but makes console unusable.
 Is there anybody who has encountered the same problem? How did you solve it?

Have you got more than one copy of safe_asterisk running?
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Remote UNIX connection, Remote UNIX disconnected displayed every second

2006-10-16 Thread Time Bandit

Hi,
every second I get on the console:
Remote UNIX connection
Remote UNIX disconnected
which gives no problem but makes console unusable.
Is there anybody who has encountered the same problem? How did you solve it?

You probably have some script that use the console to query something,
like the WebMeetme application.

hth
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Remote UNIX connection disconnected over and over

2006-04-28 Thread JP Carballo

Il Neofita wrote:


Hi,
I am pretty sure that you already answer to this question, but I was 
not able to find the solution

on the console I have over and over the following msgs

 -- Remote UNIX connection disconnected
-- Remote UNIX connection disconnected
-- Remote UNIX connection disconnected
-- Remote UNIX connection disconnected
-- Remote UNIX connection disconnected
-- Remote UNIX connection disconnected
-- Remote UNIX connection disconnected
-- Remote UNIX connection disconnected
-- Remote UNIX connection disconnected
-- Remote UNIX connection disconnected
-- Remote UNIX connection disconnected
-- Remote UNIX connection disconnected

Any idea?


Someone or something is regularly accessing the manager interface.
Nagios perhaps?

--
JP Carballo

http://www.netfone2x.com
Bringing the world closer.

It might look like I'm doing nothing, but at the cellular level, I'm really quite busy. 


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users