[asterisk-bugs] [Asterisk 0016628]: [regression] Originate not launching secondary channel when primary is a Local channel

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Mar 4 09:57:20 CST 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16628 
====================================================================== 
Reported By:                kobaz
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16628
Category:                   Resources/res_clioriginate
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.0.21 
JIRA:                       SWP-744 
Regression:                 Yes 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0 
SVN Revision (number only!): 240716 
Request Review:              
====================================================================== 
Date Submitted:             2010-01-17 16:15 CST
Last Modified:              2010-03-04 09:57 CST
====================================================================== 
Summary:                    [regression] Originate not launching secondary
channel when primary is a Local channel
Description: 
This is a regression.  This works in 1.6.0.20

context a {
  s => {
    Answer();
    Wait(10000);
  }
}

context b {
  s => {
    Answer();
    Dial(SIP/214);
  }
}


asterisk -rx "originate Local/s at a extension s at b"

    -- Remote UNIX connection
    -- Executing [s at a:1] Answer("Local/s at a-b8b5;2", "") in new stack
    -- Executing [s at a:2] Wait("Local/s at a-b8b5;2", "10000") in new stack
...nothing else



In 1.6.0.20:
asterisk -rx "originate Local/s at a extension s at b"

    -- Remote UNIX connection
    -- Executing [s at a:1] Answer("Local/s at a-a201;2", "") in new stack
    -- Executing [s at b:1] Answer("Local/s at a-a201;1", "") in new stack
    -- Executing [s at b:2] Dial("Local/s at a-a201;1", "SIP/214") in new stack
  == Using SIP RTP CoS mark 5
    -- Called 214
    -- SIP/214-00000000 is ringing
    -- Remote UNIX connection disconnected
    -- Executing [s at a:2] Wait("Local/s at a-a201;2", "10000") in new stack
    -- SIP/214-00000000 answered Local/s at a-a201;1

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
duplicate of        0016525 [patch] Cannot spy on channel when a lo...
related to          0016717 Orinate calls using AMI on version 1.4....
====================================================================== 

---------------------------------------------------------------------- 
 (0118968) lmadsen (administrator) - 2010-03-04 09:57
 https://issues.asterisk.org/view.php?id=16628#c118968 
---------------------------------------------------------------------- 
kebl0155: have you tried testing this on the latest 1.4 branch? 1.4.29.1 is
reasonably old now. We haven't had a NON-SECURITY release since 1.4.30. On
the 1.6.0.x series, the last non-security release 1.6.0.22.

I'm closing this issue for now. If you test on the latest BRANCH then you
can reopen if the issue still exists. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-03-04 09:57 lmadsen        Note Added: 0118968                          
======================================================================




More information about the asterisk-bugs mailing list