search for: makecalllocked

Displaying 1 result from an estimated 1 matches for "makecalllocked".

2005 May 13
3
2 minutes pause before ring on H323 channel
...inute exactly (60 seconds) exten => 20,1,Dial(H323/h323phone) ; this leads to 120 seconds pause before ring exten => 21,1,Dial(H323/h323phone@192.168.0.101) ; this leads to 60 seconds pause before ring After quick debugging session I found that this time goes to the call to H323EndPoint::MakeCallLocked(fullAddress, token, opts) in MyH323EndPoint::MakeCall function. MakeCallLocked is part of OpenH323 and this is too deep for me... I'm not sure is this is a problem of OpenH323 or of channel driver but my speculation is that the time goes in some kind of timeout wait... who knows... Does anyone...