Re: [Sofia-sip-devel] Sip messages truncated

2011-01-27 Thread Philippe Maymat
Hi,
I can't reproduce it now because my openser configuration changed, but 
the content_length and the capture was correct. It seems that the SIP 
stack truncated it in multidialog; I don't know why.
I will send you a complete trace as soon as I can reproduce the 
configuration.

Thank you for your help.

> 2011/1/21 Philippe Maymat:
>
>> Since I allowed th multidialog sent in Notify, I received fragmented
>> messages and it seems that the message is truncated by th sofia SIP
>> stack because ethereal show all informations.
>>  
> Check the Content-Length from the ethereal, is it correct? It would
> help if you could save the problematic message from ethereal and send
> it on the list, too.
>
>


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] Sip messages truncated

2011-01-21 Thread Philippe Maymat
Hi,

Since I allowed th multidialog sent in Notify, I received fragmented 
messages and it seems that the message is truncated by th sofia SIP 
stack because ethereal show all informations.
Example of message received :

tryingsip:3317222...@keyyo.netsip:33172387...@keyyo.netterminatedsip:3366...@truc.nethttp://p.sf.net/sfu/arcsight-sfd2d
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


Re: [Sofia-sip-devel] Memory allocation problem on windows, Sorry It s nua_stack.c file :)

2011-01-13 Thread Philippe Maymat
On 10/01/2011 23:59, Pekka Pessi wrote:
> Hi Philippe,
>
> 2010/12/29 Philippe Maymat:
>
>> I made several modifications to compile cotrrectly the SOFIA-SIP project
>> with Visual studio 8. There is mistakes on both project files for static
>> and dynamic library on line 4305 and 3216. There was
>> instead of. With this modification the XML is valid and the
>> project cn be loaded.
>>  
> Thanks for reporting this, I've fixed the problem.
>
>
>> I need to add smoothsort.c in static lib project which is
>> forgotten too.
>>  
> ...and added this one, too.
>
>
>> Now it works but It seem I have a big memory leak, software crash during
>> subscribe...
>>
>> My project works well on linux (QT project) and it is the same revision
>> of SOFIA-SIP
>> I use th version from this repository :
>> git://gitorious.org/sofia-sip/sofia-sip.git
>> Is it correct ?
>> Because I do not had problem with the old cvs version but this doesn't
>> work for me on windows ...
>> Now I try to debug and find why it crashes, but it's very hard ... I
>> often have error in nta.c line 2388 because of a corrupted content in
>> strucures.
>>
>> I have this problem in both static and dynamic lib linking
>>  
> Can you run the test cases? The check.cmd script should run them.
>
>
Thanks for you answer, it works perfectly now it was just a mix of lib 
versions in my project.
Thank you again for your help.



--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] Memory allocation problem on windows, Sorry It s nua_stack.c file :)

2010-12-29 Thread Philippe Maymat
Sorry It s nua_stack.c file :)

Hi everybody,

I made several modifications to compile cotrrectly the SOFIA-SIP project 
with Visual studio 8. There is mistakes on both project files for static 
and dynamic library on line 4305 and 3216. There was  
instead of . With this modification the XML is valid and the 
project cn be loaded.
To compile, I need to add su/su_string.c in the project which is 
forgotten... I need to add smoothsort.c in static lib project which is 
forgotten too.

Now it works but It seem I have a big memory leak, software crash during 
subscribe...

My project works well on linux (QT project) and it is the same revision 
of SOFIA-SIP
I use th version from this repository :
git://gitorious.org/sofia-sip/sofia-sip.git
Is it correct ?
Because I do not had problem with the old cvs version but this doesn't 
work for me on windows ...
Now I try to debug and find why it crashes, but it's very hard ... I 
often have error in nta.c line 2388 because of a corrupted content in 
strucures.

I have this problem in both static and dynamic lib linking


Thank you very much for your help :)




Thank you for your help.

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, 
and, should the need arise, upgrade to a full multi-node Oracle RAC 
database without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, 
and, should the need arise, upgrade to a full multi-node Oracle RAC 
database without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] Memory allocation problem on windows

2010-12-29 Thread Philippe Maymat
Hi everybody,

