mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user