TAsteriskOptions: {
    callBackTTL?: number;
    encoding: BufferEncoding;
    events: boolean;
    host: string;
    password: string;
    port: number;
    reconnect: boolean;
    reconnectDelay: number;
    username: string;
}

Type declaration

  • Optional callBackTTL?: number
  • encoding: BufferEncoding
  • events: boolean
  • host: string
  • password: string
  • port: number
  • reconnect: boolean
  • reconnectDelay: number
  • username: string