Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
Yate IVR / Re: Nodejs library compatible to javascript.yate
« Last post by Anton on April 14, 2020, 12:16:00 PM »
Here is next release:
- Message filter are moved to the application side.
- Method Yate.watch provided with filter like Yate.install.
- The Channel object is now available in global script mode too (+YateChannel class).
- And bug fixes of course...
https://github.com/0LEG0/next-yate

Best regards,
Anton
72
Other Yate server issues / Are compatible OpenSSL module with lets encrypt certs?
« Last post by Anton on April 01, 2020, 04:07:09 AM »
Hello dear Community.

I have letsencrypt certbot generated files:
privkey.pem - rsa private key,
cert.pem - signed certificate,
chain.pem - chain of letsencrypt certs,
fullchain.pem - chain of letsencript certs with cert.pem

ysipchan.conf:
ssl_certificate_file=fullchain.pem
ssl_key_file=privkey.pem
[listener SIPTLS]
enabled=yes
default=no
type=tls
addr=x.x.x.x
port=5061
sslcontext=server_context

openssl.conf
[server_context]
enable=yes
domains=*.mydomain,ip1,ip2
certificate=fullchain.pem
key=privkey.pem

regexroute.conf
[outgoing]
^123.*=sip/sip:otherserver;oip=ip1;oip_transport=tls;oconnection_id=SIPTLS

TEST
openssl s_client -connect myserver:5061 = cert is OK
openssl s_client -connect otherserver:5061 = cert is OK
call from myserver to otherserver = TIMEOUT
yate.log:
<openssl:WARN> Certificate verify error 20: UNABLE_TO_GET_ISSUER_CERT_LOCALLY

May be someone have experience with yate sip tls and letsencrypt certs?

Best regards,
Anton
73
Yate users hangout place / Re: WebSocket Handler
« Last post by ganapathi on March 27, 2020, 12:00:13 PM »
Anybody please help me on this query.
74
YateBTS / Re: Can't start Yate with BladeRF
« Last post by fnassaf on March 26, 2020, 12:09:10 AM »
good evening. Did you manage to make the bladerf XA4 run with yate?
75
YateBTS / Re: bladeRF 2.0 micro xA4- Failed to open USB device: USB reset failed
« Last post by fnassaf on March 26, 2020, 12:06:13 AM »
good evening. Did you manage to make the bladerf XA4 run with yate?
76
Yate server for Google Voice / Re: How to send text message by jabberclient
« Last post by Max23B0 on March 23, 2020, 12:19:32 PM »
The message name is 'msg.execute'
Required params:
account: The account name you set when connecting to server
to: The jabber id of the destination (user@domain or user@domain/resource)
body: Text to send
Optional params:
id: Chat message id (if you want to handle the confirmation)
Oh thank you I didn't know that
77
Yate users hangout place / Can i question in German?
« Last post by piwko on March 16, 2020, 12:27:45 PM »

Hi Guys!

My name is Piwko and I would also like to install a Yate server for our hackerspace. Since I do not yet have any touch points with Yate and was fixed by a member, I would like to deal with the topic more.
Unfortunately, my English is super bad and Google does not always translate correctly, so my question. Can I also ask my question in German?
Would then write a German manual for others.
Below it is again in German!

Thank you so much
Piwko

Hallo Leute!

Mein Name ist Piwko und ich würde gerne für unseren Hackerspace auch eine Yate-Server installieren. Da ich mit Yate noch keine Berühungspunkte hate und durch ein Mitglied angefixt wurde, würde ich mich gerne mehr mit dem Thema auseinander setzen.
Leider ist mein Englisch super schlecht und Google übersetzt nicht immer korrekt, deshalb meine Frage. Kann ich meine Frage auch auf Deutsch stellen?
Würde dann für andere eine Deutscheanleitung schreiben.
Unten ist es nochmal in Deutsch!

Vielen lieben Dank
Piwko
78
YateBTS / Re: YateBTS Failed to open USB device in SigintOS
« Last post by cheballme on March 08, 2020, 06:48:34 AM »
Hello
It would make more sense if you attached the full output
Run "yate -s -vv" and provide the output
79
YateBTS / Scapy implementation
« Last post by cheballme on March 08, 2020, 06:45:04 AM »
Hello
Have been crafting some gsm packets using Scapy.
Iam wondering which port can i use to send the gsm packets to the air via yatebts.
(i have a basic setup of bladerf and yatebts running fine)
Thanks
80
Yate users hangout place / RLC messages issue
« Last post by SIPEx on March 07, 2020, 11:37:17 AM »
Hello,

I received to many unwanted message like below! how I can ignore these messages on YATE? These type of messages will drop connected call by mistake.

RLC [cic=1324 label=4-18-1:4-24-4:9]
  message-type='RLC'
Pages: 1 ... 6 7 [8] 9 10