[Home]

Summary:ASTERISK-00283: Action: Originate is broken, latest cvs
Reporter:jerjer (jerjer)Labels:
Date Opened:2003-09-18 02:12:35Date Closed:2008-01-15 14:35:24.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-outfix.patch
( 1) manager
( 2) more_debug.txt
Description:Something within the last week has broken the originating of channels via the manager interface.

cvs up -D '1 week ago' lets action: originate work

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

The instant the Originate command is issued iax2_hangup() gets called. A VNAK and INVAL shows up on the far end IAX2 endpoint.

See file for debug
Comments:By: jerjer (jerjer) 2003-09-29 01:35:45

The manager.c code seems to not be at fault. The problem has to be in ast_pbx_outgoing_exten() or ast_request_and_dial(), but I haven't been able to narrow it down farther than that.

By: James Golovich (jamesgolovich) 2003-09-29 20:34:35

Here is a patch to fix this.  I've sent it to Mark via email as well

By: jerjer (jerjer) 2003-09-29 21:47:12

Patch worked, commited to cvs

By: Digium Subversion (svnbot) 2008-01-15 14:35:24.000-0600

Repository: asterisk
Revision: 1583

U   trunk/pbx.c

------------------------------------------------------------------------
r1583 | jeremy | 2008-01-15 14:35:24 -0600 (Tue, 15 Jan 2008) | 2 lines

use timeout value insted of 0. Bug ASTERISK-283

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=1583