Add peercontext parameter for default outbound context (bug #1929)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-06-26 15:48:30 +00:00
parent 1af31f2c64
commit d9ed36059c
5 changed files with 19 additions and 5 deletions

View File

@@ -1687,7 +1687,6 @@ static int leave_voicemail(struct ast_channel *chan, char *ext, int silent, int
char *context;
char ecodes[16] = "#";
char tmp[256] = "", *tmpptr;
char language[MAX_LANGUAGE];
struct ast_vm_user *vmu;
struct ast_vm_user svm;