Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. TAPI UNIMODEM CALL DISCONNECT NOTIFICATION PROBLEM

TAPI UNIMODEM CALL DISCONNECT NOTIFICATION PROBLEM

Scheduled Pinned Locked Moved C#
questionhelp
1 Posts 1 Posters 0 Views 1 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
    mamirbalouch
    wrote on last edited by
    #1

    I have developed a TAPI application using voice modem (UNIMODEM TSP). The application is working fine except that when the person on other side (receiver) disconnects the call, TAPI application is unable to prompt the disconnection. After some research, it came in to my knowledge, that is a limitation of UNIMODEM TSP, which does not forwards the message to TAPI. Later, after having a conversation with my modem vendor, he told me that the only way to know when the receiver disconnected the call is to activate the modem's Inactivity Timer. Which will automatically disconnect the call if there is no conversation for a given time. To activate this timer, i have to pass this AT command to my device. AT+VIT=60 The question is, how can i pass this command to modem, when i am using TAPI, or can i open comm connection in parallel to tapi.

    ************************* SetNewGoal: while (GoalNotAchieved){} goto SetNewGoal; *************************

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups