[pjsip] Mistake in aps branch

Nanang Izzuddin nanang at pjsip.org
Mon Feb 2 14:47:45 EST 2009


Hi Samuel,

The branch is actually for internal development only, so it is really2
buggy (even sometime it's perhaps uncompilable :-) ). It will be
merged to trunk once the project finished.

However thanks for the report and opinion.

Regards,
nanang


On Sun, Feb 1, 2009 at 3:57 PM, Samuel Vinson <samuelv at laposte.net> wrote:
> Hello Nanang,
>
> I tested aps branch, and I think there is a mistake in config.h file from
> pjmedia-codec.
>
> #ifndef PJMEDIA_HAS_PASSTHROUGH_CODEC_G729
> #   define PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMA    1
> #endif
>
> should be
>
> #ifndef PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMA
> #   define PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMA    1
> #endif
>
> It will be great if the pjmedia_snd_aps_modify_setting function was called
> when the codec negotiation is finished.
> Without this call, codec stays always the same (defined in
> pjmedia_snd_init).
>
> Perhaps it needs to extend pjmedia_snd api with
>   - modify setting
>   - activate loud speaker
>
> Thanks
>
> Samuel
>



More information about the pjsip mailing list