HP-UX C SIP Stack Programmer's Guide (Novembery 2007)

Event Notification 263
Out-of-Band Subscription
printf("RvSipSubsSetEventHeader failed ");
return ;
}
/*------------------------------------------------
If notifier--creates and sends notification as usual.
-------------------------------------------------*/
if(eSubsType == RVSIP_SUBS_TYPE_NOTIFIER)
{
AppCreateNotification(hSubs, RVSIP_SUBSCRIPTION_SUBSTATE_ACTIVE);
printf("Notify (active) request was sent");
}
return;
}
/*=========================================================================================*/