I made several modifications to compile cotrrectly the SOFIA-SIP project 
with Visual studio 8. There is mistakes on both project files for static 
and dynamic library on line 4305 and 3216. There was  
instead of . With this modification the XML is valid and the 
project cn be loaded.
To compile, I need to add su/su_string.c in the project which is 
forgotten... I need to add smoothsort.c in static lib project which is 
forgotten too.

Now it works but It seem I have a big memory leak, software crash during 
subscribe...

My project works well on linux (QT project) and it is the same revision 
of SOFIA-SIP
I use th version from this repository :
git://gitorious.org/sofia-sip/sofia-sip.git
Is it correct ?
Because I do not had problem with the old cvs version but this doesn't 
work for me on windows ...
Now I try to debug and find why it crashes, but it's very hard ... I 
often have error in nta.c line 2388 because of a corrupted content in 
strucures.

I have this problem in both static and dynamic lib linking


Thank you very much for your help :)




Thank you for your help.

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, 
and, should the need arise, upgrade to a full multi-node Oracle RAC 
database without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] Link error on visual studio 2008

2010-12-28 Thread Philippe Maymat
Hi everybody,

I found a solution, the file string.c is not included in the project and 
contains all missing definitions.

Now my problem is a crash on line 550 in nua_client.c when subscribing.
The same code works fine on linux, so I try to find the difference ...

Thank you for your help.

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] Link error on visual studio 2008

2010-12-28 Thread Philippe Maymat
Hi everybody,

I tryed to compile the latest git version of sofia with Visual Studio 
2008, but I get the following errors :

  Création de la bibliothèque .\Debug\libsofia_sip_ua.lib et de l'objet 
.\Debug\libsofia_sip_ua.exp
nta.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
sdp.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
string0.obj : error LNK2019: symbole externe non résolu _su_strcasecmp 
référencé dans la fonction _str0casecmp
bnf.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
sres.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
nua_subnotref.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
string0.obj : error LNK2019: symbole externe non résolu _su_strncasecmp 
référencé dans la fonction _str0ncasecmp
msg_parser_util.obj : error LNK2001: symbole externe non résolu 
_su_strncasecmp
string0.obj : error LNK2019: symbole externe non résolu _su_strnspn 
référencé dans la fonction _strnspn
sl_utils_log.obj : error LNK2001: symbole externe non résolu _su_strnspn
sl_utils_print.obj : error LNK2001: symbole externe non résolu _su_strnspn
tport.obj : error LNK2001: symbole externe non résolu _su_strncspn
tport_logging.obj : error LNK2001: symbole externe non résolu _su_strncspn
string0.obj : error LNK2019: symbole externe non résolu _su_strncspn 
référencé dans la fonction _strncspn
url.obj : error LNK2001: symbole externe non résolu _su_strncspn
sl_utils_log.obj : error LNK2001: symbole externe non résolu _su_strncspn
sl_utils_print.obj : error LNK2001: symbole externe non résolu _su_strncspn
sdp_parse.obj : error LNK2001: symbole externe non résolu _su_casematch
sdp_print.obj : error LNK2001: symbole externe non résolu _su_casematch
soa.obj : error LNK2001: symbole externe non résolu _su_casematch
soa_static.obj : error LNK2001: symbole externe non résolu _su_casematch
nta_check.obj : error LNK2001: symbole externe non résolu _su_casematch
tport.obj : error LNK2019: symbole externe non résolu _su_casematch 
référencé dans la fonction _tport_base_connect
tport_stub_sigcomp.obj : error LNK2001: symbole externe non résolu 
_su_casematch
sdp.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_session.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_subnotref.obj : error LNK2001: symbole externe non résolu _su_casematch
outbound.obj : error LNK2001: symbole externe non résolu _su_casematch
nta.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_common.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_dialog.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_notifier.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_register.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_client.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_common.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_module.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_plugin.obj : error LNK2001: symbole externe non résolu _su_casematch
sres_cache.obj : error LNK2001: symbole externe non résolu _su_casematch
sres_sip.obj : error LNK2001: symbole externe non résolu _su_casematch
nea.obj : error LNK2001: symbole externe non résolu _su_casematch
nea_server.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_refer.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_util.obj : error LNK2001: symbole externe non résolu _su_casematch
http_parser.obj : error LNK2001: symbole externe non résolu _su_casematch
nth_client.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_basic.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_feature.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_parser.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_pref_util.obj : error LNK2001: symbole externe non résolu _su_casematch
su_localinfo.obj : error LNK2001: symbole externe non résolu _su_casematch
su_port.obj : error LNK2001: symbole externe non résolu _su_casematch
msg_mime.obj : error LNK2001: symbole externe non résolu _su_casematch
msg_parser_util.obj : error LNK2001: symbole externe non résolu 
_su_casematch
soa_static.obj : error LNK2001: symbole externe non résolu _su_casenmatch
tport.obj : error LNK2019: symbole externe non résolu _su_casenmatch 
référencé dans la fonction _tport_alloc_primary
sdp.obj : error LNK2001: symbole externe non résolu _su_casenmatch
sdp_parse.obj : error LNK2001: symbole externe non résolu _su_casenmatch
soa.obj : error LNK2001: symbole externe non résolu _su_casenmatch
nua_session.obj : error LNK2001: symbole externe non résolu _su_casenmatch
outbound.obj : error LNK2001: symbole externe non résolu _su_casenmatch
nta.obj : error LNK2001: symbole externe non résolu _su_casenmatch
nta_check.obj : error LNK2001: symbole externe non résolu _su_casenmatch
auth_common.obj : error LNK2001: symbole externe non ré

