Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. make phone call inside the app
Qt 6.11 is out! See what's new in the release blog

make phone call inside the app

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 2.0k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Marek
    wrote on last edited by
    #1

    Hi all,

    I need to make a phone call inside the application (Android, preferably QML), primarily to control the time of the connection, maybe also to be able to add some sounds near the end of the conversation.
    What I have googled is:
    Tutorial: Making Phone Calls --seems to be outdated
    how-to-make-a-call-with-qt-directly-from-the-application - looks promising, but I'm not sure whether this is valid approach and how to end this call after specified time

    There is also something like: Qt.openUrlExternally("tel:<number>")
    But this opens built-in application to make a call and I don't have the control over this call, I mean I cannot end it after certain amount of time.

    Has anyone experience with that?
    Best Regards
    Marek

    1 Reply Last reply
    1
    • C Offline
      C Offline
      Charlie_Hdz
      wrote on last edited by
      #2

      @Marek

      Please, Do you have a class diagram to support your petition?

      Any think that just follow tutorials?

      Thank you

      Kind Regards,
      Enrique Hernandez
      gearstech.com.mx
      chernandez@gearstech.com.mx

      M 1 Reply Last reply
      0
      • C Charlie_Hdz

        @Marek

        Please, Do you have a class diagram to support your petition?

        Any think that just follow tutorials?

        Thank you

        M Offline
        M Offline
        Marek
        wrote on last edited by
        #3

        @Charlie_Hdz Hi, what do you mean by that, "class diagram" ?

        After some thought I changed my mind. The best solution is to use Voice Over IP. So application should connect through the net to the server (software or hardware) which in turn will make a "real" call to selected phone number. So now I'm looking for some VoIP example for Qt ;)

        Best Regards
        Marek

        tomasz3dkT 1 Reply Last reply
        0
        • M Marek

          @Charlie_Hdz Hi, what do you mean by that, "class diagram" ?

          After some thought I changed my mind. The best solution is to use Voice Over IP. So application should connect through the net to the server (software or hardware) which in turn will make a "real" call to selected phone number. So now I'm looking for some VoIP example for Qt ;)

          Best Regards
          Marek

          tomasz3dkT Offline
          tomasz3dkT Offline
          tomasz3dk
          wrote on last edited by
          #4

          @Marek For VoIP you can use pjsip.

          M 1 Reply Last reply
          0
          • tomasz3dkT tomasz3dk

            @Marek For VoIP you can use pjsip.

            M Offline
            M Offline
            Marek
            wrote on last edited by
            #5

            @tomasz3dk I will have to ask for the license as my project is no Open Source.
            How about https://freeswitch.org ?

            tomasz3dkT 1 Reply Last reply
            0
            • M Marek

              @tomasz3dk I will have to ask for the license as my project is no Open Source.
              How about https://freeswitch.org ?

              tomasz3dkT Offline
              tomasz3dkT Offline
              tomasz3dk
              wrote on last edited by
              #6

              @Marek I have no experience with freeswitch as client library, but only as pbx server. Anyway thanks for sharing this solution, if i will find some free time i will check it.

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved