[Home]

Summary:ASTERISK-15829: [regression] Some AMI Originate Calls on chan_local fail/timeout
Reporter:Daniel Harper (dharper)Labels:
Date Opened:2010-03-16 23:25:33Date Closed:2013-01-16 21:07:06.000-0600
Priority:MinorRegression?Yes
Status:Closed/CompleteComponents:Channels/chan_local
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Even after upgrading to 1.4.30 I am still getting the odd Originate AMI call failing.

The call basically times-out (set to 5 seconds) "Originate failed" is returned from the Asterisk Manager. There is no useful info in /var/log/asterisk/messages when the call fails.

Changing from a ascending sequential hunt group to an ascending rotary hunt group reduces the frequency of the problem.








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

Running DAHDI 2.2.1
Comments:By: ViliusA (vilius) 2010-03-17 04:57:01

Same here.

AMI command:

Action: Originate
Channel: Local/dummy@testcontext
Exten: 8888
Context: testcontext
Priority: 1
Async: true

extensions.conf

[testcontext]
exten => dummy,1,Answer()
exten => dummy,2,Wait(7200)

exten => 8888,1,Answer()
exten => 8888,2,Wait(7200)

is failing on 1.4.29 and 1.4.30, however it works as expected on 1.4.25. Logs doesnt give anything useful at all.

By: Matt Jordan (mjordan) 2013-01-16 21:06:58.656-0600

Per the Asterisk maintenance timeline page at http://www.asterisk.org/asterisk-versions maintenance (bug) support for the 1.4 and 1.6.x branches has ended. For continued maintenance support please move to the 1.8 branch which is a long term support (LTS) branch. For more information about branch support, please see https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions.  After testing with Asterisk 1.8, if you find this problem has not been resolved, please open a new issue against Asterisk 1.8.