Socket.stun
From Yate Documentation
(Difference between revisions)
(Created page with " '''socket.stun''' is a message sent by a module requesting a RTP socket STUN filter attach ===Parameters=== ;uselocalusername : Boolean value requesting bind response au...") |
Latest revision as of 15:45, 15 November 2012
socket.stun is a message sent by a module requesting a RTP socket STUN filter attach
[edit] Parameters
- uselocalusername
- Boolean value requesting bind response authentication against the local party's username. Defaults to true if missing
- localusername
- The local party's username
- useremoteusername
- Boolean value requesting bind request authentication against the remote party's username. Defaults to true if missing
- remoteusername
- The remote party's username
- remoteip
- The initial remote address
- remoteport
- The initial remote port
- userid
- The RTP session's id
NOTE: The message's user data object must be able to return a Socket object to filter
[edit] Return
None expected