This is just step 1 in taking over the world.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40663 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Jason Parker 19 years ago
parent 6fec811743
commit d371de5bf6

@ -1705,7 +1705,7 @@ static int skinny_reset_device(int fd, int argc, char *argv[])
static char *device2str(int type)
{
static char *tmp;
char *tmp;
switch (type) {
case SKINNY_DEVICE_NONE:
@ -2478,7 +2478,7 @@ static int skinny_senddigit(struct ast_channel *ast, char digit)
}
static char *control2str(int ind) {
static char *tmp;
char *tmp;
switch (ind) {
case AST_CONTROL_HANGUP:

Loading…
Cancel
Save