PhonebookEntry Event

Fired for every Phonebook entry when the ListPhonebook method is called.

Syntax

netdial.on('PhonebookEntry', [callback])

Callback

The 'callback' is called when the 'PhonebookEntry' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.entry

Remarks

To get extended entry information, set the PhonebookEntry property to the value supplied in the Entry parameter.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Node.js Edition - Version 20.0 [Build 8307]