Introduction

The TAPI driver is using the Asterisk Manager feature to establish a TCP/IP connection. You need to create an account to enable the connection.

Manager.conf configuration

We need to change the manager.conf on the T640/T440 to allow the PhoneSuite client to connect to the PBX.

  • Open SSH connection to the T640/T440
  • Change the manager.conf file, located in /opt/galilei/etc/asterisk/manager.conf
  • add the lines:
    • [AstTapi]
      secret = AstTapi
      read = all
      write = all

  • reload asterisk to activate the new settings.

    • asterisk -rvvv
    • reload

  • No labels