[asterisk-bugs] [Asterisk 0018011]: [patch] PickupChan() is not working with full channel name
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Sep 20 03:31:18 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18011
======================================================================
Reported By: schern
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18011
Category: Applications/app_directed_pickup
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.6.2.13
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-09-17 22:05 CDT
Last Modified: 2010-09-20 03:31 CDT
======================================================================
Summary: [patch] PickupChan() is not working with full
channel name
Description:
PickupChan() is not working with full channel name. Currently it only works
if the pickup channel contains channel type and extension (e.g. SIP/123).
If the full channel name is passed, e.g. SIP/123-0000000a, the pickup will
fail.
======================================================================
----------------------------------------------------------------------
(0127118) schern (reporter) - 2010-09-20 03:31
https://issues.asterisk.org/view.php?id=18011#c127118
----------------------------------------------------------------------
I added a new patch (app_directed_pickup.c.2.patch):
If the channel name does not contain a '-' it will be handled like
before.
If the channel name contains a '-' it will no longer append at the end.
Issue History
Date Modified Username Field Change
======================================================================
2010-09-20 03:31 schern Note Added: 0127118
======================================================================
More information about the asterisk-bugs
mailing list