Re: [asterisk-users] Hangup Chanel when a peer unregisters

2014-11-05 Thread Gareth Blades

On 04/11/14 15:11, Pat Collins wrote:


Hello group and thank you for the attention.

I'm using Asterisk 11.12 running on Ubuntu Server 12.04

We have an issue with channels remaining open after a SIP peer 
unregisters.


It seems that if the peer goes away before manually hanging up a call, 
the channel remains open until a hangup request is sent from the CLI.


Is there any way to drop a channel when the peer using it disappears?

Googled every phrase I could think of.  No luck.

Thank you!

Pat Collins



rtptimeout= in sip.conf will hangup a channel if no rtp is received for 
a period of time.
-- 
_
-- 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] Asterisk 12 - zombie processes

2014-11-05 Thread Yaron Nachum
Hello Mathew and everyone,
We had another crash on the 12.6.1 machine. This time it was Sigmentation
Fault. I opened another issue - ASTERISK-24493
.

Yaron.

On Tue, Nov 4, 2014 at 6:16 PM, Yaron Nachum  wrote:

> Mathew,
> We are aware that this is an open source product, and our expectations are
> clear.
> All we are asking is that once there is someone assigned to the issue, he
> will guide us in what other data or tests should be performed in order to
> diagnose and fix the issue in the shortest time.
>
> Sorry if the message is not understood.
> Yaron
>
> On Tue, Nov 4, 2014 at 3:59 PM, Matthew Jordan  wrote:
>
>> On Tue, Nov 4, 2014 at 12:59 AM, Yaron Nachum 
>> wrote:
>> > Hello Asterisk users & developers,
>> > I have opened an issue few days ago regarding the crash and the zombie
>> > processes. I haven't received any response and it has't been assigned.
>> > If something is wrong or missing with the issue please get back to me
>> and I
>> > will handle it.
>> >
>> > Please look into it because we still have crashes every day or two, and
>> we
>> > can't reproduce the issue in our lab with a simulator.
>> >
>>
>> To set expectations here:
>>
>> This is an open source project. No one is under any obligation to look
>> at your issue.
>>
>> There are currently around 20 issues or so in the issue tracker in
>> Triage. Bug marshals are working through those issues as fast as they
>> can, but generally they work from oldest to newest. If an older issue
>> takes a lot of investigation... well, there's only so many hours in a
>> day.
>>
>> Even after an issue is triaged, that is not a guarantee that someone
>> will fix your issue. It is a crash, and that generally means it is
>> higher priority - however, if you can't reproduce it in a lab
>> environment or provide instructions on how it is reproduced, then you
>> have to hope that a developer who does look at it can infer the cause
>> of the crash from the information available. Any information you can
>> provide beyond the backtrace on how to reproduce the issue will help a
>> developer who looks at it.
>>
>> Again, however, no one is under any obligation to fix the issue. If
>> you need more assurance that your issue is resolved, I'd highly
>> recommend looking at issuing a bug bounty [1], or contacting a
>> developer in the Asterisk Developer Community for assistance.
>>
>> [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Bug+Bounties
>>
>> --
>> Matthew Jordan
>> Digium, Inc. | Engineering Manager
>> 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
>> Check us out at: http://digium.com & http://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
>>
>
>
-- 
_
-- 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] queue log realtime mysql

2014-11-05 Thread Jonas Kellens

On 04-11-14 11:52, Jonas Kellens wrote:

On 04-11-14 11:50, Ishfaq Malik wrote:


On 4 November 2014 10:40, Jonas Kellens > wrote:


Hello,

I have 5 Asterisk servers all using mysql realtime to store queue
log information.

There is 1 out of 5 servers which stores the data in 4 columns :
'data1' --> 'data 5'.

All other servers store data in 1 column 'data' with the data
seperated by pipe.

I see no difference in my configuration of extconfig.conf and
logger.conf. Maybe a hidden default value ?

Can someone tell me which setting makes the mysql realtime driver
store data in 1 column or in seperate columns ?

Using Asterisk 1.8.12.2



Kind regards,

Jonas.



Are you using mysql_realtime or odbc with a mysql back end?



Using mysql_realtime, not using odbc.



Hello,

is there any more feedback on this ?

I still haven't found the difference in realtime configuration between 
this 1 server and my 4 other servers.



Kind regards,

Jonas.


-- 
_
-- 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] Hangup Chanel when a peer unregisters

2014-11-05 Thread Pat Collins
 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gareth Blades
Sent: Wednesday, November 05, 2014 4:29 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Hangup Chanel when a peer unregisters

 

On 04/11/14 15:11, Pat Collins wrote:



Hello group and thank you for the attention.

I'm using Asterisk 11.12 running on Ubuntu Server 12.04

We have an issue with channels remaining open after a SIP peer unregisters.

It seems that if the peer goes away before manually hanging up a call, the
channel remains open until a hangup request is sent from the CLI.

Is there any way to drop a channel when the peer using it disappears?

Googled every phrase I could think of.  No luck.

Thank you!

Pat Collins


rtptimeout= in sip.conf will hangup a channel if no rtp is received for a
period of time. 

 

Thanks for the response Gareth.

The problem is that I may have a conference call up for days at a time.

During this time, there may be no activity for hours.  

If the endpoint the endpoint is able to send RTP keepalive packets, your
solution is spot on.

Will have a look at it.

Thanks again!

PC...

-- 
_
-- 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