Displaying 2 results from an estimated 2 matches for "cleardown".
Did you mean:
  cleardot
  
2007 Jan 25
1
NTL Hangup
Hi all,
I'm currently on an NTL PSTN line, using Asterisk 1.2 and a X101P cheapo 
card.
The problem lies with detecting when the far end has hung up. It fails 
to detect it, and will only cleardown when the silence timeout has been 
reached. Now, I've seen the thread at 
http://www.mail-archive.com/asterisk-users@lists.digium.com/msg32337.html, 
to which nothing has come of it. That was almost 2 years ago, so I was 
wondering if there's been any progress?
Regards
Kyle
2005 Jul 05
0
chan_h323 passes no audio?
I'm attempting to get chan_h323 working on Asterisk CVS-STABLE.
I've compiled it ok using the Janus release of pwlib/openh323, by
editing the makefile as per the comments.
Call setup and cleardown seems to work fine, but no audio is being
passed in either direction.
Doing an "h.323 trace 9", I noticed the following sequence at the end
of the call setup:
    h323.cxx(1685)  H225    Handling PDU: Connect callRef=13295
    h323.cxx(1925)  H225    Set protocol version to 4
    h323.c...