linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Launching Linphone in an External Application


From: Sylvain Berfini
Subject: Re: [Linphone-developers] Launching Linphone in an External Application
Date: Tue, 23 Sep 2014 09:46:29 +0200
User-agent: Roundcube Webmail/1.0.2

Hi Sebastien,

Try to add in the extras of your intent the SIP URI you want to call like this: Intent i = getPackageManager().getLaunchIntentForPackage("org.linphone");
i.putExtra("SipUri", "put_your_uri_here");
startActivity(i);

Cheers.

---
Sylvain Berfini
Software Engineer @ Belledonne Communications

Le 2014-09-22 17:06, Sebastien SEGURA a écrit :
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.
!DSPAM:542051ab17342123019705!
_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


!DSPAM:542051ab17342123019705!



reply via email to

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