Calling Feature Access Codes with JTAPI ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • avc852340203484
    Member
    • Nov 2024
    • 8

    Calling Feature Access Codes with JTAPI ?

    Hello eveyone,

    is it possible to call/use FAC (Feature Access Codes) with the Java JTAPI?
  • jtb1
    Whiz
    .
    • Feb 2017
    • 33

    #2
    yes - use MakeCall()

    Comment

    • flynn1
      Brainiac
      .
      • Jun 2011
      • 82

      #3
      In JTAPI-speak, makeCall is performed using Call.connect();
      Martin

      Comment

      • avc852340203484
        Member
        • Nov 2024
        • 8

        #4
        thank you for the quick answers

        Comment

        • avc852340203484
          Member
          • Nov 2024
          • 8

          #5
          I have a similar question.

          What about outgoing calls with authorization code. Would that be also working the same way as feature access code calls or do I need another function for that?

          (I am asking this because I don't have such an authorization code-setup for testing)



          Comment

          • flynn1
            Brainiac
            .
            • Jun 2011
            • 82

            #6
            It looks like you can. This is the description of calledDevice from the TSAPI Programmers Guide:
            calledDevice [mandatory]
            Must be a valid on-PBX extension or off-PBX number. An
            on-PBX extension may be a station extension, VDN, split, hunt group,
            announcement extension, or logical agent’s login ID. The calledDevice
            may include TAC/ARS/AAR information for off-PBX numbers. Trunk
            Access Code, Authorization Codes, and Force Entry of Account Codes
            can be specified with the calledDevice as if they were entered from the
            voice terminal using the keypad.

            Comment

            • avc852340203484
              Member
              • Nov 2024
              • 8

              #7
              Originally posted by flynn1 View Post
              It looks like you can. This is the description of calledDevice from the TSAPI Programmers Guide:
              calledDevice [mandatory]
              Must be a valid on-PBX extension or off-PBX number. An
              on-PBX extension may be a station extension, VDN, split, hunt group,
              announcement extension, or logical agent’s login ID. The calledDevice
              may include TAC/ARS/AAR information for off-PBX numbers. Trunk
              Access Code, Authorization Codes, and Force Entry of Account Codes
              can be specified with the calledDevice as if they were entered from the
              voice terminal using the keypad.
              good to know.
              thank you

              Comment

              Loading