add option to wanpipe

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4183 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-02-09 21:32:12 +00:00
parent cb17c45280
commit 4a1cbdf81d
1 changed files with 2 additions and 0 deletions

View File

@ -245,6 +245,8 @@ static int str2node(char *node)
static int str2switch(char *swtype)
{
if (!strcasecmp(swtype, "ni1"))
return PRI_SWITCH_NI1;
if (!strcasecmp(swtype, "ni2"))
return PRI_SWITCH_NI2;
if (!strcasecmp(swtype, "dms100"))