Recent Posts

Pages: [1] 2 3 ... 10
1
Announcements / Optimal Сasual Dating - Authentic Damsels
« Last post by ganapathi on March 09, 2024, 03:24:02 AM »
Elevate your dating game with the top site for hassle-free connections.
True Females  Finest Сasual Dating
Outstanding Сasual Dating
2
3
Other Yate server issues / Lksctp, S.O. and kernel version
« Last post by rodrigopassos on February 16, 2024, 12:56:43 PM »
Hi everyone,

What is the latest kernel version supported to use sigtran with M2UA protocol with Mediant?
About Debian, how is the latest release used in this case?

BR,

RP
4
Other Yate server issues / Re: help with m2pa connection
« Last post by rodrigopassos on February 16, 2024, 12:48:39 PM »
What is your SO and the kernel version?

Br,
 
RP
5
Yate bugs / Re: Unable to start SCTP listener
« Last post by LaForge on December 03, 2023, 07:04:16 AM »
Maybe you didn't build with SCTP support /  didn't have libsctp-dev avaliable at the time you compiled yate?
6
Dear yate developer team,

For years I have been sitting on bugfixes agains the yate code.  We tried to submit them using the old issue tracker, but nobody followed up there.  Now yate development has moved to github, but also nobody is sending any reply to pull requests fixing actual bugs in (not only) The Q.931 and IAX2 implementations:

* https://github.com/yatevoip/yate/pull/5
* https://github.com/yatevoip/yate/pull/6
* https://github.com/yatevoip/yate/pull/7

I can understand if you disagree with some of the details of the patches, but there was no related feedback whatsoever.  Am I doing anything wrong?  Should patches be submitted another way? Please advice.

Looking at other PRs, it is the same: They receive no feedback and they do not get merged.
7
Yate users hangout place / Re: docs.yate.ro - broken links!
« Last post by hecatae on July 20, 2023, 06:59:06 AM »
Latest updated Yate can be found here:
https://github.com/yatevoip 6.4.1
It looks like yate.null.ro no longer exists which makes everything harder to work with  :-\
8
Yate bugs / Unable to start SCTP listener
« Last post by Anton on July 20, 2023, 02:20:19 AM »
None of these examples start a SCTP listener:
https://docs.yate.ro/wiki/Configure_M2UA
https://docs.yate.ro/wiki/Configure_M3UA
https://docs.yate.ro/wiki/Miscellaneous_configurations

For example:

sigtransport.conf
-------------------
[sctp-gw]
type=sctp
stream=true
local=127.0.0.1:2904
endpoint=false <-- not affected!

ysigchan.conf
-------------------
[m3ua-gw]
type=ss7-m3ua-gateway
sig=sctp-gw

It does not start sctp listener:

#lsmod|grep sctp
sctp                  278528  2
libcrc32c              16384  1 sctp

# cat /proc/net/sctp/eps
 ENDPT     SOCK   STY SST HBKT LPORT   UID INODE LADDRS

# netstat -pnla
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1783/sshd                   
tcp        0      0 127.0.0.1:5038          0.0.0.0:*               LISTEN      1995/yate


After doing many tests, I made sure that yate successfully creates only m2pa and m3ua-client connections.
Any ideas how to make a m3ua-gateway ?

Best regards, Anton
9
Yate users hangout place / docs.yate.ro - broken links!
« Last post by Anton on July 19, 2023, 06:02:23 AM »
I see a lot of broken links of image files on docs.yate.ro

https://docs.yate.ro/wiki/index.php?title=Special%3AAllPages&from=&to=&namespace=6
10
Other Yate server issues / Re: Different DTMF per leg on same Call
« Last post by rodrigopassos on May 20, 2023, 11:55:00 AM »
Solved!

Code: [Select]
msg["odtmfmethods"]="rfc2833";
msg["tonedetect_in"]="yes";
msg["tonedetect_out"]="yes";
Pages: [1] 2 3 ... 10