After several attempts to install SEMS in Debian10, it was done successfully. The issue was strang but I had to install "python3.7-dev python3-distutils", and update PATH in Linux. Thanks
On Thu, Aug 12, 2021 at 12:32 PM Mojtaba mespio@gmail.com wrote:
I installed the master branch of SEMS(1.7.0~dev) as you suggested. I used these commands: $ git clone https://github.com/sems-server/sems.git $ cd sems/ $ ln -s pkg/deb/buster ./debian $ dch -v 1.7.0~dev "SEMS 1.7.0~dev release" $ dpkg-buildpackage -rfakeroot -us -uc
Does it need to run "make & make install" commands after above commands or not? because i got these error as i told
usr/bin/ld: AmDtmfDetector.o: in function `AmSpanDSPInbandDtmfDetector::streamPut(unsigned char const*, unsigned int, unsigned long long)': ./core/AmDtmfDetector.cpp:768: undefined reference to `dtmf_rx' /usr/bin/ld: AmDtmfDetector.o: in function `AmSpanDSPInbandDtmfDetector::AmSpanDSPInbandDtmfDetector(AmKeyPressSink*, int)': ./core/AmDtmfDetector.cpp:749: undefined reference to `dtmf_rx_init' /usr/bin/ld: AmDtmfDetector.o: in function `AmSpanDSPInbandDtmfDetector::~AmSpanDSPInbandDtmfDetector()': ./core/AmDtmfDetector.cpp:763: undefined reference to `dtmf_rx_free' /usr/bin/ld: AmDtmfDetector.o: in function `AmSpanDSPInbandDtmfDetector::AmSpanDSPInbandDtmfDetector(AmKeyPressSink*, int)': ./core/AmDtmfDetector.cpp:754: undefined reference to `dtmf_rx_set_realtime_callback' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:115: sems] Error 1 make[1]: Leaving directory '/usr/src/sems-master/core' make: *** [Makefile:38: install] Error 2
On Tue, Aug 10, 2021 at 4:24 PM Juha Heinanen jh@tutpro.com wrote:
Mojtaba writes:
Would you please let me know about what version of sems you use? Please tell me more about it.
Master branch of https://github.com/sems-server/sems.
-- Juha
Kamailio - Users Mailing List - Non Commercial Discussions
- sr-users@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
-- --Mojtaba Esfandiari.S