diff --git a/sflphone-common/src/call.h b/sflphone-common/src/call.h index 62c488b3bb4379bf42660d8b8f2950b45a9dca7f..568aedcb8d860e809455537ff6939e35a6e03a42 100644 --- a/sflphone-common/src/call.h +++ b/sflphone-common/src/call.h @@ -246,7 +246,7 @@ class Call: public Recordable virtual bool setRecording (void); - protected: + private: /** Protect every attribute that can be changed by two threads */ ost::Mutex _callMutex; @@ -258,12 +258,6 @@ class Call: public Recordable /** Local audio port, as seen by me. */ unsigned int _localAudioPort; - /** Port assigned to my machine by the NAT, as seen by remote peer (he connects there) */ - unsigned int _localExternalAudioPort; - - - private: - /** Unique ID of the call */ CallID _id;