call

  1. Valentino.b

    Android Question Forward a call on Android (B4A)

    Hi all I would like to create an APP to forward an incoming call. F.e., after working-hours, if the call coming from a specific number or a list of numbers or a prefix, then I need to forward the call to another number. Dim PE As PhoneEvents Sub PE_PhoneStateChanged (State As String...
  2. MarkusR

    Android Question call app with voice mute and waiting melody

    hello, did someone made a android app where you can call and mute the voice that a waiting melody is played? or maybe know a good reliable app for calling with this feature? regards
  3. Lucas Eduardo

    iOS Question Dial some number to call

    Hello, i did it in Android, but i could not find how to do it in iOS. Here is the code in B4A: rp.CheckAndRequest(rp.PERMISSION_CALL_PHONE) Wait For Activity_PermissionResult (Permission As String, Result As Boolean) If Result Then Dim number As String = Regex.Replace("[^0-9]",lbl.Text,"")...
  4. A

    Android Question dismiss a phone call by phone number

    Hello, I wanted to create an app that dismisses an incoming phone call by filtering the phone number. (for example, if the phone number contains "054742", the app will automatically dismiss it. I looked out the "PhoneStateChanged" event but didn't know if I can get the phone number of the...
  5. peacemaker

    Android Code Snippet Dual SIM call

    Hi, All This my code calls OK by both SIM-cards on Samsung A7 device. Try and reply here, if works on your device. Requirements: minSdkVersion="23" (Android 6); 2 working SIM-cards. Inspired by: https://www.b4x.com/android/forum/threads/call-from-dual-sim.99801/#post-628156
  6. rleiman

    Android Question [SOLVED] Calling an activity by tapping on a widget

    Hi Everyone, Can you tell me what coding I need to add to the widget service in order to call an activity when the user taps the widget? Thanks.
Top