Problem with call

GO
Guillermo Orozco
Fri, Oct 10, 2008 3:47 PM

Hello Nanang Izzuddin,

I am sending the log, once the error "pjsua_core.c<logging error: msg too long>" appears the audio gets worst. I have the PJ configured with a client
that acts as a Outbound proxy between the client and the Sip server.

Regards,
Guillermo.

Hello Nanang Izzuddin, I am sending the log, once the error "pjsua_core.c<logging error: msg too long>" appears the audio gets worst. I have the PJ configured with a client that acts as a Outbound proxy between the client and the Sip server. Regards, Guillermo.
NI
Nanang Izzuddin
Fri, Oct 10, 2008 4:38 PM

Hi,

It seems the error message "msg too long" was harmless, pjsua_core.c
was trying to print the just received INVITE message, which is
actually long. However this long message, > common MTU (about 1500
bytes), may lead to another problem, try to use PJSUA param
'--use-compact-form' or use transport TCP for SIP signalling.

So, regarding audio problem, it seems to be a different issue, please
consult http://trac.pjsip.org/repos/wiki/sound-problems first.

Regards,
nanang

On Fri, Oct 10, 2008 at 10:47 PM, Guillermo Orozco
gorozco.vivophone@gmail.com wrote:

Hello Nanang Izzuddin,

I am sending the log, once the error "pjsua_core.c<logging error: msg too long>" appears the audio gets worst. I have the PJ configured with a client
that acts as a Outbound proxy between the client and the Sip server.

Regards,
Guillermo.


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, It seems the error message "msg too long" was harmless, pjsua_core.c was trying to print the just received INVITE message, which is actually long. However this long message, > common MTU (about 1500 bytes), may lead to another problem, try to use PJSUA param '--use-compact-form' or use transport TCP for SIP signalling. So, regarding audio problem, it seems to be a different issue, please consult http://trac.pjsip.org/repos/wiki/sound-problems first. Regards, nanang On Fri, Oct 10, 2008 at 10:47 PM, Guillermo Orozco <gorozco.vivophone@gmail.com> wrote: > Hello Nanang Izzuddin, > > > > I am sending the log, once the error "pjsua_core.c<logging error: msg too > long>" appears the audio gets worst. I have the PJ configured with a client > that acts as a Outbound proxy between the client and the Sip server. > > Regards, > Guillermo. > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >