Changed data member type. Fixed bug when notifying the presence to a remote subscriber.

git-svn-id: http://voip.null.ro/svn/yate@1690 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2008-01-28 13:38:25 +00:00
parent 126bfd7a7f
commit 1e718ada3d
1 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ private:
bool m_hangup; // Hang up flag: True - already hung up
String m_reason; // Hangup reason
// Timeouts
u_int32_t m_timeout; // Timeout for not answered outgoing connections
u_int64_t m_timeout; // Timeout for not answered outgoing connections
};
/**
@ -1568,7 +1568,7 @@ void ResSubscribeHandler::process(const JabberID& from, const JabberID& to,
// Respond if user has a resource with audio capabilities
JIDResource* res = user->getAudio(false,true);
if (res) {
user->notifyResource(true,res);
user->notifyResource(true,res->name());
break;
}
// No audio resource for remote user: send probe