[Sofia-sip-devel] Link error on visual studio 2008

2010-12-28 Thread Philippe Maymat
Hi everybody,

I tryed to compile the latest git version of sofia with Visual Studio 
2008, but I get the following errors :

  Création de la bibliothèque .\Debug\libsofia_sip_ua.lib et de l'objet 
.\Debug\libsofia_sip_ua.exp
nta.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
sdp.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
string0.obj : error LNK2019: symbole externe non résolu _su_strcasecmp 
référencé dans la fonction _str0casecmp
bnf.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
sres.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
nua_subnotref.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
string0.obj : error LNK2019: symbole externe non résolu _su_strncasecmp 
référencé dans la fonction _str0ncasecmp
msg_parser_util.obj : error LNK2001: symbole externe non résolu 
_su_strncasecmp
string0.obj : error LNK2019: symbole externe non résolu _su_strnspn 
référencé dans la fonction _strnspn
sl_utils_log.obj : error LNK2001: symbole externe non résolu _su_strnspn
sl_utils_print.obj : error LNK2001: symbole externe non résolu _su_strnspn
tport.obj : error LNK2001: symbole externe non résolu _su_strncspn
tport_logging.obj : error LNK2001: symbole externe non résolu _su_strncspn
string0.obj : error LNK2019: symbole externe non résolu _su_strncspn 
référencé dans la fonction _strncspn
url.obj : error LNK2001: symbole externe non résolu _su_strncspn
sl_utils_log.obj : error LNK2001: symbole externe non résolu _su_strncspn
sl_utils_print.obj : error LNK2001: symbole externe non résolu _su_strncspn
sdp_parse.obj : error LNK2001: symbole externe non résolu _su_casematch
sdp_print.obj : error LNK2001: symbole externe non résolu _su_casematch
soa.obj : error LNK2001: symbole externe non résolu _su_casematch
soa_static.obj : error LNK2001: symbole externe non résolu _su_casematch
nta_check.obj : error LNK2001: symbole externe non résolu _su_casematch
tport.obj : error LNK2019: symbole externe non résolu _su_casematch 
référencé dans la fonction _tport_base_connect
tport_stub_sigcomp.obj : error LNK2001: symbole externe non résolu 
_su_casematch
sdp.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_session.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_subnotref.obj : error LNK2001: symbole externe non résolu _su_casematch
outbound.obj : error LNK2001: symbole externe non résolu _su_casematch
nta.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_common.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_dialog.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_notifier.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_register.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_client.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_common.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_module.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_plugin.obj : error LNK2001: symbole externe non résolu _su_casematch
sres_cache.obj : error LNK2001: symbole externe non résolu _su_casematch
sres_sip.obj : error LNK2001: symbole externe non résolu _su_casematch
nea.obj : error LNK2001: symbole externe non résolu _su_casematch
nea_server.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_refer.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_util.obj : error LNK2001: symbole externe non résolu _su_casematch
http_parser.obj : error LNK2001: symbole externe non résolu _su_casematch
nth_client.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_basic.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_feature.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_parser.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_pref_util.obj : error LNK2001: symbole externe non résolu _su_casematch
su_localinfo.obj : error LNK2001: symbole externe non résolu _su_casematch
su_port.obj : error LNK2001: symbole externe non résolu _su_casematch
msg_mime.obj : error LNK2001: symbole externe non résolu _su_casematch
msg_parser_util.obj : error LNK2001: symbole externe non résolu 
_su_casematch
soa_static.obj : error LNK2001: symbole externe non résolu _su_casenmatch
tport.obj : error LNK2019: symbole externe non résolu _su_casenmatch 
référencé dans la fonction _tport_alloc_primary
sdp.obj : error LNK2001: symbole externe non résolu _su_casenmatch
sdp_parse.obj : error LNK2001: symbole externe non résolu _su_casenmatch
soa.obj : error LNK2001: symbole externe non résolu _su_casenmatch
nua_session.obj : error LNK2001: symbole externe non résolu _su_casenmatch
outbound.obj : error LNK2001: symbole externe non résolu _su_casenmatch
nta.obj : error LNK2001: symbole externe non résolu _su_casenmatch
nta_check.obj : error LNK2001: symbole externe non résolu _su_casenmatch
auth_common.obj : error LNK2001: symbole externe non ré

