Announcement

Collapse
No announcement yet.

SMS and Voice Possible?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SMS and Voice Possible?

    Hi Stipus,

    I was just wondering if it is possible to write a script to use the same ETSI 07.05 compatible modem to make voice call as well. I read a bit on the net about making calls with AT commands and I thought it would be great to have a script that takes in a number and has "Connect" & "Disconnect" buttons to initiate and end calls respectively.
    The same SIM would be used to send SMSs as usual.

    #2
    It should be possible, but it depends on each modem capability.

    If you send the command ATDT123456789 your modem should call 123456789
    If you send the command ATH, your modem should hangup.

    ATDT is "Dial with Tone"
    ATH is "Hangup"
    --
    stipus

    Comment


      #3
      Thanks,

      I will try it out.

      Comment


        #4
        Is it possible to send text's via my landline? I can do this from my cordless handset so it must be a service BT have enabled?

        Colin

        Comment


          #5
          Yes it's possible. I did code and debug the plugin with a ZText modem, and the plugin has a driver for this modem.

          You may be able to find a second-hand ZText modem...

          http://www.ntstelecom.co.uk/SMSmodem.htm
          --
          stipus

          Comment

          Working...
          X