The Phone object is used to create Call objects using different protocols.
org.freesmartphone.Phone
Description: Initialize all the protocols.
The list of all the protocols names.
Description: Create a new Call to a given number, with an optional protocol.
A string representing the number of the peer.
s: protocolThe name of the protocol as returned by InitProtocols, if None the best protocol will be used. Default to None
b: forceIf true, we destroy any already present call object to this number. Default to True
The path to the new Call object
Description: Emitted when a new call is incoming
Path to the Call object.