dect
/
asterisk
Archived
13
0
Fork 0

Adding Q.SIG switchtype option to chan_zap

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4119 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mattf 2004-10-28 16:11:04 +00:00
parent 30207eb971
commit 21c57958d3
1 changed files with 2 additions and 0 deletions

View File

@ -9474,6 +9474,8 @@ static int setup_zap(int reload)
switchtype = PRI_SWITCH_LUCENT5E;
else if (!strcasecmp(v->value, "euroisdn"))
switchtype = PRI_SWITCH_EUROISDN_E1;
else if (!strcasecmp(v->value, "qsig"))
switchtype = PRI_SWITCH_QSIG;
else {
ast_log(LOG_ERROR, "Unknown switchtype '%s'\n", v->value);
ast_destroy(cfg);