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
How to add additional numbers to a call
Moderator: Martin
-
- Posts: 179
- Joined: 16 Oct 2019 17:38
Re: How to add additional numbers to a call
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
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.
Re: How to add additional numbers to a call
Hi @viorel.rusu
I think that are you trying to make conference call? Or are you paste any text?
From record4
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
Samsung Galaxy j2 non rooted.
Android 5.1.1
-
- Posts: 19
- Joined: 20 Jul 2016 09:32
Re: How to add additional numbers to a call
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?)
I didn't try to paste numbers (I don't know if will work, how can I paste numbers?)
Re: How to add additional numbers to a call
Based on MickyMicky's suggestion ...
Action > Sound > File
http://www.mediacollege.com/audio/tone/files/dtmf.zip
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.
-
- Posts: 19
- Joined: 20 Jul 2016 09:32
Re: How to add additional numbers to a call
This doesn't work.BoBo wrote: ↑19 Mar 2020 09:22MickyMicky's suggestion might work fine ...
Action > Sound > File
http://www.mediacollege.com/audio/tone/files/dtmf.zip
Re: How to add additional numbers to a call
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
From record4
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()
No.1 Automation app in play store Automagic Premium
Samsung Galaxy j2 non rooted.
Android 5.1.1
Samsung Galaxy j2 non rooted.
Android 5.1.1