[asterisk-commits] mmichelson: branch group/CCSS r236798 - /team/group/CCSS/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Dec 29 15:28:13 CST 2009
Author: mmichelson
Date: Tue Dec 29 15:28:11 2009
New Revision: 236798
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=236798
Log:
First instance of using transmit_invite with an explicit URI.
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=236798&r1=236797&r2=236798
==============================================================================
--- team/group/CCSS/channels/chan_sip.c (original)
+++ team/group/CCSS/channels/chan_sip.c Tue Dec 29 15:28:11 2009
@@ -3710,7 +3710,7 @@
/* XXX Should call create_addr or some such here to set appropriate values on the pvt */
- transmit_invite(monitor_instance->subscription_pvt, SIP_SUBSCRIBE, FALSE, TRUE, NULL);
+ transmit_invite(monitor_instance->subscription_pvt, SIP_SUBSCRIBE, FALSE, TRUE, monitor_instance->subscribe_uri);
when = service == AST_CC_CCBS ? ast_get_ccbs_available_timer(monitor->interface->config_params) :
ast_get_ccnr_available_timer(monitor->interface->config_params);
More information about the asterisk-commits
mailing list