mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-29 19:53:05 -07:00
Support new TRANSPORT definitions in libss7
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@130293 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -13230,7 +13230,11 @@ static int linkset_addsigchan(int sigchan)
|
||||
return -1;
|
||||
}
|
||||
|
||||
ss7_add_link(link->ss7, SS7_TRANSPORT_DAHDI, link->fds[curfd]);
|
||||
if (p.sigtype == DAHDI_SIG_MTP2)
|
||||
ss7_add_link(link->ss7, SS7_TRANSPORT_DAHDIMTP2, link->fds[curfd]);
|
||||
else
|
||||
ss7_add_link(link->ss7, SS7_TRANSPORT_DAHDIDCHAN, link->fds[curfd]);
|
||||
|
||||
link->numsigchans++;
|
||||
|
||||
memset(&si, 0, sizeof(si));
|
||||
|
||||
Reference in New Issue
Block a user