[asterisk-bugs] [Asterisk 0010519]: add support for wideband speex (Openwengo variant)

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Aug 22 21:18:50 CDT 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10519 
====================================================================== 
Reported By:                adamgundy
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   10519
Category:                   Codecs/codec_speex
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.10.1  
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             08-21-2007 17:08 CDT
Last Modified:              08-22-2007 21:18 CDT
====================================================================== 
Summary:                    add support for wideband speex (Openwengo variant)
Description: 
the attached patch adds support for wideband speex to asterisk 1.4.10.1

it relies on the fact that the speex codec (in asterisk or the client)
will transparently handle conversion between wide and narrow band speex, so
there are no changes to the codec, we just register a new type. asterisk
will either (a) allow wideband packets to pass through client<->client
(sounds great!), or when actually talking to asterisk (voicemail, prompts
etc), it will send or decode as narrowband speex, so quality while talking
to asterisk itself is only narrowband (but of course this means minimal
changes since asterisk still deals with 8khz audio). this is all
transparent to the caller, apart from the lower quality while talking to
asterisk itself.

the only complex part of the patch is about teaching rtp.c and frame.c
about 16khz codecs, so that the RTP timestamps are set correctly.

openwengo, for some odd reason, insist on sending speex wideband as
'G726-64wb', with a different RTP type. this patch adds support for that.
it should be trivial to add support for 'speex/16000', for eg ekiga, but
that's another patch... and asterisk will have to 'transcode' between them,
because the RTP types don't match :-(
====================================================================== 

---------------------------------------------------------------------- 
 adamgundy - 08-22-07 21:18  
---------------------------------------------------------------------- 
second version of the patch uploaded, I removed references to G726_64_WB
everywhere but the MIME type used in the SDP. there's no need to propagate
OpenWengo's broken idea of speex naming anywhere but the SIP SDP. the codec
name is now 'speexwb-wengo', eg 'allow=speexwb-wengo' 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-22-07 21:18  adamgundy      Note Added: 0069286                          
======================================================================




More information about the asterisk-bugs mailing list