Android Question Dial number and submit DTMF?

IamTrying

Active Member
Licensed User
Is it possible to dial a number, get connected, count ringing and then submit DTMF : **12127773456
(not VoIP, using local SIM just like you would do manually)
 

IamTrying

Active Member
Licensed User
On CentOS Via cloud (https://github.com/shamun/sipcmd), i can do following:

"l4;c333;ws3000;d123;w200;lthrice;ws1000;vaudio;rsi4000f.out;j3lthrice;h;j4"

Parses to the following:
  1. do this four times:
    1. call to 333
    2. wait until silent (max 3000 ms)
    3. send dtmf digits 123
    4. wait 200 ms
    5. do this three times:
      1. wait until silent (max 1000 ms)
      2. send sound file 'audio'
      3. record until silent (max 4000 ms) to files 'f-[0-3]-[0-2].out'
    6. hangup
    7. wait 2000 ms

You mean Step 1, 2, 3 i can do with B4A? ( i cant use cloud solution because its for Emergency fallback
call via my APP to a Emergency fire alarming PSTN/ISDN number, where via GSM protocol i wanted to
send DTMF when internet was down)
 
Upvote 0
Top