Just send callername APDUs if we're network side
git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@201 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
parent
84adda970c
commit
d7b60b28e0
@ -888,10 +888,7 @@ extern int pri_call_add_standard_apdus(struct pri *pri, q931_call *call)
|
||||
rose_diverting_leg_information2_encode(pri, call);
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (pri->localtype == PRI_NETWORK) {
|
||||
#endif
|
||||
if (1) {
|
||||
switch (pri->switchtype) {
|
||||
case PRI_SWITCH_NI2:
|
||||
add_callername_facility_ies(pri, call);
|
||||
|
Loading…
Reference in New Issue
Block a user