[Asterisk-bugs] [Asterisk 0010263]: [patch] Remove requirement of line at device on Dial() syntax with chan_skinny
noreply at bugs.digium.com
noreply at bugs.digium.com
Sat Jul 21 09:27:29 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10263
======================================================================
Reported By: qwell
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 10263
Category: Channels/chan_skinny
Reproducibility: N/A
Severity: minor
Priority: normal
Status: ready for testing
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 07-20-2007 18:43 CDT
Last Modified: 07-21-2007 09:27 CDT
======================================================================
Summary: [patch] Remove requirement of line at device on Dial()
syntax with chan_skinny
Description:
With this patch, you don't need to do Dial(Skinny/1234 at bob) anymore, now
you can just do Dial(Skinny/1234)
All I need here are testers. Please test and report back.
======================================================================
----------------------------------------------------------------------
qwell - 07-21-07 09:27
----------------------------------------------------------------------
In my patch, you need to change
if (ast_strlen_zero(device) {
to
if (ast_strlen_zero(device)) {
Issue History
Date Modified Username Field Change
======================================================================
07-21-07 09:27 qwell Note Added: 0067695
======================================================================
More information about the asterisk-bugs
mailing list