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:
Matthew Fredrickson 2005-03-16 15:10:41 +00:00
parent 84adda970c
commit d7b60b28e0

View File

@ -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);