osip-dev
[Top][All Lists]
Advanced

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

[osip-dev] Problem with eXosip used with Linux


From: giovanni sandra
Subject: [osip-dev] Problem with eXosip used with Linux
Date: Wed, 17 Jul 2013 14:21:14 +0100

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.




reply via email to

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