Daniel Corbe | 1 Sep 2009 01:03
Picon

Mac OS X 10.6 build problems

gmake[3]: Leaving directory `/usr/local/src/sofia-sip-1.12.10/libsofia-sip-ua-glib/su-glib'
gmake[3]: Entering directory `/usr/local/src/sofia-sip-1.12.10/libsofia-sip-ua-glib'
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o libsofia-sip-ua-glib.la -rpath /usr/local/lib -version-info 3:0:0  su-glib/libsu-glib.la -L/usr/local/lib -lglib-2.0 -lintl   -lssl -lcrypto -lz   -lpthread 
mkdir .libs
grep: /usr/lib/libiconv.la: No such file or directory
sed: /usr/lib/libiconv.la: No such file or directory
libtool: link: `/usr/lib/libiconv.la' is not a valid libtool archive
gmake[3]: *** [libsofia-sip-ua-glib.la] Error 1
gmake[3]: Leaving directory `/usr/local/src/sofia-sip-1.12.10/libsofia-sip-ua-glib'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/local/src/sofia-sip-1.12.10/libsofia-sip-ua-glib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/local/src/sofia-sip-1.12.10'
gmake: *** [all] Error 2
sh-3.2# cd /usr/lib
sh-3.2# ls *iconv*
libiconv.2.4.0.dylib    libiconv.2.dylib        libiconv.dylib


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@...
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
Michael Jerris | 1 Sep 2009 01:26

Re: Mac OS X 10.6 build problems

I am chasing down this same issue on my box.  I should have fixes sometime this week and will push patches for them when I have them.  Note, I did have a successfull snow lep build a few weeks back before they did gold master on a different box, still trying to chase down what changed sense then.

Mike

On Aug 31, 2009, at 7:03 PM, Daniel Corbe wrote:

gmake[3]: Leaving directory `/usr/local/src/sofia-sip-1.12.10/libsofia-sip-ua-glib/su-glib'
gmake[3]: Entering directory `/usr/local/src/sofia-sip-1.12.10/libsofia-sip-ua-glib'
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o libsofia-sip-ua-glib.la -rpath /usr/local/lib -version-info 3:0:0  su-glib/libsu-glib.la -L/usr/local/lib -lglib-2.0 -lintl   -lssl -lcrypto -lz   -lpthread 
mkdir .libs
grep: /usr/lib/libiconv.la: No such file or directory
sed: /usr/lib/libiconv.la: No such file or directory
libtool: link: `/usr/lib/libiconv.la' is not a valid libtool archive
gmake[3]: *** [libsofia-sip-ua-glib.la] Error 1
gmake[3]: Leaving directory `/usr/local/src/sofia-sip-1.12.10/libsofia-sip-ua-glib'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/local/src/sofia-sip-1.12.10/libsofia-sip-ua-glib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/local/src/sofia-sip-1.12.10'
gmake: *** [all] Error 2
sh-3.2# cd /usr/lib
sh-3.2# ls *iconv*
libiconv.2.4.0.dylib    libiconv.2.dylib        libiconv.dylib


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@...
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
gilles Djomo Sawa | 8 Sep 2009 11:22
Picon
Favicon

noise during a call!!!

hello,
I was able to implement a media class for a SIP phone.
But I have a lot of noise during the call. How to remedy this?
 
Thanks for your help


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@...
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
Bernhard Suttner | 8 Sep 2009 16:46

Subscribe Answer with wrong tags

Hi,

we are using sofia-sip version 1.12.9 as a SIP Server and we receive the
following SUBSCRIBE:

SUBSCRIBE sip:3019@... SIP/2.0
Route: <sip:82.135.113.119:5062;lr>
From: <sip:84@...>;tag=15acae96-3
To: <sip:3019@...>
Call-ID: 3258637517@...
CSeq: 20 SUBSCRIBE
Contact: <sip:84@...:5082>
Max-Forwards: 70
Event: presence
Accept: application/pidf+xml
Content-Length: 0

Then we will answer with a Accepted with:

        nua_respond(nh, SIP_202_ACCEPTED,
                    NUTAG_WITH_THIS(nua),
                    SIPTAG_SUBSCRIPTION_STATE_STR(state_str),
                    SIPTAG_FROM(sip->sip_to),
                    SIPTAG_TO(sip->sip_from),
                    SIPTAG_CONTACT_STR(contact_str),
                    TAG_END());

Sofia-SIP does generate the answer with:

SIP/2.0 202 Accepted
From: <sip:3019@...>
To: <sip:84@...>;tag=15acae96-3
Call-ID: 3258637517@...
CSeq: 20 SUBSCRIBE
Contact: "user" <sip:84@...>
Expires: 3600
User-Agent: ComdasysB2BUA5.0.1
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE,
NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH
Supported: precondition, timer, pref
Allow-Events: talk, presence, presence.winfo, message-summary
Subscription-State: active;expires=3600
Content-Length: 0

I see that there are 2 problems:
1. why is the From Tag not set?
2. why is the To Tag set to the From-Tag which we receive from the
Subscribe?

Later, if the server send a NOTIFY for this subscription, sofia-sip does
add the FROM-Tag but I think the tags are still interchanged. 

Does somebody has an idea how to fix that issue? 

Thanks in advance!