[Sofia-sip-devel] Link error on visual studio 2008

2010-12-28 Thread Philippe Maymat
Hi everybody,

I tryed to compile the latest git version of sofia with Visual Studio 
2008, but I get the following errors :

  Création de la bibliothèque .\Debug\libsofia_sip_ua.lib et de l'objet 
.\Debug\libsofia_sip_ua.exp
nta.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
sdp.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
string0.obj : error LNK2019: symbole externe non résolu _su_strcasecmp 
référencé dans la fonction _str0casecmp
bnf.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
sres.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
nua_subnotref.obj : error LNK2001: symbole externe non résolu _su_strcasecmp
string0.obj : error LNK2019: symbole externe non résolu _su_strncasecmp 
référencé dans la fonction _str0ncasecmp
msg_parser_util.obj : error LNK2001: symbole externe non résolu 
_su_strncasecmp
string0.obj : error LNK2019: symbole externe non résolu _su_strnspn 
référencé dans la fonction _strnspn
sl_utils_log.obj : error LNK2001: symbole externe non résolu _su_strnspn
sl_utils_print.obj : error LNK2001: symbole externe non résolu _su_strnspn
tport.obj : error LNK2001: symbole externe non résolu _su_strncspn
tport_logging.obj : error LNK2001: symbole externe non résolu _su_strncspn
string0.obj : error LNK2019: symbole externe non résolu _su_strncspn 
référencé dans la fonction _strncspn
url.obj : error LNK2001: symbole externe non résolu _su_strncspn
sl_utils_log.obj : error LNK2001: symbole externe non résolu _su_strncspn
sl_utils_print.obj : error LNK2001: symbole externe non résolu _su_strncspn
sdp_parse.obj : error LNK2001: symbole externe non résolu _su_casematch
sdp_print.obj : error LNK2001: symbole externe non résolu _su_casematch
soa.obj : error LNK2001: symbole externe non résolu _su_casematch
soa_static.obj : error LNK2001: symbole externe non résolu _su_casematch
nta_check.obj : error LNK2001: symbole externe non résolu _su_casematch
tport.obj : error LNK2019: symbole externe non résolu _su_casematch 
référencé dans la fonction _tport_base_connect
tport_stub_sigcomp.obj : error LNK2001: symbole externe non résolu 
_su_casematch
sdp.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_session.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_subnotref.obj : error LNK2001: symbole externe non résolu _su_casematch
outbound.obj : error LNK2001: symbole externe non résolu _su_casematch
nta.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_common.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_dialog.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_notifier.obj : error LNK2001: symbole externe non résolu _su_casematch
nua_register.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_client.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_common.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_module.obj : error LNK2001: symbole externe non résolu _su_casematch
auth_plugin.obj : error LNK2001: symbole externe non résolu _su_casematch
sres_cache.obj : error LNK2001: symbole externe non résolu _su_casematch
sres_sip.obj : error LNK2001: symbole externe non résolu _su_casematch
nea.obj : error LNK2001: symbole externe non résolu _su_casematch
nea_server.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_refer.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_util.obj : error LNK2001: symbole externe non résolu _su_casematch
http_parser.obj : error LNK2001: symbole externe non résolu _su_casematch
nth_client.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_basic.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_feature.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_parser.obj : error LNK2001: symbole externe non résolu _su_casematch
sip_pref_util.obj : error LNK2001: symbole externe non résolu _su_casematch
su_localinfo.obj : error LNK2001: symbole externe non résolu _su_casematch
su_port.obj : error LNK2001: symbole externe non résolu _su_casematch
msg_mime.obj : error LNK2001: symbole externe non résolu _su_casematch
msg_parser_util.obj : error LNK2001: symbole externe non résolu 
_su_casematch
soa_static.obj : error LNK2001: symbole externe non résolu _su_casenmatch
tport.obj : error LNK2019: symbole externe non résolu _su_casenmatch 
référencé dans la fonction _tport_alloc_primary
sdp.obj : error LNK2001: symbole externe non résolu _su_casenmatch
sdp_parse.obj : error LNK2001: symbole externe non résolu _su_casenmatch
soa.obj : error LNK2001: symbole externe non résolu _su_casenmatch
nua_session.obj : error LNK2001: symbole externe non résolu _su_casenmatch
outbound.obj : error LNK2001: symbole externe non résolu _su_casenmatch
nta.obj : error LNK2001: symbole externe non résolu _su_casenmatch
nta_check.obj : error LNK2001: symbole externe non résolu _su_casenmatch
auth_common.obj : error LNK2001: symbole externe non ré

