Re: [asterisk-users] Why does a bridged channel stay open for 4 hours?

2010-07-23 Thread Paul Belanger
On Fri, Jul 23, 2010 at 1:16 AM, bruce bruce bruceb...@gmail.com wrote:
 Any help is appreciated.

Are you explicitly calling Hangup() within your dial-plans?

-- 
Paul Belanger | dCAP
Polybeacon | Consultant
Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
blog.polybeacon.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] Why does a bridged channel stay open for 4 hours?

2010-07-23 Thread bruce bruce
This is running Elastix (FreePBX), so I am pretty sure there is Hangup()
requested. At least this doesn't happen ALL THE TIME. So, something is
getting stuck.

Thanks,
Bruce

On Fri, Jul 23, 2010 at 9:10 AM, Paul Belanger paul.belan...@polybeacon.com
 wrote:

 On Fri, Jul 23, 2010 at 1:16 AM, bruce bruce bruceb...@gmail.com wrote:
  Any help is appreciated.
 
 Are you explicitly calling Hangup() within your dial-plans?

 --
 Paul Belanger | dCAP
 Polybeacon | Consultant
 Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
 blog.polybeacon.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

-- 
_
-- 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] Why does a bridged channel stay open for 4 hours?

2010-07-23 Thread Maurizio Faccio adinet




I guess same trouble with Elastix 1.5.2-2.3
dahdi 2.1.0.4  19
Asterisk 1.4.25.1
Digium TDM 2400



[Jul 23 16:47:22] DEBUG[18890] chan_dahdi.c: master: 14, slave: 1,
nothingok: 0
[Jul 23 16:47:22] DEBUG[18890] chan_dahdi.c: Stopping tones on 14/0
talking to 1/0
[Jul 23 16:47:22] DEBUG[18890] chan_dahdi.c: Stopping tones on 1/0
talking to 14/0
[Jul 23 16:47:22] DEBUG[18890] chan_dahdi.c: Making 1 slave to master
14 at 0
[Jul 23 16:47:22] DEBUG[18890] chan_dahdi.c: Added 11 to conference 9/14
[Jul 23 16:47:22] DEBUG[18890] chan_dahdi.c: Added 25 to conference 9/1
[Jul 23 16:47:22] VERBOSE[18890] logger.c: -- Native bridging
DAHDI/14-1 and DAHDI/1-1

Hope it helps 

Maurizio FAccio



El 23/07/2010 11:39 a.m., bruce bruce escribi:
This is running Elastix (FreePBX), so I am pretty sure
there is Hangup() requested. At least this doesn't happen ALL THE TIME.
So, something is getting stuck.
  
  
  Thanks,
  Bruce
  
  On Fri, Jul 23, 2010 at 9:10 AM, Paul
Belanger paul.belan...@polybeacon.com
wrote:
  On
Fri, Jul 23, 2010 at 1:16 AM, bruce bruce bruceb...@gmail.com wrote:
 Any help is appreciated.

Are you explicitly calling Hangup() within your dial-plans?

--
Paul Belanger | dCAP
Polybeacon | Consultant
Jabber: paul.belan...@polybeacon.com
| IRC: pabelanger (Freenode)
blog.polybeacon.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


  
  
  
  




-- 
_
-- 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] Why does a bridged channel stay open for 4 hours?

2010-07-23 Thread Tzafrir Cohen
On Fri, Jul 23, 2010 at 05:37:44PM -0300, Maurizio Faccio adinet wrote:
I guess same trouble with Elastix 1.5.2-2.3
dahdi 2.1.0.4  19
 Asterisk 1.4.25.1
 Digium TDM 2400

That's an analog card.

With an analog trunk, you're not guaranteed to know if the remote CO has
hung up the line.

-- 
   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 --
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] Why does a bridged channel stay open for 4 hours?

2010-07-23 Thread bruce bruce
Well, what about PRI? Why should this stay on? Isn't the native bridge just
a bridge channel that should go down automatically if the actually Dahdi/ZAP
channel is down and there are no SIP channels on either?

Thanks,
Bruce

