[Home]

Summary:ASTERISK-03315: [patch] IAX2 codecpriority Update and bug fix
Reporter:Anthony Minessale (anthm)Labels:
Date Opened:2005-01-20 13:55:58.000-0600Date Closed:2008-01-15 15:22:40.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) iaxcodecpri_rev0.diff
Description:This patch expands the codecpriority option. (see below)
it also cleans up some debug output on the console and fixes a bug where the global_flags where not reset on a reload.


Excerpt from iax.conf.sample:
;codecpriority=host
;
; codecpriority controls the codec negotiation of an inbound IAX call.
; This option is inherited to all user entities.  It can also be defined
; in each user entity seperately which will override the setting in general.
;
; The valid values are:
;
; caller   - Consider the callers preferred order ahead of the host's.
; host     - Consider the host's preferred order ahead of the caller's.
; disabled - Disable the consideration of codec preference alltogether.
;            (this is the original behaviour before preferences were added)
; reqonly  - Same as disabled, only do not consider capibilities if
;            the requested format is not available the call will only
;            be accepted if the requested format is available.
;
; The default value is 'host'
;


****** ADDITIONAL INFORMATION ******

Disclaimer on file.
anthmct@yahoo.com
Comments:By: Mark Spencer (markster) 2005-01-20 17:39:20.000-0600

Fixed in CVS head, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:22:40.000-0600

Repository: asterisk
Revision: 4856

U   trunk/channels/chan_iax2.c
U   trunk/configs/iax.conf.sample

------------------------------------------------------------------------
r4856 | markster | 2008-01-15 15:22:39 -0600 (Tue, 15 Jan 2008) | 2 lines

IAX codec fixes (bug ASTERISK-3315)

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

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