adding G729 support to pjsip1.0.3

AV
alex vishnev
Wed, Jan 27, 2010 2:27 AM

Hello

i am having issues adding G729 to 1.0.3 version of pjsip. i editted
site_config.h to enable G729, i also made changes to pjmedia/build/
os-auto.mak.in and added --enable-g729-codec to ./aconfigure line. It looks
like the support is being compiled in as i see G729 files compiled, however
when I try to use it using siphon project, i don't have G729 in the SDP.
When adding a debug line to dump endpoint codec selection, i only get
G711mlaw, GSM and G711alaw. I know this brings another project into a
questions, but any pointers would be a great help. I am obviously missing
something basic.

Alex

Hello i am having issues adding G729 to 1.0.3 version of pjsip. i editted site_config.h to enable G729, i also made changes to pjmedia/build/ os-auto.mak.in and added --enable-g729-codec to ./aconfigure line. It looks like the support is being compiled in as i see G729 files compiled, however when I try to use it using siphon project, i don't have G729 in the SDP. When adding a debug line to dump endpoint codec selection, i only get G711mlaw, GSM and G711alaw. I know this brings another project into a questions, but any pointers would be a great help. I am obviously missing something basic. Alex
NI
Nanang Izzuddin
Fri, Jan 29, 2010 8:24 AM

Hi,

Any chance that the G729 codec is not initialized? Codec
initialization is also used for registering codec to media endpoint.
Otherwise, perhaps it is codec implementation issue.

BR,
nanang

On Wed, Jan 27, 2010 at 9:27 AM, alex vishnev alex9134@gmail.com wrote:

Hello
i am having issues adding G729 to 1.0.3 version of pjsip. i editted
site_config.h to enable G729, i also made changes to
pjmedia/build/os-auto.mak.in and added --enable-g729-codec to ./aconfigure
line. It looks like the support is being compiled in as i see G729 files
compiled, however when I try to use it using siphon project, i don't have
G729 in the SDP. When adding a debug line to dump endpoint codec selection,
i only get G711mlaw, GSM and G711alaw. I know this brings another project
into a questions, but any pointers would be a great help. I am obviously
missing something basic.
Alex


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, Any chance that the G729 codec is not initialized? Codec initialization is also used for registering codec to media endpoint. Otherwise, perhaps it is codec implementation issue. BR, nanang On Wed, Jan 27, 2010 at 9:27 AM, alex vishnev <alex9134@gmail.com> wrote: > Hello > i am having issues adding G729 to 1.0.3 version of pjsip. i editted > site_config.h to enable G729, i also made changes to > pjmedia/build/os-auto.mak.in and added --enable-g729-codec to ./aconfigure > line. It looks like the support is being compiled in as i see G729 files > compiled, however when I try to use it using siphon project, i don't have > G729 in the SDP. When adding a debug line to dump endpoint codec selection, > i only get G711mlaw, GSM and G711alaw. I know this brings another project > into a questions, but any pointers would be a great help. I am obviously > missing something basic. > Alex > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
SV
Samuel Vinson
Fri, Jan 29, 2010 11:16 AM

Hello,

Exactly, I forgot in my patch the register code.
You should find in this mailing list the code to add.

Samuel

Le 29/01/10 09:24, Nanang Izzuddin a écrit :

Hi,

Any chance that the G729 codec is not initialized? Codec
initialization is also used for registering codec to media endpoint.
Otherwise, perhaps it is codec implementation issue.

BR,
nanang

On Wed, Jan 27, 2010 at 9:27 AM, alex vishnevalex9134@gmail.com  wrote:

Hello
i am having issues adding G729 to 1.0.3 version of pjsip. i editted
site_config.h to enable G729, i also made changes to
pjmedia/build/os-auto.mak.in and added --enable-g729-codec to ./aconfigure
line. It looks like the support is being compiled in as i see G729 files
compiled, however when I try to use it using siphon project, i don't have
G729 in the SDP. When adding a debug line to dump endpoint codec selection,
i only get G711mlaw, GSM and G711alaw. I know this brings another project
into a questions, but any pointers would be a great help. I am obviously
missing something basic.
Alex


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hello, Exactly, I forgot in my patch the register code. You should find in this mailing list the code to add. Samuel Le 29/01/10 09:24, Nanang Izzuddin a écrit : > Hi, > > Any chance that the G729 codec is not initialized? Codec > initialization is also used for registering codec to media endpoint. > Otherwise, perhaps it is codec implementation issue. > > BR, > nanang > > > On Wed, Jan 27, 2010 at 9:27 AM, alex vishnev<alex9134@gmail.com> wrote: > >> Hello >> i am having issues adding G729 to 1.0.3 version of pjsip. i editted >> site_config.h to enable G729, i also made changes to >> pjmedia/build/os-auto.mak.in and added --enable-g729-codec to ./aconfigure >> line. It looks like the support is being compiled in as i see G729 files >> compiled, however when I try to use it using siphon project, i don't have >> G729 in the SDP. When adding a debug line to dump endpoint codec selection, >> i only get G711mlaw, GSM and G711alaw. I know this brings another project >> into a questions, but any pointers would be a great help. I am obviously >> missing something basic. >> Alex >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >> > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > >