p2p_phone_handset 
Vars | |
| callstation | Owner phone |
|---|---|
| mic_muted | Have we manually muted the mic? |
Procs | |
| handle_voicedata | Receive a voice packet from the callstation. These are just transparently passed to us.
This replicates the behaviour of send_speech, since we're being passed all the data in a signal. |
Var Details
callstation 
Owner phone
mic_muted 
Have we manually muted the mic?
Proc Details
handle_voicedata
Receive a voice packet from the callstation. These are just transparently passed to us.
This replicates the behaviour of send_speech, since we're being passed all the data in a signal.