[Home]

Summary:ASTERISK-08111: call hangup when x=y in L parameter
Reporter:Marek Cervenka (cervajs)Labels:
Date Opened:2006-11-10 17:04:54.000-0600Date Closed:2011-06-07 14:03:08
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:if i have i.e. this command
exten => _X.,1,Dial(IAX2/pbx1@pbx1/${EXTEN}|300|HL(600000:600000))

then call setup call performed but after answer is hangup
(dial,ring...ring,answer,immediate hangup)

problem is somwhere in x=y parameter. when x!=y then call is ok

****** ADDITIONAL INFORMATION ******

set verbose 4
set debug 4

Executing Dial("SIP/2222-081a2398", "IAX2/pbx1@pbx1/001111|300|HL(600000:600000)") in new stack
   -- Limit Data for this call:
   -- - timelimit     = 600000
   -- - play_warning  = 600000
   -- - play_to_caller= yes
   -- - play_to_callee= no
   -- - warning_freq  = 0
   -- - start_sound   = UNDEF
   -- - warning_sound = /var/lib/asterisk/sounds/tmp
   -- - end_sound     = /var/lib/asterisk/sounds/tmp_end
   -- Called pbx1@pbx1/001111
   -- Call accepted by 10.10.10.10 (format g729)
   -- Format for call is g729
   -- IAX2/pbx1-5 is ringing
   -- IAX2/pbx1-5 is making progress passing it to SIP/2222-081a2398
   -- IAX2/pbx1-5 stopped sounds
   -- IAX2/pbx1-5 answered SIP/pbx1-081a2398
   -- Hungup 'IAX2/pbx1-5'
Comments:By: Jason Parker (jparker) 2006-11-28 14:23:55.000-0600

What do the ANSWEREDTIME, DIALEDTIME, and DIALSTATUS get set to when this happens?

By: Carlos Valdes (cvaldess) 2006-11-28 16:59:08.000-0600

Here problems with L parameter too, L(560000:180000) call hangup at 180 seg without play warning

By: Marek Cervenka (cervajs) 2006-11-29 17:27:48.000-0600

DIALSTATUS(disposition) - ANSWERED
DIALEDTIME(duration) - from 6 to 12 sec (it's random)
ANSWEREDTIME(billsec) - 0

By: Steve Murphy (murf) 2006-11-30 14:27:34.000-0600

I cannot reproduce this in svn; so, it looks like this problem is fixed in 1.2.14; try checking out the latest svn and see if it gives you fits or not.

By: Steve Murphy (murf) 2006-11-30 14:28:30.000-0600

I think this problem has already been fixed via other bugfixes in 1.2.

By: Steve Murphy (murf) 2006-11-30 14:30:02.000-0600

If you use the latest svn of 1.2, and still have a problem, feel free to re-open this issue.