[Home]

Summary:ASTERISK-03735: [patch] Driver 'Phone' does not have a fixup routine
Reporter:matti (matti)Labels:
Date Opened:2005-03-22 03:07:49.000-0600Date Closed:2008-01-15 15:33:51.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_phone.c
( 1) diff
Description:When a Local channel is forwarded to a Phone channel, the following warning appears:
Mar 21 16:48:21 WARNING[10611]: Driver 'Phone' does not have a fixup routine (for Phone/phone0)!  Bad things may happen.
extensions.conf has the following type of line:
exten => _330001.,1,Dial(Local/440138${EXTEN:6}@context,60)
Comments:By: matti (matti) 2005-03-22 04:29:11.000-0600

I attached the chan_phone.c that is more compatible with the latest CVS HEAD at 04:26.

By: Mark Spencer (markster) 2005-03-26 01:38:47.000-0600

Disclaimer status?

By: Mark Spencer (markster) 2005-03-29 00:28:31.000-0600

Please let us know if you have a disclaimer on file if you still want this patch to be applied  Thanks!

By: matti (matti) 2005-03-29 06:10:09.000-0600

The disclaimer was faxed today.

By: Clod Patry (junky) 2005-03-29 06:22:57.000-0600

Try to add patch as a .txt extension. This allow all windows users to read the patch directly from browser without having to download them.
And try to add which HEAD version you made your patch with.

Great job here, congrats.

By: Mark Spencer (markster) 2005-03-30 00:45:59.000-0600

Added to CVS head, thanks!

By: Russell Bryant (russell) 2005-05-09 23:53:24

I have added code to do this in 1.0 as well.  The code in cvs head to do this has changed dramatically.  :)

By: Digium Subversion (svnbot) 2008-01-15 15:29:19.000-0600

Repository: asterisk
Revision: 5304

U   trunk/channels/chan_phone.c

------------------------------------------------------------------------
r5304 | markster | 2008-01-15 15:29:19 -0600 (Tue, 15 Jan 2008) | 2 lines

Add fixup to chan_phone (bug ASTERISK-3735)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:33:51.000-0600

Repository: asterisk
Revision: 5616

U   branches/v1-0/channels/chan_phone.c

------------------------------------------------------------------------
r5616 | russell | 2008-01-15 15:33:51 -0600 (Tue, 15 Jan 2008) | 2 lines

add fixup routine (bug ASTERISK-3735)

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

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