291 |
} |
} |
292 |
|
|
293 |
void |
void |
294 |
|
UserAgent::onReferNoSub(InviteSessionHandle, const SipMessage& msg) |
295 |
|
{ |
296 |
|
assert(0); |
297 |
|
} |
298 |
|
|
299 |
|
void |
300 |
UserAgent::onMessage(InviteSessionHandle, const SipMessage& msg) |
UserAgent::onMessage(InviteSessionHandle, const SipMessage& msg) |
301 |
{ |
{ |
302 |
} |
} |
346 |
} |
} |
347 |
|
|
348 |
void |
void |
349 |
UserAgent::onUpdatePending(ClientSubscriptionHandle h, const SipMessage& notify) |
UserAgent::onUpdatePending(ClientSubscriptionHandle h, const SipMessage& notify, bool outOfOrder) |
350 |
{ |
{ |
351 |
} |
} |
352 |
|
|
353 |
void |
void |
354 |
UserAgent::onUpdateActive(ClientSubscriptionHandle h, const SipMessage& notify) |
UserAgent::onUpdateActive(ClientSubscriptionHandle h, const SipMessage& notify, bool outOfOrder) |
355 |
{ |
{ |
356 |
} |
} |
357 |
|
|
358 |
void |
void |
359 |
UserAgent::onUpdateExtension(ClientSubscriptionHandle, const SipMessage& notify) |
UserAgent::onUpdateExtension(ClientSubscriptionHandle, const SipMessage& notify, bool outOfOrder) |
360 |
{ |
{ |
361 |
} |
} |
362 |
|
|