Re: CfC: publish a new WD of "Web Telephony API"; deadline Oct 16th

Hi Wonsuk,

On Fri, Oct 10, 2014 at 5:13 PM, Wonsuk Lee <wonsuk73@gmail.com> wrote:
> Hi. Zoltan.
> Thanks a lot for detail explanation including reference implementation of
> Crosswalk!
>
> By the way I am not sure you took a look at discussion thread of TCP and UDP
> Socket API. There is no enough time to publish a new WD. So I would like to
> ask you until when you could have done the update. Could you do that until
> the end of Monday in next week? If it is possible, it would be great!

I have made a PR for a new draft yesterday [1], with small corrections
today [2].

Shortly discussed the changes with Hsin-Yi, most of which was welcome:
- simplified navigator.telephony, removing service related references,
and grouped them into the optionally implemented
navigator.telephony.service interface. Now the API is as close to the
Mozilla API as it could be.
- the optional navigator.telephony.service interface now supports
operator selection and service information (extensible), both for CDMA
and GSM
- simplified the handling of conference calls vs 3-way calls, while
maintaining forward compatibility with new telephony standards.
Waiting for feedback from Mozilla if this helped. If not, then we may
go forward by completely splitting CDMA and GSM functionality on the
CallManager level, where they differ, eventually exposing them on
different objects, such as telephony.cdma and telephony.gsm
- small changes to CallHistory and id management of services and calls.

For the future we discussed possibility of correcting the current hold
semantics to reflect real world use cases like SwapCalls (swap active
and held calls), HoldAndAnswer, ReleaseAndAnswer, ReleaseAndSwap etc.

The intent is to make index4.html [3] the new index.html draft spec by
October 16. Comments welcome.

[1] https://github.com/sysapps/telephony/pull/215
[2] https://github.com/sysapps/telephony/pull/216
[3] https://rawgit.com/sysapps/telephony/gh-pages/index4.html

Best regards,
Zoltan

>
> Kr, Wonsuk.
>
>
> 2014-10-10 22:31 GMT+09:00 Kis, Zoltan <zoltan.kis@intel.com>:
>
>> Intel's implementation for Telephony is done as a Crosswalk native
>> extension [1], and uses the oFono telephony middleware (supporting a
>> wide range on modems, including phones controlled via Bluetooth HFP).
>> The implementation works with GSM, including conferencing. It is being
>> updated to support CDMA. Also, support for telephony network/operator
>> related functionality is under work (hidden behind TelephonyService
>> and a new concept, TelephonyProvider).
>> A reference web dialer application is also being developed.
>>
>> This work was useful for proofing the API design.
>> I will update the specification with these findings soon, intended to
>> be merged into index4.html [2]
>>
>> This also means it will be closer to Mozilla's original API, mostly
>> adding things on top.
>>
>> Then we will need CfC on that spec.
>>
>> Best regards,
>> Zoltan
>>
>> [1]
>> https://github.com/crosswalk-project/tizen-extensions-crosswalk/pull/376/files
>> [2] https://rawgit.com/sysapps/telephony/gh-pages/index4.html
>>
>> On Thu, Oct 9, 2014 at 7:18 AM, Wonsuk Lee <wonsuk73@gmail.com> wrote:
>> > Forks,
>> >
>> > This is a Call for Consensus (CfC) to publish a new Public Working Draft
>> > (WD) of the Web Telephony API spec using the following ED as the basis
>> > <http://www.w3.org/2012/sysapps/telephony/>.
>> >
>> > This CfC satisfies the group's requirement to "record the group's
>> > decision
>> > to request advancement".
>> >
>> > By publishing this WD, the group sends a signal to the community to
>> > begin
>> > reviewing the document. The WD reflects where the group is on this spec
>> > at
>> > the time of publication; it does not necessarily mean there is consensus
>> > on
>> > the spec's contents.
>> >
>> > If you have any comments or concerns about this CfC, please send them to
>> > public-sysapps@w3.org by Oct 16 at the latest. Positive response is
>> > preferred and encouraged and silence will be considered as agreement
>> > with
>> > the proposal.
>> >
>> >
>> >
>> > For the chairs,
>> >
>> > Wonsuk.
>> >
>> > =========================================
>> > 이 원 석 (Wonsuk, Lee) / Principal Engineer, Ph.D
>> > SAMSUNG ELECTRONICS Co., LTD. (三星電子)
>> > Mobile: +82-10-5800-3997
>> > E-mail: wonsuk11.lee@samsung.com, wonsuk73@gmail.com
>> > http://www.wonsuk73.com/, twitter: @wonsuk73
>> > -----------------------------------------
>> > Inspire the World, Create the Future !!!
>> > =========================================
>
>
>
>
> --
>
> =========================================
> 이 원 석 (Wonsuk, Lee) / Principal Engineer, Ph.D
> SAMSUNG ELECTRONICS Co., LTD. (三星電子)
> Mobile: +82-10-5800-3997
> E-mail: wonsuk11.lee@samsung.com, wonsuk73@gmail.com
> http://www.wonsuk73.com/, twitter: @wonsuk73
> -----------------------------------------
> Inspire the World, Create the Future !!!
> =========================================

Received on Tuesday, 14 October 2014 10:28:39 UTC