[Home]

Summary:ASTERISK-09140: [patch] Configured codec packetization ignored
Reporter:phsultan (phsultan)Labels:
Date Opened:2007-03-29 05:34:10Date Closed:2007-07-09 21:20:44
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_gtalk
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) branch-1.4-gtalk_frame_packetization-1.diff
Description:Codec packetization settings in gtalk.conf are ignored by Asterisk, which yields the following debug messages at call setup :
[Mar 29 11:48:54] DEBUG[26455]: chan_gtalk.c:834 gtalk_alloc: The client is gues
t for alloc
[Mar 29 11:48:54] DEBUG[26455]: frame.c:1267 ast_codec_choose: Could not find pr
eferred codec - Going for the best codec

Relevant gtalk.conf section :
[guest]
disallow=all
allow=ulaw:30
context=default

The attached patch solves this in a similar fashion as for chan_sip, and adds an update line to the corresponding documentation file.

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

This bug is related to ASTERISK-8856
Comments:By: Russell Bryant (russell) 2007-04-03 17:33:12

I added this patch, as well as the equivalent changes in chan_jingle, to trunk in revision 60011.  I only did this in trunk and not in 1.4 since I considered this a new feature.

Thanks!