PhonebookEntry Event
Fired for every Phonebook entry when the ListPhonebook method is called.
Object Oriented Interface
public function firePhonebookEntry($param);
Procedural Interface
ipworks_netdial_register_callback($res, 4, array($this, 'firePhonebookEntry'));
Parameter List
'entry'
Remarks
To get extended entry information, set the PhonebookEntry property to the value supplied in the Entry parameter.