]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FreeTDM: remove the previous commit
authorJames Zhang <jzhang@sangoma.com>
Wed, 25 Jan 2012 23:00:41 +0000 (18:00 -0500)
committerJames Zhang <jzhang@sangoma.com>
Wed, 25 Jan 2012 23:00:41 +0000 (18:00 -0500)
           - hardcode does not work in this matter

libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_out.c

index 4b5f82f52d1458c575f4562edaf3569d9cc30014..fbfab15d1e5824c1e842b76ff614bb86fdb587cf 100644 (file)
@@ -259,11 +259,7 @@ void ft_to_sngss7_rel (ftdm_channel_t * ftdmchan)
        
        rel.causeDgn.eh.pres = PRSNT_NODEF;
        rel.causeDgn.location.pres = PRSNT_NODEF;
-#ifdef SANGOMA_SPIROU
-       rel.causeDgn.location.val = 0x04;
-#else
        rel.causeDgn.location.val = 0x01;
-#endif
        rel.causeDgn.cdeStand.pres = PRSNT_NODEF;
        rel.causeDgn.cdeStand.val = 0x00;
        rel.causeDgn.recommend.pres = NOTPRSNT;