Language:
  • Francais
  • English

Skip to main content

  • Fonctionalités
  • Voir linphone
  • Comment démarrer
  • Télécharger
  • Nous contacter
  • Code review
  • Contribuer
  • F.A.Q
  • Liens
  • Support commercial

Bienvenue / Code review / liblinphone

Code review

  • mediastreamer2
  • oRTP
  • liblinphone

liblinphone

liblinphone is a high level library to make a SIP phone.

This library includes ALL the features of linphone. It is designed to be easy to use, directly from a user interface.
Its API is described in coreapi/linphonecore.h .
Making a SIP call is as easy as:
/* first create a LinphoneCore object: this initialize your virtual SIP phone*/
/* note: vtable is a structure that contains callbacks you must implement to get notified
of various kind of information*/
LinphoneCore *lc=linphone_core_new(&vtable,".myconfig",NULL);
/* initiate an outgoing call*/
linphone_core_invite(lc,"sip:alice@example.net");
...
/* and periodically (ex: every 100ms) call this function to make the linphone engine to work:*/
linphone_core_iterate(lc);

/*terminate this call*/
linphone_core_terminate(lc,"sip:alice@example.net");

There are various methods to create proxy settings, send instant messaging, get presence information...

This API is not yet stable and is subject to changes with new releases.

Right menu

Actualités

Linphone-2.0.0 est dispo

Après des mois de developpement, linphone-2.0.0 est finalement sorti. C'est une version majeure puisqu'il utilise désormais la version 2 de la stack SIP eXosip2, ce qui a permis d'ajouter
de nouvelles fonctionnalités et d' accroître l' interropérabilité.

Cette version corrige aussi définitivement les problèmes de compilation avec les libosip-2.2.x et les warnings dûs à l'usage d'une api de ffmpeg dépréciée.


Antisip fournit support et licenses commerciales

Antisip est actuellement le principal sponsor des developpements du mediastreamer2, le moteur de streaming audio video de linphone.

Mediastreamer2 est sous license GPL mais des licenses commerciales avec support peuvent être achetées auprès d'antisip.com


Copyright 2007 Linphone.org - Hosting & Design Choup.net
Powered by eZ Publish™ Content Management System.