[asterisk-commits] murf: branch murf/bug7433 r47638 -
/team/murf/bug7433/channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Nov 14 17:11:45 MST 2006
Author: murf
Date: Tue Nov 14 18:11:44 2006
New Revision: 47638
URL: http://svn.digium.com/view/asterisk?view=rev&rev=47638
Log:
I noticed duplicates in the prototypes; but this is common enough in this file, that I dare not break convention
Modified:
team/murf/bug7433/channels/chan_sip.c
Modified: team/murf/bug7433/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/murf/bug7433/channels/chan_sip.c?view=diff&rev=47638&r1=47637&r2=47638
==============================================================================
--- team/murf/bug7433/channels/chan_sip.c (original)
+++ team/murf/bug7433/channels/chan_sip.c Tue Nov 14 18:11:44 2006
@@ -1309,6 +1309,7 @@
/*--- Device monitoring and Device/extension state handling */
static int cb_extensionstate(char *context, char* exten, int state, void *data);
+static int sip_devicestate(void *data);
static int sip_poke_noanswer(void *data);
static int sip_poke_peer(struct sip_peer *peer);
static void sip_poke_all_peers(void);
More information about the asterisk-commits
mailing list