Re: [Sofia-sip-devel] Internal error at nua_client.c:550 on SUBSCRIBE

2010-08-18 Thread Philippe Maymat
OK, It work fine for me too.
Thank you very much

Paulo Pizarro a écrit :
> Hi,
>
> Try with m_subscribe_id=""
> and sip_account=""
>
> Here it works for me!
>
> 2010/8/18 Philippe Maymat :
>   
>> Hi,
>>
>> this is the code I use :
>>
>>nua_handle_t *handle = NULL;
>>
>> handle = nua_handle(nua, NULL
>> ,TAG_END());
>>
>> printf("Subscribing sip %s \n",sip_account);
>>
>> nua_subscribe(handle
>> ,SIPTAG_FROM_STR(m_subscribe_id)
>> ,SIPTAG_TO_STR(sip_account)
>> ,SIPTAG_EVENT_STR("dialog")
>> ,TAG_END()
>> );
>> m_subscribe_id is: sip:33172387...@job.net
>> sip_account is: sip:callpark;custid=6...@job.net
>>
>>
>> Thank you for you help
>>
>> Pekka Pessi a écrit :
>>
>> Hi Philippe,
>>
>> 2010/8/13 Philippe Maymat 
>>
>>
>> with the latest git repo, I now have the following error in return of
>> nua_subscribe:
>>
>> Internal error at nua_client.c:550
>>
>> It's due to the ';', with any other char, it works.
>>
>>
>> Could you show us your code? How do you initialize nh? Which other
>> tags you include with nua_handle() and nua_subscribe() besides
>> NUTAG_URL?
>>
>> --
>> Pekka.Pessi mail at nokia.com
>>
>> --
>> This SF.net email is sponsored by
>>
>> Make an app they can't live without
>> Enter the BlackBerry Developer Challenge
>> http://p.sf.net/sfu/RIM-dev2dev
>> ___
>> Sofia-sip-devel mailing list
>> Sofia-sip-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>>
>>
>>
>>
>> --
>> This SF.net email is sponsored by
>>
>> Make an app they can't live without
>> Enter the BlackBerry Developer Challenge
>> http://p.sf.net/sfu/RIM-dev2dev
>> ___
>> Sofia-sip-devel mailing list
>> Sofia-sip-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>>
>>
>> 
>
> --
> This SF.net email is sponsored by 
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev 
> ___
> Sofia-sip-devel mailing list
> Sofia-sip-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>
>
>   

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


