From: Konrad Hammel Date: Wed, 17 Nov 2010 21:41:38 +0000 (-0500) Subject: freetdm: ss7 - bug fix for caller-id presentation...line value was not passed through... X-Git-Tag: v1.2-rc1~265^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e562ed55fc48514f0d223b2e2076f84099f7a00;p=thirdparty%2Ffreeswitch.git freetdm: ss7 - bug fix for caller-id presentation...line value was not passed through stack properly --- diff --git a/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cfg.c b/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cfg.c index 87d80f18a4..e7378bf2ea 100644 --- a/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cfg.c +++ b/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cfg.c @@ -1347,7 +1347,7 @@ int ftmod_ss7_isup_isap_config(int id) cfg.t.cfg.s.siSap.natAddrInd = ADDR_NOTPRSNT; /* SID Nature of Addres Indicator */ cfg.t.cfg.s.siSap.sidNPlan = NP_ISDN; /* SID Numbering Plan */ cfg.t.cfg.s.siSap.sidPresInd = FALSE; /* default presentation indicator */ - cfg.t.cfg.s.siSap.incSidPresRes = TRUE; /* Presentation Restriction of incoming SID */ + cfg.t.cfg.s.siSap.incSidPresRes = FALSE; /* Presentation Restriction of incoming SID */ cfg.t.cfg.s.siSap.sidPresRes = 0; /* Presentation Restriction */ } cfg.t.cfg.s.siSap.reqOpt = FALSE; /* Request option */