[Home]

Summary:ASTERISK-12838: [patch] Remove DAHDI operator mode special casing in app_dial
Reporter:Sean Bright (seanbright)Labels:
Date Opened:2008-10-07 07:43:26Date Closed:2008-10-07 16:24:28
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 13636.diff
Description:This patch moves the handling of operator mode for DAHDI to DAHDI channels to the technology specific setoption function, rather than hard coding it in app_dial.c.

Needs review before being committed.
Comments:By: Digium Subversion (svnbot) 2008-10-07 16:24:26

Repository: asterisk
Revision: 147388

U   trunk/apps/app_dial.c
U   trunk/channels/chan_dahdi.c
U   trunk/channels/chan_iax2.c

------------------------------------------------------------------------
r147388 | seanbright | 2008-10-07 16:24:26 -0500 (Tue, 07 Oct 2008) | 9 lines

Move the DAHDI-to-DAHDI operator mode check from app_dial into chan_dahdi
so we don't have to hardcode anything.

(closes issue ASTERISK-12838)
Reported by: seanbright
Patches:
     13636.diff uploaded by seanbright (license 71)
Reviewed by: russellb, putnopvut

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

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