dect
/
asterisk
Archived
13
0
Fork 0

This is just step 1 in taking over the world.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40663 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2006-08-20 18:03:24 +00:00
parent 69a1a8ff24
commit ddfe54e276
1 changed files with 2 additions and 2 deletions

View File

@ -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: