[reSIProcate] Can add a getState() function for InviteSession ?

Karlsson boost.regex at gmail.com
Thu Dec 11 23:24:07 CST 2008


Currently the InviteSession just has these functions to query the state,
      bool isConnected() const;
      bool isTerminated() const;
      bool isEarly() const;     // UAC Early states
      bool isAccepted() const;  // UAS States after accept is called



Sometimes it's not enough, I  think maybe we can add this function:

bool getState()
{
  return mState;
}

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20081212/b7123e54/attachment.htm>


More information about the resiprocate-devel mailing list