Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: prashantakerkar on Jun 25, 2019



Title: Telephone call automated or scheduled from Smartphone device..
Post by: prashantakerkar on Jun 25, 2019

https://en.wikipedia.org/wiki/Telephone_call

Is it possible to automate or schedule a telephone call to the receiver at specific date & time from Smartphone device?

Example : John is the telephone call sender.
Michael is the telephone call receiver.

John wants to call Michael at 5 pm on Wednesday 26th June.

The call is automatically made from John's Smartphone device to Michael on Wednesday 26th June at 5 pm.

Normal way, is setting a alarm or calendar event reminder for 26th June at 5 pm & then John makes a call to Michael.

Thanks & Regards,
Prashant S Akerkar
Post Merge: 4 years ago


Thanks.

Is it possible to design & develop automatic call dialling apps for Smartphone devices?

Thanks & Regards,
Prashant S Akerkar
Post Merge: 4 years ago


Thanks.

I mean automated scheduling of telephone calls from Smartphone devices viz Android, iPhone, Windows pocket pc.

No manual dialling by Smartphone user - i.e. Human Being but automatically by Smartphone device which was scheduled to call at a particular date & time.

In the above example, John is not dialling Michael's number on 26th June but the machine itself is dialling Michael's phone number.

Is it possible to design & develop Smartphone apps for this functionality?

If Yes, How?
If No, Why?

Thanks & Regards,
Prashant S Akerkar


Title: Re: Telephone call automated or scheduled from Smartphone device..
Post by: bio_man on Jun 25, 2019
Content hidden


Title: Re: Telephone call automated or scheduled from Smartphone device..
Post by: bio_man on Jun 25, 2019
If Yes, How? If No, Why?

I'm not familiar with Android or iPhone backend, but the logic would be something like this:

If time == 'TIME'
then dial ( 'NUMBER' );

Like I said in the previous post, it's doable, but not practical.


Title: Re: Telephone call automated or scheduled from Smartphone device..
Post by: prashantakerkar on Jun 26, 2019
Thank you.

I am evaluating Auto Call Dialer app from Covayurt on
my Android device.

Thanks & Regards,
Prashant S Akerkar
Post Merge: 4 years ago


Thank you.

The App from Covayurt is working fine on my Android device.

URL :

https://play.google.com/store/apps/details?id=autocallschedule.covayurt.com.autocallschedule&hl=en

Thank you once again,

Thanks & Regards,
Prashant S Akerkar


Title: Re: Telephone call automated or scheduled from Smartphone device..
Post by: bio_man on Jun 26, 2019
Let us know if it's effective and works!