Add "Loopback" switch

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4070 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-10-24 02:53:24 +00:00
parent 4959fb958c
commit 82cbf28993
11 changed files with 68 additions and 38 deletions

View File

@@ -17,7 +17,7 @@
#include <asterisk/chanvars.h>
#include <asterisk/logger.h>
struct ast_var_t *ast_var_assign(char *name, char *value)
struct ast_var_t *ast_var_assign(const char *name, const char *value)
{
int i;
struct ast_var_t *var;