[asterisk-commits] mmichelson: branch group/CCSS r232305 - /team/group/CCSS/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Dec 2 10:23:40 CST 2009
Author: mmichelson
Date: Wed Dec 2 10:23:36 2009
New Revision: 232305
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=232305
Log:
Remove a comment.
Modified:
team/group/CCSS/channels/chan_sip.c
Modified: team/group/CCSS/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/chan_sip.c?view=diff&rev=232305&r1=232304&r2=232305
==============================================================================
--- team/group/CCSS/channels/chan_sip.c (original)
+++ team/group/CCSS/channels/chan_sip.c Wed Dec 2 10:23:36 2009
@@ -11782,17 +11782,6 @@
struct ast_str *header = ast_str_alloca(SIPBUFSIZE);
struct ast_cc_agent *agent = find_sip_cc_agent_by_call_pvt(p);
struct sip_cc_agent_pvt *agent_pvt;
- /* We need to add a Call-Info header to this response. What is in it, you ask?
- * First, we generate a URI that the caller should send a SUBSCRIBE to. Then, we provide
- * two parameters, purpose=call-completion and one of m=BS, m=NR, or m=NL.
- *
- * We only need to generate the URI once per call. We can determine if we've already
- * done so using the agent_pvt's subscribe_uri string as an indicator. If it's zero-length
- * then we haven't yet created the URI. If not, then we have created it, and we can
- * just re-use it.
- *
- * The m= part is not taken care of yet, but it's also not really all that important.
- */
if (!agent) {
/* Um, what? How could the SIP_OFFER_CC flag be set but there not be an
More information about the asterisk-commits
mailing list