callback_number Property

The callback number to give when directly dialing the remote machine.

Syntax

def get_callback_number() -> str: ...
def set_callback_number(value: str) -> None: ...

callback_number = property(get_callback_number, set_callback_number)

Default Value

""

Remarks

This property contains the callback number to give when directly dialing the remote machine. user, phone_number, password, and optionally domain and callback_number are used when phonebook_entry is empty.

Calling the connect method attempts a connection.

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