Best regards,
Bernhard Suttner

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Michael Jerris | 8 Sep 2009 17:52

Re: noise during a call!!!

Sofia-sip does not handle media at all, so it has nothing to do with your noise during a call.

Mike

On Sep 8, 2009, at 5:22 AM, gilles Djomo Sawa wrote:

hello,
I was able to implement a media class for a SIP phone. 
But I have a lot of noise during the call. How to remedy this?
 
Thanks for your help

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@...
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
Daniel Corbe | 9 Sep 2009 01:29
Picon

Question aboiut NTA and sip_t

Hello list,

When NTA receives a request which doesn't match an existing transaction it passes a pointer to the callback
function of type sip_t.  Can this pointer be dereferenced through the lifetime of the transaction or does
it go poof as soon as I exit the callback function?

I ask because I'm writing a multi-threaded UAS which has to pass some objects from the callback function on
to another thread.  The callback function exits while the other thread is busy processing the request.  I
need to know if I have to make a copy of whatever sip_t * points to first before I pass it along for processing.

Thanks.

Regards,
Daniel

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Bernhard Suttner | 11 Sep 2009 15:08

Re: Subscribe Answer with wrong tags

Hi,

Does nobody has an idea? 

BR,
Bernhard

-----Ursprüngliche Nachricht-----
Von: Bernhard Suttner [mailto:suttner@...] 
Gesendet: Dienstag, 8. September 2009 16:47
An: sofia-sip-devel
Betreff: [Sofia-sip-devel] Subscribe Answer with wrong tags

Hi,

we are using sofia-sip version 1.12.9 as a SIP Server and we receive the
following SUBSCRIBE:

SUBSCRIBE sip:3019@... SIP/2.0
Route: <sip:82.135.113.119:5062;lr>
From: <sip:84@...>;tag=15acae96-3
To: <sip:3019@...>
Call-ID: 3258637517@...
CSeq: 20 SUBSCRIBE
Contact: <sip:84@...:5082>
Max-Forwards: 70
Event: presence
Accept: application/pidf+xml
Content-Length: 0

Then we will answer with a Accepted with:

        nua_respond(nh, SIP_202_ACCEPTED,
                    NUTAG_WITH_THIS(nua),
                    SIPTAG_SUBSCRIPTION_STATE_STR(state_str),
                    SIPTAG_FROM(sip->sip_to),
                    SIPTAG_TO(sip->sip_from),
                    SIPTAG_CONTACT_STR(contact_str),
                    TAG_END());

Sofia-SIP does generate the answer with:

SIP/2.0 202 Accepted
From: <sip:3019@...>
To: <sip:84@...>;tag=15acae96-3
Call-ID: 3258637517@...
CSeq: 20 SUBSCRIBE
Contact: "user" <sip:84@...>
Expires: 3600
User-Agent: ComdasysB2BUA5.0.1
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE,
NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH
Supported: precondition, timer, pref
Allow-Events: talk, presence, presence.winfo, message-summary
Subscription-State: active;expires=3600
Content-Length: 0

I see that there are 2 problems:
1. why is the From Tag not set?
2. why is the To Tag set to the From-Tag which we receive from the
Subscribe?

Later, if the server send a NOTIFY for this subscription, sofia-sip does
add the FROM-Tag but I think the tags are still interchanged. 

Does somebody has an idea how to fix that issue? 

Thanks in advance!

Best regards,
Bernhard Suttner

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@...
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Meftah Tayeb | 13 Sep 2009 18:02
Picon

Some questions

hello all,

please i have some  questions, can anyone answer me?
any help is welcome
  •  Sofia SIP include media layer (RTP)?
  •  sofia sip have some integrated codecs or i must use my own codecs?
  • what is the basic files to include to let me create a simple softphone?
thanks,
meftah tayeb


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4421 (20090913) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@...
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
Bernhard Suttner | 14 Sep 2009 10:13

Re: Some questions

Hi,

 

sofia-sip does not have a RTP media layer and therefore also no codecs. You should have a look into the NUA interface and the sofia-sip-cli.

 

Best

Regards,

Bernhard

 

Von: Meftah Tayeb [mailto:tayeb.meftah-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org]
Gesendet: Sonntag, 13. September 2009 18:03
An: sofia-sip-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Betreff: [Sofia-sip-devel] Some questions

 

hello all,

please i have some  questions, can anyone answer me?
any help is welcome

  •  Sofia SIP include media layer (RTP)?

  •  sofia sip have some integrated codecs or i must use my own codecs?

  • what is the basic files to include to let me create a simple softphone?

thanks,
meftah tayeb


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4421 (20090913) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@...
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
Gilbert Lee | 14 Sep 2009 12:08
Picon

Re: Some questions

Sofia stack does not have codec layer itself, as I know.
There are many open source codec(but not free) codes in the internet.
I wish it will help you.


Regards,
Gilbert

On Mon, Sep 14, 2009 at 1:02 AM, Meftah Tayeb <tayeb.meftah-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
hello all,

please i have some  questions, can anyone answer me?
any help is welcome
  •  Sofia SIP include media layer (RTP)?
  •  sofia sip have some integrated codecs or i must use my own codecs?
  • what is the basic files to include to let me create a simple softphone?
thanks,
meftah tayeb


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4421 (20090913) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@...
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Gmane