osip-dev
[Top][All Lists]
Advanced

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

Re: [osip-dev] Problem with eXosip used with Linux


From: Aymeric Moizard
Subject: Re: [osip-dev] Problem with eXosip used with Linux
Date: Wed, 17 Jul 2013 15:26:56 +0200

Hi,

Most probably, you have installed eXosip version 4.0 (which is fine).

Thus, you need to allocated a eXosip_t context and provided it as the first
argument of every eXosip2 API.

Here is the documenation for eXosip2 4.x

http://www.antisip.com/doc/exosip2/group__howto__initialize.html

Regards
Aymeric



2013/7/17 giovanni sandra <address@hidden>
Hello;

I am using exosip with linux.
after installing libraries I got those errors;

 too few arguments to function ‘eXosip_init’
 too few arguments to function ‘eXosip_call_build_initial_invite’

This is the code that generate the errors:

i = eXosip_init ();
  if (i != 0)
    {
      printf ("Couldn't initialize eXosip!\n");
      return -1;
    }
  else
    {
      printf ("eXosip_init successfully!\n");
    }

i = eXosip_call_build_initial_invite (&invite, dest_call, source_call, NULL, "This is a call for a conversation");

Any help will be very grateful.


Thank you.




_______________________________________________
osip-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/osip-dev




--
Antisip - http://www.antisip.com

reply via email to

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