Bug#710638: linphone: FTBFS: sal_eXosip2.c:49:2: error: too few arguments to function 'eXosip_guess_localip'

David Suárez david.sephirot at gmail.com
Fri May 31 20:20:44 UTC 2013


Source: linphone
Version: 3.5.2-10
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20130529 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> /bin/bash ../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I..  -D_FORTIFY_SOURCE=2 -Wall  -DIN_LINPHONE -I../oRTP/include -I../mediastreamer2/include -DHAVE_PTHREAD   -DHAVE_PTHREAD   -DOSIP_MT   -DENABLE_TRACE -DLOG_DOMAIN=\"LinphoneCore\" -DINET6 -DORTP_INET6    -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o sal_eXosip2.lo sal_eXosip2.c
> sal_eXosip2.c: In function 'sal_get_default_local_ip':
> sal_eXosip2.c:49:2: warning: passing argument 1 of 'eXosip_guess_localip' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:345:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:49:2: warning: passing argument 2 of 'eXosip_guess_localip' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:345:7: note: expected 'int' but argument is of type 'char *'
> sal_eXosip2.c:49:2: warning: passing argument 3 of 'eXosip_guess_localip' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:345:7: note: expected 'char *' but argument is of type 'size_t'
> sal_eXosip2.c:49:2: error: too few arguments to function 'eXosip_guess_localip'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:345:7: note: declared here
> sal_eXosip2.c: In function 'sal_op_release':
> sal_eXosip2.c:196:3: warning: passing argument 1 of 'eXosip_register_remove' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:108:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:196:3: error: too few arguments to function 'eXosip_register_remove'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:108:7: note: declared here
> sal_eXosip2.c: In function 'sal_init':
> sal_eXosip2.c:277:2: error: too few arguments to function 'eXosip_init'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:68:7: note: declared here
> sal_eXosip2.c: In function 'sal_uninit':
> sal_eXosip2.c:290:2: error: too few arguments to function 'eXosip_quit'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:75:8: note: declared here
> sal_eXosip2.c: In function 'sal_unlisten_ports':
> sal_eXosip2.c:348:3: error: too few arguments to function 'eXosip_quit'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:75:8: note: declared here
> sal_eXosip2.c:349:3: error: too few arguments to function 'eXosip_init'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:68:7: note: declared here
> sal_eXosip2.c: In function 'sal_listen_port':
> sal_eXosip2.c:364:3: warning: passing argument 1 of 'eXosip_set_option' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:364:3: warning: passing argument 2 of 'eXosip_set_option' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'int' but argument is of type 'int *'
> sal_eXosip2.c:364:3: error: too few arguments to function 'eXosip_set_option'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: declared here
> sal_eXosip2.c:370:3: warning: passing argument 1 of 'eXosip_set_option' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:370:3: warning: passing argument 2 of 'eXosip_set_option' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'int' but argument is of type 'int *'
> sal_eXosip2.c:370:3: error: too few arguments to function 'eXosip_set_option'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: declared here
> sal_eXosip2.c:376:4: warning: implicit declaration of function 'eXosip_set_tls_ctx' [-Wimplicit-function-declaration]
> sal_eXosip2.c:379:3: warning: implicit declaration of function 'eXosip_tls_verify_certificate' [-Wimplicit-function-declaration]
> sal_eXosip2.c:387:2: warning: passing argument 1 of 'eXosip_set_option' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:387:2: warning: passing argument 2 of 'eXosip_set_option' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'int' but argument is of type 'int *'
> sal_eXosip2.c:387:2: error: too few arguments to function 'eXosip_set_option'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: declared here
> sal_eXosip2.c:389:20: error: 'EXOSIP_OPT_DONT_SEND_101' undeclared (first use in this function)
> sal_eXosip2.c:389:20: note: each undeclared identifier is reported only once for each function it appears in
> sal_eXosip2.c:389:2: warning: passing argument 2 of 'eXosip_set_option' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'int' but argument is of type 'int *'
> sal_eXosip2.c:389:2: error: too few arguments to function 'eXosip_set_option'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: declared here
> sal_eXosip2.c:398:2: warning: passing argument 1 of 'eXosip_listen_addr' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:228:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:398:2: warning: passing argument 2 of 'eXosip_listen_addr' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:228:7: note: expected 'int' but argument is of type 'const char *'
> sal_eXosip2.c:398:2: warning: passing argument 3 of 'eXosip_listen_addr' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:228:7: note: expected 'const char *' but argument is of type 'int'
> sal_eXosip2.c:398:2: error: too few arguments to function 'eXosip_listen_addr'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:228:7: note: declared here
> sal_eXosip2.c: In function 'sal_set_user_agent':
> sal_eXosip2.c:413:2: warning: passing argument 1 of 'eXosip_set_user_agent' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:254:8: note: expected 'struct eXosip_t *' but argument is of type 'const char *'
> sal_eXosip2.c:413:2: error: too few arguments to function 'eXosip_set_user_agent'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:254:8: note: declared here
> sal_eXosip2.c: In function 'sal_call':
> sal_eXosip2.c:567:2: warning: passing argument 1 of 'eXosip_call_build_initial_invite' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:92:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:567:2: warning: passing argument 2 of 'eXosip_call_build_initial_invite' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:92:7: note: expected 'struct osip_message_t **' but argument is of type 'const char *'
> sal_eXosip2.c:567:2: error: too few arguments to function 'eXosip_call_build_initial_invite'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:92:7: note: declared here
> sal_eXosip2.c:592:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:593:2: warning: passing argument 1 of 'eXosip_call_send_initial_invite' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:593:2: error: too few arguments to function 'eXosip_call_send_initial_invite'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:100:7: note: declared here
> sal_eXosip2.c:594:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_call_notify_ringing':
> sal_eXosip2.c:611:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:612:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:612:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:612:3: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:615:4: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:615:4: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:615:4: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:618:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:618:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:618:3: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:621:4: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:621:4: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:621:4: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:623:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:625:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:626:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:626:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'void *'
> sal_eXosip2.c:626:3: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:627:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_call_accept':
> sal_eXosip2.c:636:2: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:636:2: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:636:2: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:664:2: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:664:2: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:664:2: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c: In function 'sal_call_decline':
> sal_eXosip2.c:670:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:671:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:671:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'void *'
> sal_eXosip2.c:671:3: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:672:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:675:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:676:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:676:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'void *'
> sal_eXosip2.c:676:3: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:677:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:679:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:680:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:680:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'void *'
> sal_eXosip2.c:680:3: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:681:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:683:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:684:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:684:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'void *'
> sal_eXosip2.c:684:3: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:685:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:691:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:692:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:692:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:692:3: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:694:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:694:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:694:3: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:695:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_ping':
> sal_eXosip2.c:723:4: warning: passing argument 1 of 'eXosip_options_build_request' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:31:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_options.h:67:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:723:4: warning: passing argument 2 of 'eXosip_options_build_request' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:31:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_options.h:67:7: note: expected 'struct osip_message_t **' but argument is of type 'const char *'
> sal_eXosip2.c:723:4: error: too few arguments to function 'eXosip_options_build_request'
> In file included from /usr/include/eXosip2/eXosip.h:31:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_options.h:67:7: note: declared here
> sal_eXosip2.c:730:3: warning: passing argument 1 of 'eXosip_options_send_request' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:31:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_options.h:75:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:730:3: error: too few arguments to function 'eXosip_options_send_request'
> In file included from /usr/include/eXosip2/eXosip.h:31:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_options.h:75:7: note: declared here
> sal_eXosip2.c: In function 'sal_call_accept_refer':
> sal_eXosip2.c:738:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:739:2: warning: passing argument 1 of 'eXosip_call_build_notify' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:175:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:739:2: warning: passing argument 3 of 'eXosip_call_build_notify' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:175:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:739:2: error: too few arguments to function 'eXosip_call_build_notify'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:175:7: note: declared here
> sal_eXosip2.c:745:3: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:745:3: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:745:3: error: too few arguments to function 'eXosip_call_send_request'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: declared here
> sal_eXosip2.c:751:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_call_refer':
> sal_eXosip2.c:758:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:759:2: warning: passing argument 1 of 'eXosip_call_build_refer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:138:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:759:2: warning: passing argument 2 of 'eXosip_call_build_refer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:138:7: note: expected 'int' but argument is of type 'const char *'
> sal_eXosip2.c:759:2: warning: passing argument 3 of 'eXosip_call_build_refer' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:138:7: note: expected 'const char *' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:759:2: error: too few arguments to function 'eXosip_call_build_refer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:138:7: note: declared here
> sal_eXosip2.c:760:2: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:760:2: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:760:2: error: too few arguments to function 'eXosip_call_send_request'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: declared here
> sal_eXosip2.c:762:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_call_refer_with_replaces':
> sal_eXosip2.c:770:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:771:2: warning: passing argument 1 of 'eXosip_call_get_referto' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:242:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:771:2: warning: passing argument 2 of 'eXosip_call_get_referto' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:242:7: note: expected 'int' but argument is of type 'char *'
> sal_eXosip2.c:771:2: warning: passing argument 3 of 'eXosip_call_get_referto' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:242:7: note: expected 'char *' but argument is of type 'long unsigned int'
> sal_eXosip2.c:771:2: error: too few arguments to function 'eXosip_call_get_referto'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:242:7: note: declared here
> sal_eXosip2.c:773:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:776:2: warning: passing argument 1 of 'eXosip_call_build_refer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:138:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:776:2: warning: passing argument 2 of 'eXosip_call_build_refer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:138:7: note: expected 'int' but argument is of type 'char *'
> sal_eXosip2.c:776:2: warning: passing argument 3 of 'eXosip_call_build_refer' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:138:7: note: expected 'const char *' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:776:2: error: too few arguments to function 'eXosip_call_build_refer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:138:7: note: declared here
> sal_eXosip2.c:778:2: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:778:2: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:778:2: error: too few arguments to function 'eXosip_call_send_request'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: declared here
> sal_eXosip2.c:780:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_call_get_replaces':
> sal_eXosip2.c:787:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:788:3: warning: passing argument 1 of 'eXosip_call_find_by_replaces' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:251:7: note: expected 'struct eXosip_t *' but argument is of type 'char *'
> sal_eXosip2.c:788:3: error: too few arguments to function 'eXosip_call_find_by_replaces'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:251:7: note: declared here
> sal_eXosip2.c:789:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_call_send_dtmf':
> sal_eXosip2.c:803:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:804:2: warning: passing argument 1 of 'eXosip_call_build_info' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:147:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:804:2: warning: passing argument 2 of 'eXosip_call_build_info' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:147:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:804:2: error: too few arguments to function 'eXosip_call_build_info'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:147:7: note: declared here
> sal_eXosip2.c:811:3: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:811:3: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:811:3: error: too few arguments to function 'eXosip_call_send_request'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: declared here
> sal_eXosip2.c:813:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'push_auth_to_exosip':
> sal_eXosip2.c:823:35: warning: passing argument 1 of 'eXosip_add_authentication_info' from incompatible pointer type [enabled by default]
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:101:7: note: expected 'struct eXosip_t *' but argument is of type 'char * const'
> sal_eXosip2.c:823:35: error: too few arguments to function 'eXosip_add_authentication_info'
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:101:7: note: declared here
> sal_eXosip2.c: In function 'pop_auth_from_exosip':
> sal_eXosip2.c:829:2: error: too few arguments to function 'eXosip_clear_authentication_info'
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:117:7: note: declared here
> sal_eXosip2.c: In function 'sal_call_terminate':
> sal_eXosip2.c:836:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:837:2: warning: passing argument 1 of 'eXosip_call_terminate' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:214:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:837:2: error: too few arguments to function 'eXosip_call_terminate'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:214:7: note: declared here
> sal_eXosip2.c:838:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_op_authenticate':
> sal_eXosip2.c:858:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:859:3: warning: passing argument 1 of 'eXosip_default_action' from incompatible pointer type [enabled by default]
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:132:7: note: expected 'struct eXosip_t *' but argument is of type 'struct eXosip_event_t *'
> sal_eXosip2.c:859:3: error: too few arguments to function 'eXosip_default_action'
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:132:7: note: declared here
> sal_eXosip2.c:860:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'handle_reinvite':
> sal_eXosip2.c:1016:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1017:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1017:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1017:3: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:1020:4: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1020:4: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1020:4: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:1022:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'call_proceeding':
> sal_eXosip2.c:1081:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1082:3: warning: passing argument 1 of 'eXosip_call_terminate' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:214:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1082:3: error: too few arguments to function 'eXosip_call_terminate'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:214:7: note: declared here
> sal_eXosip2.c:1083:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'call_accepted':
> sal_eXosip2.c:1120:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1121:3: warning: passing argument 1 of 'eXosip_call_terminate' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:214:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1121:3: error: too few arguments to function 'eXosip_call_terminate'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:214:7: note: declared here
> sal_eXosip2.c:1122:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:1136:2: warning: passing argument 1 of 'eXosip_call_build_ack' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:119:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1136:2: warning: passing argument 2 of 'eXosip_call_build_ack' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:119:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1136:2: error: too few arguments to function 'eXosip_call_build_ack'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:119:7: note: declared here
> sal_eXosip2.c:1139:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1140:3: warning: passing argument 1 of 'eXosip_call_terminate' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:214:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1140:3: error: too few arguments to function 'eXosip_call_terminate'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:214:7: note: declared here
> sal_eXosip2.c:1141:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:1154:2: warning: passing argument 1 of 'eXosip_call_send_ack' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:128:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1154:2: warning: passing argument 2 of 'eXosip_call_send_ack' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:128:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1154:2: error: too few arguments to function 'eXosip_call_send_ack'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:128:7: note: declared here
> sal_eXosip2.c: In function 'call_failure':
> sal_eXosip2.c:1328:4: warning: passing argument 1 of 'eXosip_default_action' from incompatible pointer type [enabled by default]
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:132:7: note: expected 'struct eXosip_t *' but argument is of type 'struct eXosip_event_t *'
> sal_eXosip2.c:1328:4: error: too few arguments to function 'eXosip_default_action'
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:132:7: note: declared here
> sal_eXosip2.c: In function 'sal_call_send_vfu_request':
> sal_eXosip2.c:1377:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1378:2: warning: passing argument 1 of 'eXosip_call_build_info' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:147:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1378:2: warning: passing argument 2 of 'eXosip_call_build_info' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:147:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1378:2: error: too few arguments to function 'eXosip_call_build_info'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:147:7: note: declared here
> sal_eXosip2.c:1384:3: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1384:3: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1384:3: error: too few arguments to function 'eXosip_call_send_request'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: declared here
> sal_eXosip2.c:1387:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'process_media_control_xml':
> sal_eXosip2.c:1406:4: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1406:4: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1406:4: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:1408:5: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1408:5: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1408:5: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:1415:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1416:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1416:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1416:3: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:1418:4: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1418:4: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1418:4: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:1419:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'process_dtmf_relay':
> sal_eXosip2.c:1448:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1449:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1449:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1449:3: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:1451:4: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1451:4: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1451:4: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:1452:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'process_refer':
> sal_eXosip2.c:1497:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1498:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1498:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1498:3: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:1500:4: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1500:4: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1500:4: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:1501:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'call_message_new':
> sal_eXosip2.c:1523:6: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1524:6: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1524:6: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1524:6: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:1526:7: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1526:7: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1526:7: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:1527:6: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:1531:5: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1532:5: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1532:5: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1532:5: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:1534:6: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1534:6: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1534:6: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:1535:5: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:1540:4: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1541:4: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1541:4: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1541:4: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:1543:5: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1543:5: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1543:5: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:1544:4: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:1561:4: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1562:4: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1562:4: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1562:4: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:1564:5: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1564:5: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1564:5: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:1565:4: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:1568:4: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1569:4: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1569:4: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1569:4: error: too few arguments to function 'eXosip_call_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:194:7: note: declared here
> sal_eXosip2.c:1572:5: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1572:5: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1572:5: error: too few arguments to function 'eXosip_call_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:204:7: note: declared here
> sal_eXosip2.c:1574:4: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'inc_update':
> sal_eXosip2.c:1582:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1583:2: warning: passing argument 1 of 'eXosip_message_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:89:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1583:2: warning: passing argument 3 of 'eXosip_message_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:89:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1583:2: error: too few arguments to function 'eXosip_message_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:89:7: note: declared here
> sal_eXosip2.c:1585:3: warning: passing argument 1 of 'eXosip_message_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:99:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1585:3: warning: passing argument 3 of 'eXosip_message_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:99:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1585:3: error: too few arguments to function 'eXosip_message_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:99:7: note: declared here
> sal_eXosip2.c:1586:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'other_request':
> sal_eXosip2.c:1630:3: warning: passing argument 1 of 'eXosip_message_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:99:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1630:3: warning: passing argument 3 of 'eXosip_message_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:99:7: note: expected 'int' but argument is of type 'void *'
> sal_eXosip2.c:1630:3: error: too few arguments to function 'eXosip_message_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:99:7: note: declared here
> sal_eXosip2.c:1633:3: warning: passing argument 1 of 'eXosip_options_build_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:31:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_options.h:85:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1633:3: warning: passing argument 3 of 'eXosip_options_build_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:31:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_options.h:85:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1633:3: error: too few arguments to function 'eXosip_options_build_answer'
> In file included from /usr/include/eXosip2/eXosip.h:31:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_options.h:85:7: note: declared here
> sal_eXosip2.c:1635:3: warning: passing argument 1 of 'eXosip_options_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:31:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_options.h:95:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1635:3: warning: passing argument 3 of 'eXosip_options_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:31:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_options.h:95:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1635:3: error: too few arguments to function 'eXosip_options_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:31:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_options.h:95:7: note: declared here
> sal_eXosip2.c:1652:3: warning: passing argument 1 of 'eXosip_message_send_answer' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:99:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1652:3: warning: passing argument 3 of 'eXosip_message_send_answer' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:99:7: note: expected 'int' but argument is of type 'void *'
> sal_eXosip2.c:1652:3: error: too few arguments to function 'eXosip_message_send_answer'
> In file included from /usr/include/eXosip2/eXosip.h:34:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_message.h:99:7: note: declared here
> sal_eXosip2.c: In function 'register_again_with_updated_contact':
> sal_eXosip2.c:1732:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1733:3: warning: passing argument 1 of 'eXosip_register_build_register' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1733:3: warning: passing argument 3 of 'eXosip_register_build_register' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1733:3: error: too few arguments to function 'eXosip_register_build_register'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: declared here
> sal_eXosip2.c:1735:7: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:1740:4: warning: passing argument 1 of 'eXosip_register_send_register' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1740:4: warning: passing argument 2 of 'eXosip_register_send_register' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1740:4: error: too few arguments to function 'eXosip_register_send_register'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: declared here
> sal_eXosip2.c:1741:4: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:1746:7: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:1749:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'registration_failure':
> sal_eXosip2.c:1805:5: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1806:5: warning: passing argument 1 of 'eXosip_register_build_register' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1806:5: warning: passing argument 3 of 'eXosip_register_build_register' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:1806:5: error: too few arguments to function 'eXosip_register_build_register'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: declared here
> sal_eXosip2.c:1807:5: warning: passing argument 1 of 'eXosip_register_send_register' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:1807:5: warning: passing argument 2 of 'eXosip_register_send_register' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:1807:5: error: too few arguments to function 'eXosip_register_send_register'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: declared here
> sal_eXosip2.c:1808:5: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'process_event':
> sal_eXosip2.c:1859:8: error: 'EXOSIP_CALL_TIMEOUT' undeclared (first use in this function)
> sal_eXosip2.c:1887:4: warning: passing argument 1 of 'eXosip_default_action' from incompatible pointer type [enabled by default]
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:132:7: note: expected 'struct eXosip_t *' but argument is of type 'struct eXosip_event_t *'
> sal_eXosip2.c:1887:4: error: too few arguments to function 'eXosip_default_action'
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:132:7: note: declared here
> sal_eXosip2.c:1911:8: error: 'EXOSIP_IN_SUBSCRIPTION_RELEASED' undeclared (first use in this function)
> sal_eXosip2.c:1915:8: error: 'EXOSIP_SUBSCRIPTION_UPDATE' undeclared (first use in this function)
> sal_eXosip2.c:1926:8: error: 'EXOSIP_SUBSCRIPTION_CLOSED' undeclared (first use in this function)
> sal_eXosip2.c:1964:7: error: too few arguments to function 'eXosip_automatic_action'
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:156:8: note: declared here
> sal_eXosip2.c: In function 'sal_iterate':
> sal_eXosip2.c:1980:2: error: too few arguments to function 'eXosip_event_wait'
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:394:19: note: declared here
> sal_eXosip2.c:1984:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:1985:2: error: too few arguments to function 'eXosip_automatic_refresh'
> In file included from sal_eXosip2.h:24:0,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eXosip.h:143:8: note: declared here
> sal_eXosip2.c:1986:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_register':
> sal_eXosip2.c:2029:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:2030:3: warning: passing argument 1 of 'eXosip_register_build_initial_register' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:68:7: note: expected 'struct eXosip_t *' but argument is of type 'const char *'
> sal_eXosip2.c:2030:3: warning: passing argument 4 of 'eXosip_register_build_initial_register' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:68:7: note: expected 'const char *' but argument is of type 'int'
> sal_eXosip2.c:2030:3: warning: passing argument 5 of 'eXosip_register_build_initial_register' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:68:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:2030:3: error: too few arguments to function 'eXosip_register_build_initial_register'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:68:7: note: declared here
> sal_eXosip2.c:2037:4: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:2041:3: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:2042:3: warning: passing argument 1 of 'eXosip_register_build_register' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:2042:3: warning: passing argument 3 of 'eXosip_register_build_register' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:2042:3: error: too few arguments to function 'eXosip_register_build_register'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: declared here
> sal_eXosip2.c:2046:3: warning: passing argument 1 of 'eXosip_register_send_register' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:2046:3: warning: passing argument 2 of 'eXosip_register_send_register' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:2046:3: error: too few arguments to function 'eXosip_register_send_register'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: declared here
> sal_eXosip2.c:2047:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_register_refresh':
> sal_eXosip2.c:2060:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:2061:2: warning: passing argument 1 of 'eXosip_register_build_register' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:2061:2: warning: passing argument 3 of 'eXosip_register_build_register' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:2061:2: error: too few arguments to function 'eXosip_register_build_register'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: declared here
> sal_eXosip2.c:2065:3: warning: passing argument 1 of 'eXosip_register_send_register' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:2065:3: warning: passing argument 2 of 'eXosip_register_send_register' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:2065:3: error: too few arguments to function 'eXosip_register_send_register'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: declared here
> sal_eXosip2.c:2067:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_unregister':
> sal_eXosip2.c:2074:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:2075:2: warning: passing argument 1 of 'eXosip_register_build_register' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:2075:2: warning: passing argument 3 of 'eXosip_register_build_register' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: expected 'int' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:2075:2: error: too few arguments to function 'eXosip_register_build_register'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:91:7: note: declared here
> sal_eXosip2.c:2076:2: warning: passing argument 1 of 'eXosip_register_send_register' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:2076:2: warning: passing argument 2 of 'eXosip_register_send_register' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:2076:2: error: too few arguments to function 'eXosip_register_send_register'
> In file included from /usr/include/eXosip2/eXosip.h:29:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_register.h:100:7: note: declared here
> sal_eXosip2.c:2078:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c: In function 'sal_set_keepalive_period':
> sal_eXosip2.c:2233:2: warning: passing argument 1 of 'eXosip_set_option' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:2233:2: warning: passing argument 2 of 'eXosip_set_option' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'int' but argument is of type 'unsigned int *'
> sal_eXosip2.c:2233:2: error: too few arguments to function 'eXosip_set_option'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:152:7: note: declared here
> sal_eXosip2.c: In function 'sal_call_update':
> sal_eXosip2.c:2271:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:2272:2: warning: passing argument 1 of 'eXosip_call_build_request' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:110:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:2272:2: warning: passing argument 2 of 'eXosip_call_build_request' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:110:7: note: expected 'int' but argument is of type 'char *'
> sal_eXosip2.c:2272:2: warning: passing argument 3 of 'eXosip_call_build_request' from incompatible pointer type [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:110:7: note: expected 'const char *' but argument is of type 'struct osip_message_t **'
> sal_eXosip2.c:2272:2: error: too few arguments to function 'eXosip_call_build_request'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:110:7: note: declared here
> sal_eXosip2.c:2273:3: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:2276:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> sal_eXosip2.c:2287:2: error: too few arguments to function 'eXosip_lock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:82:7: note: declared here
> sal_eXosip2.c:2288:2: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int'
> sal_eXosip2.c:2288:2: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default]
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *'
> sal_eXosip2.c:2288:2: error: too few arguments to function 'eXosip_call_send_request'
> In file included from /usr/include/eXosip2/eXosip.h:30:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_call.h:184:7: note: declared here
> sal_eXosip2.c:2289:2: error: too few arguments to function 'eXosip_unlock'
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
> make[4]: *** [sal_eXosip2.lo] Error 1

The full build log is available from:
   http://deiv.vzpla.net/logs/2013/05/29/linphone_3.5.2-10_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Pkg-voip-maintainers mailing list