[Home]

Summary:ASTERISK-03186: app_dial only hangup after timeout
Reporter:amzaka (amzaka)Labels:
Date Opened:2005-01-05 07:43:43.000-0600Date Closed:2011-06-07 14:10:14
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The following statement doesnot hangup even it was generated by the called party. And it is only hung up after the timeout.
Dial(SIP/${EXTEN}@proxy,20,t)

What happens is that the called party gets the ringing and it immediately drop the call (incase of mobile; pressing the reject button). But, asterisk does not repond the hangup signal and keep dialing out. And after a couple of seconds of rejecting the call from mobile it gets the ring again. The scenario comes always and hangup is only successful after the time out of 20 seconds is reached.
Comments:By: Kevin P. Fleming (kpfleming) 2005-01-05 07:58:00.000-0600

Please include the version of CVS Asterisk that you are experiencing this with. Does it also fail if you don't include "t" option to Dial()?

By: Mark Spencer (markster) 2005-01-05 08:07:52.000-0600

Also, can you supply a SIP debug since this is purportedly a SIP bug?  Also, please read the bug guidelines (the link highlighted in yellow when you went to place your bug) before placing any further bugs.  This is not "BLOCK" as per the bug guidelines.

By: () 2005-01-05 12:08:37.000-0600

can you post a portion of your extensions.conf? It seems like you did not specify Hangup().

By: Mark Spencer (markster) 2005-01-09 04:19:29.000-0600

User seems to have lost interest, obviously registers high on the bogosity meter anyway.