On Fri, Jul 23, 2010 at 5:09 PM, Tzafrir Cohen tzafrir.co...@xorcom.comwrote:

 On Fri, Jul 23, 2010 at 05:37:44PM -0300, Maurizio Faccio adinet wrote:
 I guess same trouble with Elastix 1.5.2-2.3
 dahdi 2.1.0.4  19
  Asterisk 1.4.25.1
  Digium TDM 2400

 That's an analog card.

 With an analog trunk, you're not guaranteed to know if the remote CO has
 hung up the line.

 --
   Tzafrir Cohen
 icq#16849755  
 jabber:tzafrir.co...@xorcom.comjabber%3atzafrir.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 --
 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] Why does a bridged channel stay open for 4 hours?

2010-07-23 Thread Maurizio Faccio adinet
You're right but it do not detect that I hungs on my side of the line.
I think that in some way we are going into a conference in some unwanted 
way with the two dadhi channels and when i hang up both lines stay bridged.
I think that the trouble appears when i dial a number in an analog 
phone, hook quickly (seems like a flash), and dial again.

I am wondering that if I change my lines to a pri I solve this trouble 
but now I do not see clear at all. (my analog telco cannot bring me 
polarity reversal on hang up for signaling

Thank you in advance

Maurizio



El 23/07/2010 06:09 p.m., Tzafrir Cohen escribió:
 On Fri, Jul 23, 2010 at 05:37:44PM -0300, Maurizio Faccio adinet wrote:

 I guess same trouble with Elastix 1.5.2-2.3
 dahdi 2.1.0.4  19
 Asterisk 1.4.25.1
 Digium TDM 2400
  
 That's an analog card.

 With an analog trunk, you're not guaranteed to know if the remote CO has
 hung up the line.



-- 
_
-- 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] Why does a bridged channel stay open for 4 hours?

2010-07-23 Thread bruce bruce
I am having this issue with PRI. But I do not use conference rooms. Our
system is a simple queue and extensions.

-Bruce

On Fri, Jul 23, 2010 at 6:13 PM, Maurizio Faccio adinet 
mauf...@adinet.com.uy wrote:

 You're right but it do not detect that I hungs on my side of the line.
 I think that in some way we are going into a conference in some unwanted
 way with the two dadhi channels and when i hang up both lines stay bridged.
 I think that the trouble appears when i dial a number in an analog
 phone, hook quickly (seems like a flash), and dial again.

 I am wondering that if I change my lines to a pri I solve this trouble
 but now I do not see clear at all. (my analog telco cannot bring me
 polarity reversal on hang up for signaling

 Thank you in advance

 Maurizio



 El 23/07/2010 06:09 p.m., Tzafrir Cohen escribió:
  On Fri, Jul 23, 2010 at 05:37:44PM -0300, Maurizio Faccio adinet wrote:
 
  I guess same trouble with Elastix 1.5.2-2.3
  dahdi 2.1.0.4  19
  Asterisk 1.4.25.1
  Digium TDM 2400
 
  That's an analog card.
 
  With an analog trunk, you're not guaranteed to know if the remote CO has
  hung up the line.
 
 

 --
 _
 -- 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] Why does a bridged channel stay open for 4 hours?

2010-07-23 Thread Paul Belanger
On Fri, Jul 23, 2010 at 6:23 PM, bruce bruce bruceb...@gmail.com wrote:
 I am having this issue with PRI. But I do not use conference rooms. Our
 system is a simple queue and extensions.

You will then need to enable PRI debugs and check the IE for
disconnect.  The see why Asterisk is not hanging up the channel.

-- 
Paul Belanger | dCAP
Polybeacon | Consultant
Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
blog.polybeacon.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


[asterisk-users] Why does a bridged channel stay open for 4 hours?

2010-07-22 Thread bruce bruce
Hi Everyone,

Using a PRI with Sangoma A101D and Asterisk 1.4.2.x.

I notice that occasionally after a call is disconnected and both the phone
devices and the the channel is down but the bridge stays open for hours.

Channel  Location State   Application(Data)
Local/9054445...@fro (None)   Up  Bridged Call(Zap/4-1)


905444 is the inbound DID on the PRI. core show channels show Zap 4 in
use but if try to save the stream using ztmonitor -f it doesn't give me
anything because the channel is actually down. It's just the bridge that
stayed open for more than 4 hours.

Any help is appreciated.

Thanks,
Bruce
-- 
_
-- 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