Re: [Sofia-sip-devel] Internal error at nua_client.c:550 on SUBSCRIBE

2010-08-18 Thread Philippe Maymat
Hi,

this is the code I use :

   nua_handle_t *handle = NULL;

handle = nua_handle(nua, NULL
,TAG_END());

printf("Subscribing sip %s \n",sip_account);

nua_subscribe(handle
,SIPTAG_FROM_STR(m_subscribe_id)
,SIPTAG_TO_STR(sip_account)
,SIPTAG_EVENT_STR("dialog")
,TAG_END()
);
m_subscribe_id is: sip:33172387...@job.net
sip_account is: sip:callpark;custid=6...@job.net


Thank you for you help

Pekka Pessi a écrit :
> Hi Philippe,
>
> 2010/8/13 Philippe Maymat 
>   
>> with the latest git repo, I now have the following error in return of 
>> nua_subscribe:
>>
>> Internal error at nua_client.c:550
>>
>> It's due to the ';', with any other char, it works.
>> 
>
> Could you show us your code? How do you initialize nh? Which other
> tags you include with nua_handle() and nua_subscribe() besides
> NUTAG_URL?
>
> --
> Pekka.Pessi mail at nokia.com
>
> --
> This SF.net email is sponsored by 
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev 
> ___
> Sofia-sip-devel mailing list
> Sofia-sip-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>
>
>   

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


Re: [Sofia-sip-devel] Internal error at nua_stack.c:2388 on SUBSCRIBE

2010-08-13 Thread Philippe Maymat
Hi everybody,

with the latest git repo, I now have the following error in return of
nua_subscribe:

Internal error at nua_client.c:550



It's due to the ';', with any other char, it works.

Thank you for your help

Michael Jerris a écrit :
> Try the latest git repo.
>
> Mike
>
> On Aug 12, 2010, at 11:51 AM, Philippe Maymat wrote:
>
>> I use the version 1.12.10. Is it the last one ? Or maybe there is a
>> new version somewhere ?
>>
>> Thank you for your help.
>>
>> Michael Jerris a écrit :
>>> I think this was already fixed.  are you using latest release or git head?
>>>
>>> Mike
>>>
>>> On Aug 12, 2010, at 9:34 AM, Philippe Maymat wrote:
>>>
>>>   
>>>> Hi everybody,
>>>>
>>>> When I try to send SUSCRIBE with nua_subscribe with a REQUEST URI like :
>>>> "sip:name;attri...@societe.com", I get an internal error:
>>>>
>>>> Internal error at nua_stack.c:2388
>>>>
>>>> It seems to be due to the ;. With any other char, it works perfectly.
>>>>
>>>> Do you have an idea ?
>>>> Thenak you very much
>>>>
>>>> --
>>>> This SF.net <http://SF.net> email is sponsored by 
>>>>
>>>> Make an app they can't live without
>>>> Enter the BlackBerry Developer Challenge
>>>> http://p.sf.net/sfu/RIM-dev2dev 
>>>> ___
>>>> Sofia-sip-devel mailing list
>>>> Sofia-sip-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>>>> 
>>>
>>>
>>>
>>>   
>>
>
> 
>
> --
> This SF.net email is sponsored by 
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev 
> 
>
> ___
> Sofia-sip-devel mailing list
> Sofia-sip-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>   

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] Internal error at nua_stack.c:2388 on SUBSCRIBE

2010-08-12 Thread Philippe Maymat
Hi everybody,

When I try to send SUSCRIBE with nua_subscribe with a REQUEST URI like :
"sip:name;attri...@societe.com", I get an internal error:

Internal error at nua_stack.c:2388

It seems to be due to the ;. With any other char, it works perfectly.

Do you have an idea ?
Thenak you very much

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel