dect
/
asterisk
Archived
13
0
Fork 0

Just for jsmith... make signaling a valid option that acts like signalling.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@78346 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2007-08-07 16:09:27 +00:00
parent 879a7bfa16
commit 4d4645bc66
1 changed files with 1 additions and 1 deletions

View File

@ -12087,7 +12087,7 @@ static int process_zap(struct zt_chan_conf *confp, struct ast_variable *v, int r
} else if (!strcasecmp(v->name, "sendcalleridafter")) {
confp->chan.sendcalleridafter = atoi(v->value);
} else if (!reload){
if (!strcasecmp(v->name, "signalling")) {
if (!strcasecmp(v->name, "signalling") || !strcasecmp(v->name, "signaling")) {
confp->chan.outsigmod = -1;
if (!strcasecmp(v->value, "em")) {
confp->chan.sig = SIG_EM;