Hi JBQ & All,

I want to extend the com.android.internal.telephony for VoIP
functionality
as follows:

Dialer (with alphanumerals, spl characters) -------intent/sip: -------
> PhoneApp ----> Telephony Manager ----> VoIP.java (VoIPJ) ----->
VoIP.c(VoIP Daemon) ---> our custom libraries for SIP

Could you please tell me whether it is possible to do this in a
cleaner way.

Why we want to do like this is:

I think Google Android will flow the same architecture later on. We
can reduce porting effort.

 Also there is something misleading in this:

Currently, GSM and CDMA are supported by Telephony Manager. They are
the media and VoIP
is a technology which works over the DATA (GPRS, EDGE, Wifi, WiMax or
Ethernet).
Is it correct to integrate the VoIP changes into the Telephony
Manager?

I have seen opensource Android VoIP applications completely skip
Telephony Manager (Framework Layer)
and develop their applications as follows:

Application ---> Service ----> Socket ----> Native C lib

Application ----> Native C ---> Kernel (FW or Telephony Manager layer
is skipped)

Which is the best way to do this?

Could you please suggest?

Thank you,
Ram

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to