[asterisk-commits] kharwell: branch kharwell/pimp_sip_state r390346 - /team/kharwell/pimp_sip_st...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri May 31 18:02:53 CDT 2013
Author: kharwell
Date: Fri May 31 18:02:52 2013
New Revision: 390346
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390346
Log:
review issues
Modified:
team/kharwell/pimp_sip_state/res/res_sip_exten_state.c
Modified: team/kharwell/pimp_sip_state/res/res_sip_exten_state.c
URL: http://svnview.digium.com/svn/asterisk/team/kharwell/pimp_sip_state/res/res_sip_exten_state.c?view=diff&rev=390346&r1=390345&r2=390346
==============================================================================
--- team/kharwell/pimp_sip_state/res/res_sip_exten_state.c (original)
+++ team/kharwell/pimp_sip_state/res/res_sip_exten_state.c Fri May 31 18:02:52 2013
@@ -373,7 +373,7 @@
static void state_changed_destroy(int id, void *data)
{
- struct exten_state_subscription *exten_state_sub = data;
+ struct exten_state_subscription *exten_state_sub = data;
ao2_cleanup(exten_state_sub);
}
@@ -495,7 +495,7 @@
return;
}
- ast_verbose(VERBOSE_PREFIX_3 "Subscription for has timed out.\n");
+ ast_verbose(VERBOSE_PREFIX_3 "Subscription has timed out.\n");
send_notify(exten_state_sub, "timeout", PJSIP_EVSUB_STATE_TERMINATED);
}
More information about the asterisk-commits
mailing list