mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-21 03:18:17 -07:00
Can't forget outsignaling!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@78347 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -12215,7 +12215,7 @@ static int process_zap(struct zt_chan_conf *confp, struct ast_variable *v, int r
|
||||
} else {
|
||||
ast_log(LOG_ERROR, "Unknown signalling method '%s'\n", v->value);
|
||||
}
|
||||
} else if (!strcasecmp(v->name, "outsignalling")) {
|
||||
} else if (!strcasecmp(v->name, "outsignalling") || !strcasecmp(v->name, "outsignaling")) {
|
||||
if (!strcasecmp(v->value, "em")) {
|
||||
confp->chan.outsigmod = SIG_EM;
|
||||
} else if (!strcasecmp(v->value, "em_e1")) {
|
||||
|
||||
Reference in New Issue
Block a user