[asterisk-users] Channels stuck on CONFBRIDGE_INFO

2015-06-17 Thread Mordechay Kaganer
B.H.

Hello, all.

We have noticed many calls on our PBX get stuck - the other end sends
BYE, and our side sends ACK but the call remains active (no hangup event on
AMI, the call is listed in 'core show channels') and it's impossible to
hang up until asterisk is restarted. Asterisk's log shows lots of messages
like this:

chan_sip.c: Autodestruct on dialog  with owner SIP/ in place ...

All the mentioned channels were stuck on the same dialplan line which reads
like this:

Set(meetme_act=${CONFBRIDGE_INFO(marked,${MeetMeNumber})})

Actually, trying to check the number of admins in a ConfBridge's room (to
see if the room is active).

After removing the above line (and restarting asterisk) - the problem
disappeared. So my conclusion is that this is probably some kind of a
deadlock with CONFBRIDGE_INFO function. I've tried to look for bug reports,
but didn't find anything similar. Is this a known issue?

We're using Asterisk 11.9.

Best regards

-- 
משיח NOW!
Moshiach is coming very soon, prepare yourself!
יחי אדוננו מורינו ורבינו מלך המשיח לעולם ועד!
-- 
_
-- 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] small homebrew pbx

2015-06-17 Thread Paul Hayes

On 15/06/15 07:46, lu...@sulweb.org wrote:

Hello all,


Given the requirements above, what's a cheap but working PCIe card / USB
adapter I could buy for this kind of PBX? Do I need things like echo
cancellation? Do I need FXS ports?

Thanks in advance,
Lucio.



I would get hold of some lower-power hardware, that system seems hugely 
over-specified for what you want to do.


A raspberry pi  a Cisco SPA-3102 would be a good solution.  Cisco don't 
make the 3102 any more but there are still plenty of them around.  I 
believe Grandstream still make ATAs as well but I've never thought very 
highly of them.  As others have said, it's an FXO port you need.


You want to avoid transcoding on low power hardware such as a raspberry 
pi so set everything for a codec such as g711a or g711u (Asterisk, the 
IP phones you use and the SPA3102).



--
_
-- 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] small pbx for the office [it was: small homebrew pbx]

2015-06-17 Thread lucio

Lukasz Sokol wrote:

but have you considered a web-managed config-builder such as FreePBX?
Instead of building your dialplan from scratch ?


I've never used FreePBX, but, after having looked at its website, I 
think I have a general understanding of what it can do. What I don't 
understand is how FreePBX answers my question about the Linksys SPA3102 
being good for a mission critical solution or not.




--
_
-- 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] small pbx for the office [it was: small homebrew pbx]

2015-06-17 Thread Michelle Dupuis
I think you are mixing up answers and general advice.  FreePBX was intended to 
get you over the dialplan creation hurdle (the biggest challenge for people new 
to Asterisk).

In regards to the LinkSys they are compatible and you do find them in 
enterprises, but admins are trying to get rid of adapters/converters so if 
possible you may wish to invest in SIP devices directly instead of an adapter.

-M-


From: asterisk-users-boun...@lists.digium.com 
asterisk-users-boun...@lists.digium.com on behalf of lu...@sulweb.org 
lu...@sulweb.org
Sent: Wednesday, June 17, 2015 9:07 AM
To: Asterisk Users List
Subject: Re: [asterisk-users] small pbx for the office [it was: small homebrew 
pbx]

Lukasz Sokol wrote:
 but have you considered a web-managed config-builder such as FreePBX?
 Instead of building your dialplan from scratch ?

I've never used FreePBX, but, after having looked at its website, I
think I have a general understanding of what it can do. What I don't
understand is how FreePBX answers my question about the Linksys SPA3102
being good for a mission critical solution or not.



--
_
-- 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] small pbx for the office [it was: small homebrew pbx]

2015-06-17 Thread Ryan Wagoner
On Wed, Jun 17, 2015 at 9:07 AM, lu...@sulweb.org wrote:

 Lukasz Sokol wrote:

 but have you considered a web-managed config-builder such as FreePBX?
 Instead of building your dialplan from scratch ?


 I've never used FreePBX, but, after having looked at its website, I think
 I have a general understanding of what it can do. What I don't understand
 is how FreePBX answers my question about the Linksys SPA3102 being good for
 a mission critical solution or not.


I've used the SPA3102 and would recommend it for home use. For business
look at the Patton SmartNode 4110 series devices or a Cisco router with FXO
card and DSP modules. I have deployed both and haven't had any complaints.
They just work once configured.

Ryan
-- 
_
-- 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] small pbx for the office [it was: small homebrew pbx]

2015-06-17 Thread tux john

a similar setup with 3 xspa3102 are working in a law office for 2 years non stop. they are very reliable, but a pain to configure them.

regarding freepbx is very helpful if you do not want to have yourself involved with pure asterisk.



Sent:Wednesday, June 17, 2015 at 4:12 PM
From:Michelle Dupuis mdup...@ocg.ca
To:Asterisk Users List asterisk-users@lists.digium.com
Subject:Re: [asterisk-users] small pbx for the office [it was: small homebrew pbx]

I think you are mixing up answers and general advice. FreePBX was intended to get you over the dialplan creation hurdle (the biggest challenge for people new to Asterisk).

In regards to the LinkSys they are compatible and you do find them in enterprises, but admins are trying to get rid of adapters/converters so if possible you may wish to invest in SIP devices directly instead of an adapter.

-M-


From: asterisk-users-boun...@lists.digium.com asterisk-users-boun...@lists.digium.com on behalf of lu...@sulweb.org lu...@sulweb.org
Sent: Wednesday, June 17, 2015 9:07 AM
To: Asterisk Users List
Subject: Re: [asterisk-users] small pbx for the office [it was: small homebrew pbx]

Lukasz Sokol wrote:
 but have you considered a web-managed config-builder such as FreePBX?
 Instead of building your dialplan from scratch ?

Ive never used FreePBX, but, after having looked at its website, I
think I have a general understanding of what it can do. What I dont
understand is how FreePBX answers my question about the Linksys SPA3102
being good for a mission critical solution or not.



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




-- 
_
-- 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] small pbx for the office [it was: small homebrew pbx]

2015-06-17 Thread covici
I have a small pbx and my sp3102 about one out of 10 times does not pick
up the line -- I have reduced the voltage to 15 volts, but no joy, every
so often it still does not answer.

Any ideas on that?

Ryan Wagoner rswago...@gmail.com wrote:

 On Wed, Jun 17, 2015 at 9:07 AM, lu...@sulweb.org wrote:
 
  Lukasz Sokol wrote:
 
  but have you considered a web-managed config-builder such as FreePBX?
  Instead of building your dialplan from scratch ?
 
 
  I've never used FreePBX, but, after having looked at its website, I think
  I have a general understanding of what it can do. What I don't understand
  is how FreePBX answers my question about the Linksys SPA3102 being good for
  a mission critical solution or not.
 
 
 I've used the SPA3102 and would recommend it for home use. For business
 look at the Patton SmartNode 4110 series devices or a Cisco router with FXO
 card and DSP modules. I have deployed both and haven't had any complaints.
 They just work once configured.
 
 Ryan
 
 
 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