linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Debugging a Linphone problem on OpenBSD.


From: Simon Morlat
Subject: Re: [Linphone-developers] Debugging a Linphone problem on OpenBSD.
Date: Sat, 22 Apr 2006 15:55:51 +0200
User-agent: KMail/1.9.1

Hi,

You should have a look at exosip/udp.c, where the recvfrom() function is 
called to recv packet on the socket. I suspect that something goes wrong 
here.
Also can you execute linphonec -d 6 (or linphone --verbose) to get full traces 
of the execution ?
This would help locating the problem.

Simon

Le Jeudi 20 Avril 2006 23:08, Mare Crisium a écrit :
> Hi.
>
> I am attempting to get Linphone working on OpenBSD. Due to dependency
> issues I am working with version 1.2.0. Thus far have linphone, linphonec
> and sipomatic built and running, but with one remaining problem. I wonder
> if anyone has seen this before or has any suggestions where I should go
> looking?
>
> Making a call from linphonec shows INVITE's are sent and responses are
> received, but linphonec does not appear to "see" the responses (or it
> discards them).
>
> The same happens if I make a call to sipomatic running on localhost,
> neither linphonec or sipomatic can "see" the other's SIP messages
> (even though they both log them just fine).
>
> A typical log looks like this (linphonec calling a Grandstream VOIP phone):
>
> linphonec> c sip:192.168.1.33
> Contacting  sip:192.168.1.33
> linphonec> Could not reach destination.
>
> -->   INVITE sip:192.168.1.33 SIP/2.0
> <--   SIP/2.0 100 Trying
> <--   SIP/2.0 180 Ringing
> -->   INVITE sip:192.168.1.33 SIP/2.0
> <--   SIP/2.0 180 Ringing
> -->   INVITE sip:192.168.1.33 SIP/2.0
> <--   SIP/2.0 180 Ringing
>
> Linphone does not report that the phone is ringing, it doesn't appear
> to see any inbound SIP traffic. Now I pick up the receiver on the
> Grandstream:
>
> <--   SIP/2.0 200 OK
> -->   INVITE sip:192.168.1.33 SIP/2.0
> <--   SIP/2.0 200 OK
> <--   SIP/2.0 200 OK
> -->   INVITE sip:192.168.1.33 SIP/2.0
> <--   SIP/2.0 200 OK
> -->   INVITE sip:192.168.1.33 SIP/2.0
> <--   SIP/2.0 200 OK
> -->   INVITE sip:192.168.1.33 SIP/2.0
>
> So I'm guessing Linphone, linphonec and sipomatic don't "see" incoming
> SIP. Does anyone have any hints where in the code I should be looking
> or what might be causing this?
>
> If there is any useful info (detailed call logs, debug info, etc) that
> would help, please say.
>
> Thanks for reading.
>
> Mare.
>
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]