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:
parent
cb17c45280
commit
4a1cbdf81d
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue