linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Launching Linphone in an External Application


From: Sebastien SEGURA
Subject: [Linphone-developers] Launching Linphone in an External Application
Date: Mon, 22 Sep 2014 15:06:19 +0000

Hi all,

 

I have developped a simple app with a button. I want that clicking in this button launch a sip call with LinPhone.

 

For the moment I am able to launch Linphone with this code :

 

public void onClick(View v)

             {

             Intent i = getPackageManager().getLaunchIntentForPackage("org.linphone");

             StartActivity(i);

             }

 

But now how could I directly launch a call to a sip adresse ?

 

Thanks for your help



Ce message, ainsi que tous les fichiers joints à ce message, peuvent contenir des informations sensibles et/ ou confidentielles ne devant pas être divulguées. Si vous n'êtes pas le destinataire de ce message (ou que vous recevez ce message par erreur), nous vous remercions de le notifier immédiatement à son expéditeur, et de détruire ce message. Toute copie, divulgation, modification, utilisation ou diffusion, non autorisée, directe ou indirecte, de tout ou partie de ce message, est strictement interdite.


This e-mail, and any document attached hereby, may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized, direct or indirect, copying, disclosure, distribution or other use of the material or parts thereof is strictly forbidden.


reply via email to

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