[asterisk-bugs] [JIRA] (ASTERISK-19469) Execution of audio playbacks from call time limits (Dial application 'L' option) do not reflect configured options

Seth Miller (JIRA) noreply at issues.asterisk.org
Fri Nov 16 18:51:45 CST 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-19469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Seth Miller updated ASTERISK-19469:
-----------------------------------

    Status: Waiting for Feedback  (was: Open)

Can you verify whether this issue has been duplicated/confirmed, and if it is being actively addressed? Thanks -
                
> Execution of audio playbacks from call time limits (Dial application 'L' option) do not reflect configured options
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-19469
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-19469
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_dial
>    Affects Versions: 10.1.2
>         Environment: Ubuntu Server 11.10
>            Reporter: Seth Miller
>            Assignee: Seth Miller
>         Attachments: issue_19469_full_log.zip
>
>
> I am experiencing buggy operation regarding call time limits (Dial application 'L' option) with different symptoms on two different servers, both running 10.1.2. 
> On one machine the command:
> exten => 461,1,Dial(SIP/461,45,L(220000:180000:60000))
> results in the initial notice being played properly and the call terminating at the proper time, but 'repeat' warnings are played intermittently, sometimes one or two warnings will be played at the requested 60-second intervals and at other times no warnings will be played. 
> On a second machine (again, also running 10.1.2) the same command will result in an initial warning of 'you have 2 minutes and 59 seconds' (instead of the correct '3 minutes', as occurs on the server above), and then the call will terminate approx. 20-30 seconds later (with nothing unusual in the log.) 
> In both cases the CLI debug log shows:
> -- Executing [461 at LocalSets:1] Dial("SIP/360-0000000e", "SIP/461,45,L(220000:180000:60000)") in new stack
> > Limit Data for this call:
> > timelimit = 220000 ms (220.000 s)
> > play_warning = 180000 ms (180.000 s)
> > play_to_caller = yes
> > play_to_callee = no
> > warning_freq = 60000 ms (60.000 s)
> > start_sound =
> > warning_sound = timeleft
> > end_sound =
> so it would appear that all is normal. I'm seeing no related errors in the CLI or error logs. The problem is 100% repeatable on both machines.
> It seems very odd to see different bugs using an identical command on two separate machines running the exact same OS and Asterisk software versions, and very similar if not identical .conf files. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list