Lines 145-151
Link Here
|
145 |
OpalCall & call, ///< Owner of connection |
145 |
OpalCall & call, ///< Owner of connection |
146 |
const PString & party, ///< Remote party to call |
146 |
const PString & party, ///< Remote party to call |
147 |
void * userData = NULL, ///< Arbitrary data to pass to connection |
147 |
void * userData = NULL, ///< Arbitrary data to pass to connection |
148 |
unsigned int options = NULL, ///< options to pass to conneciton |
148 |
unsigned int options = 0, ///< options to pass to conneciton |
149 |
OpalConnection::StringOptions * stringOptions = NULL |
149 |
OpalConnection::StringOptions * stringOptions = NULL |
150 |
); |
150 |
); |
151 |
//@} |
151 |
//@} |