How to add additional numbers to a call

Post your questions and help other users.

Moderator: Martin

Post Reply
viorel.rusu
Posts: 19
Joined: 20 Jul 2016 09:32

How to add additional numbers to a call

Post by viorel.rusu » 16 Mar 2020 09:01

Hi,
I have this situation:
I want to call a number and, after the call is started I want to input additional numbers Ex.: call +1233546546 -> sleep(3s) -> after a while to input 123456# -> sleep(3s) -> input 987654654#
I tried with Control UI, sometimes it's working, sometimes not (Huawei P20 Pro, all permissions granted). I want an alternative if there exists...
I hope I was clear.
Thank you

Micky Micky
Posts: 179
Joined: 16 Oct 2019 17:38

Re: How to add additional numbers to a call

Post by Micky Micky » 18 Mar 2020 18:40

Hi

I think that what you're trying to do is send DTMF tones.

I'm surprised that there's no preset in AM for this as it's an age-old thing in telephony.

It seems possible via an intent, but how to do that is beyond me.

Hope this points you the right direction.

Micky
Crude but it works.

User avatar
Rafi4
Posts: 281
Joined: 01 Dec 2017 05:23

Re: How to add additional numbers to a call

Post by Rafi4 » 19 Mar 2020 01:04

Hi @viorel.rusu
I think that are you trying to make conference call? Or are you paste any text?

From record4
No.1 Automation app in play store Automagic Premium
Samsung Galaxy j2 non rooted.
Android 5.1.1

viorel.rusu
Posts: 19
Joined: 20 Jul 2016 09:32

Re: How to add additional numbers to a call

Post by viorel.rusu » 19 Mar 2020 05:46

Yes, I'm trying to make a conference call.
I didn't try to paste numbers (I don't know if will work, how can I paste numbers?)

BoBo
Posts: 129
Joined: 05 May 2014 12:45

Re: How to add additional numbers to a call

Post by BoBo » 19 Mar 2020 09:22

Based on MickyMicky's suggestion ... :idea: :?:
Action > Sound > File
http://www.mediacollege.com/audio/tone/files/dtmf.zip
Last edited by BoBo on 19 Mar 2020 11:06, edited 1 time in total.

viorel.rusu
Posts: 19
Joined: 20 Jul 2016 09:32

Re: How to add additional numbers to a call

Post by viorel.rusu » 19 Mar 2020 10:40

BoBo wrote:
19 Mar 2020 09:22
MickyMicky's suggestion might work fine ... :idea: :?:
Action > Sound > File
http://www.mediacollege.com/audio/tone/files/dtmf.zip
This doesn't work.

User avatar
Rafi4
Posts: 281
Joined: 01 Dec 2017 05:23

Re: How to add additional numbers to a call

Post by Rafi4 » 19 Mar 2020 14:13

Hi
Use action control ui to click on specific id . (Use control ui Info action to get id)
To paste any thing before use action copy text to clipboard and then use control ui action script as below

Code: Select all

Sleep(2000);paste()
From record4
No.1 Automation app in play store Automagic Premium
Samsung Galaxy j2 non rooted.
Android 5.1.1

Post Reply