}
/*! \brief Immediately stop RTP, VRTP and UDPTL as applicable */
-static void stop_data_flows(struct sip_pvt *p)
+static void stop_media_flows(struct sip_pvt *p)
{
/* Immediately stop RTP, VRTP and UDPTL as applicable */
if (p->rtp)
ast_verbose(VERBOSE_PREFIX_3 "Got SIP response %d \"%s\" back from %s\n", resp, rest, ast_inet_ntoa(p->sa.sin_addr));
ast_set_flag(&p->flags[0], SIP_ALREADYGONE);
- stop_data_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */
+ stop_media_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */
/* XXX Locking issues?? XXX */
switch(resp) {
ast_log(LOG_DEBUG, "Got CANCEL on an answered call. Ignoring... \n");
return 0;
}
- stop_data_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */
+ stop_media_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */
if (p->owner)
ast_queue_hangup(p->owner);
}
}
- stop_data_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */
+ stop_media_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */
if (!ast_strlen_zero(get_header(req, "Also"))) {
ast_log(LOG_NOTICE, "Client '%s' using deprecated BYE/Also transfer method. Ask vendor to support REFER instead\n",
return 0;
}
-/*! \brief reload: Part of Asterisk module interface */
+/*! \brief Part of Asterisk module interface */
static int reload(void)
{
return sip_reload(0, 0, NULL);
sip_reload_usage },
};
-/*! \brief load_module: PBX load module - initialization */
+/*! \brief PBX load module - initialization */
static int load_module(void)
{
ASTOBJ_CONTAINER_INIT(&userl); /* User object list */