[asterisk-dev] OOH323 with Congestion Application

Kaloyan Kovachev kkovachev at varna.net
Thu Jun 1 07:27:32 MST 2006


Hello,
 you may use timeout for Congestion and Busy and then hangup the channel i.e.

exten => 1111,1,NoOP(Llamada) 
exten => 1111,2,Congestion(10)
exten => 1111,3,Hangup

On Wed, 31 May 2006 20:03:20 -0400, Wilmar Campos wrote 
> Hello, 
> 
> I try to use Congestion application like this: 
> 
> exten => 1111,1,NoOP(Llamada) 
> exten => 1111,2,Congestion 
> 
> I receive the right disconect cause on the origination side, but is seems
the channel is getting stuck. 
> 
> asterisk*CLI> show channels verbose 
> Channel               Context               Extension         Prio State  
Application  Data                       CallerID         Duration Accountcode
BridgedTo            
> OOH323/65.2.98.2-e callingcard          1111                 2 Busy   
Busy          (Empty)                    17000000028     00:00:45 ooh323     
(None)               
> OOH323/-fa45          callingcard           1111                 2 Busy   
Busy          (Empty)                    1700000          02:51:32 ooh323     
(None)               
> OOH323/-3a40         callingcard          1111                 2 Busy   
Congestion   (Empty)                    1700000         02:52:25 ooh323      
(None)               
> OOH323/-eb35          callingcard          1111                 2 Busy   
Congestion   (Empty)                    1700000         02:52:46 ooh323      
(None)               
> OOH323/65.2.98.2-7 callingcard           1111                 2 Busy   
Congestion   (Empty)                     17000000028     02:54:35 ooh323      
(None)               
> OOH323/65.2.98.2-1 callingcard           1111                 2 Busy   
Congestion    (Empty)                    17000000028     03:00:03 ooh323     
(None)               
> OOH323/65.2.98.2-7 callingcard           1111                 2 Busy   
Congestion   (Empty)                     17000000028     03:02:26 ooh323      
(None)               
> OOH323/65.2.98.2-1 callingcard           1111                 2 Busy   
Congestion    (Empty)                    17000000028     03:03:59 ooh323     
(None)               
> OOH323/65.2.98.2-4 callingcard           1111                 2 Busy   
Congestion   (Empty)                     17000000028     03:04:15 ooh323      
(None)       
> 
> Same thing happens with Busy application. 
> 
> From the OOH323 side I receive this ERROR: 
> 
> May 31 19:52:48 ERROR[15863]: src/chan_h323.c:821 ooh323_hangup: No call to
hangup 
> 
> Any ideas? 
> 
> Thanks, 
> 
> Wilmar 
>      




More information about the asterisk-dev mailing list