[asterisk-bugs] [Asterisk 0014212]: g option does not work if used from Local channel
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jan 20 17:09:16 CST 2009
The following issue has been UPDATED.
======================================================================
http://bugs.digium.com/view.php?id=14212
======================================================================
Reported By: visu
Assigned To: putnopvut
======================================================================
Project: Asterisk
Issue ID: 14212
Category: Applications/app_dial
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Request Review:
Resolution: won't fix
Fixed in Version:
======================================================================
Date Submitted: 2009-01-11 23:00 CST
Last Modified: 2009-01-20 17:09 CST
======================================================================
Summary: g option does not work if used from Local channel
Description:
If I dial Local/1 at outer, I expected it to execute priority 1 in 'inner'
context & then next priority in the line. However, if call is answered at
priority 1 ('inner' context), it never goes to priority 2. Interestingly,
if I invoke 'inner' context from a SIP account (by dialling Local/1 at inner),
it works as expected. So this seems to be a specific problem with Local
channel.
[outer]
exten => 1,1,Dial(Local/1 at inner)
[inner]
exten => 1,1,Dial(Gtalk/asterisk/someuser at gmail.com,60,g)
exten => 1,n,Playback(vm-goodbye)
======================================================================
----------------------------------------------------------------------
(0098275) putnopvut (administrator) - 2009-01-20 17:09
http://bugs.digium.com/view.php?id=14212#c98275
----------------------------------------------------------------------
I've decided to close this as I have provided a workaround and "fixing"
this would require rearchitecting how Local channels work.
Issue History
Date Modified Username Field Change
======================================================================
2009-01-20 17:09 putnopvut Note Added: 0098275
2009-01-20 17:09 putnopvut Status new => resolved
2009-01-20 17:09 putnopvut Resolution open => won't fix
2009-01-20 17:09 putnopvut Assigned To => putnopvut
2009-01-20 17:09 putnopvut Status resolved => closed
======================================================================
More information about the asterisk-bugs
mailing list