[Home]

Summary:ASTERISK-00513: T extension never gets called and timeout doesn't seem to timeout on time
Reporter:jerjer (jerjer)Labels:
Date Opened:2003-11-11 08:43:41.000-0600Date Closed:2004-09-25 02:49:15
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:exten => _1NXXNXXXXXX,1,AbsoluteTimeout(60)
exten => _1NXXNXXXXXX,2,Dial,IAX2/user@NuFone/${EXTEN}
exten => T,1,Playback,goodbye

This call is natively bridging with notransfer=yes.  

show channel <channel name> showed:

Frames out: 548
Time to Hangup: 1068557449
--   PBX   --
...

However, the call was not hungup until 1068557492 and the T extension was not executed.
Comments:By: Mark Spencer (markster) 2003-11-11 20:31:47.000-0600

It's an incompatibility with native bridging.  You'll have to modify ast_rtp_bridge to keep track of it if you want it to work.

By: jerjer (jerjer) 2003-11-13 02:27:54.000-0600

Can u give me a shove in the right direction?

By: x martinp (martinp) 2003-11-14 12:45:27.000-0600

shouldn't that be lowercase t ?

By: jerjer (jerjer) 2003-11-14 15:14:32.000-0600

Lowercase t is for the response timeout.  Uppercase T is for the whentohangup timeout.

By: x martinp (martinp) 2003-11-17 17:21:38.000-0600

It's fixed in CVS for IAX/IAX2.