mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
FreeTDM: location value in REL message set to 0x04
- only available to SPIROU
This commit is contained in:
parent
8d1d930085
commit
34c8e58ae1
@ -259,7 +259,11 @@ void ft_to_sngss7_rel (ftdm_channel_t * ftdmchan)
|
|||||||
|
|
||||||
rel.causeDgn.eh.pres = PRSNT_NODEF;
|
rel.causeDgn.eh.pres = PRSNT_NODEF;
|
||||||
rel.causeDgn.location.pres = PRSNT_NODEF;
|
rel.causeDgn.location.pres = PRSNT_NODEF;
|
||||||
|
#ifdef SANGOMA_SPIROU
|
||||||
|
rel.causeDgn.location.val = 0x04;
|
||||||
|
#else
|
||||||
rel.causeDgn.location.val = 0x01;
|
rel.causeDgn.location.val = 0x01;
|
||||||
|
#endif
|
||||||
rel.causeDgn.cdeStand.pres = PRSNT_NODEF;
|
rel.causeDgn.cdeStand.pres = PRSNT_NODEF;
|
||||||
rel.causeDgn.cdeStand.val = 0x00;
|
rel.causeDgn.cdeStand.val = 0x00;
|
||||||
rel.causeDgn.recommend.pres = NOTPRSNT;
|
rel.causeDgn.recommend.pres = NOTPRSNT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user