Recent Posts

Pages: [1] 2 3 ... 10
1
Yate bugs / Duplicate billid
« Last post by rukavinamilan on December 07, 2022, 01:31:42 AM »
We started to get duplicate billid for different calls which happen in like same 10s. Can you please help what could be the reason. We depend a lot on this id and it produces a lot of mess. CDRs are stored in postgres.

Thanks
2
Yate users hangout place / Re: logging call details in yate
« Last post by takeshi on August 29, 2022, 08:07:05 PM »
3
Yate users hangout place / logging call details in yate
« Last post by manit123 on August 25, 2022, 11:10:29 PM »
I am using
$yate --version
Yate 6.4.1 devel1 r6556
on
$ lsb_release  -a
No LSB modules are available.
Distributor ID:   Ubuntu
Description:   Ubuntu 20.04.3 LTS
Release:   20.04
Codename:   focal

I want to obtain following information
which number called which number at what time and what was the call duration if call was picked

Please provide useful links in this regard .

Thanks.
4
Other Yate server issues / Re: No audio
« Last post by argentum on February 14, 2022, 07:56:58 AM »
yate receives rtp from profider and local user and do not transmit to remote side.
config almost default.
5
Other Yate server issues / No audio
« Last post by argentum on February 14, 2022, 04:28:01 AM »
Hello.
I've installed 6.1.0-1 on Windows 8.
Simple call route:
Provider with SIP registration. Incoming calls route to internal IP.
regexroute.conf:
^8888888\(.*\)$=sip/sip:\0@10.10.10.10
accfile.conf contains registration information.
Nothing more, no changes to default config.

I thought, yate will pass rtp through itself.
I see in tcpdump incoming rtp flows from inner IP and provider, but no outgoing rtp from Yate.

Where was my mistake?
7
Other Yate server issues / Re: Javascript http request
« Last post by Monica Tepelus on December 02, 2021, 08:55:43 AM »
Hi,

httpclient module is only available in the private yate version.

Before implementing this we used below script and that is in a public repo.

http://yate.null.ro/websvn/filedetails.php?repname=yate-common&path=%2Ftrunk%2Fscripts%2Fhttp_req.sh

Monica
8
Other Yate server issues / Re: Javascript http request
« Last post by dorinelromeo on December 02, 2021, 08:43:11 AM »
Hello,

I'm having the same issue, I want to make a GET request with A number to get B number from external API. I've tried implementing the HTTP client from here: https://docs.yate.ro/wiki/HTTP_Client but with no success.
Maybe I'm missing something here.

What should new Message("http.request",false,params); do? Do I need to create a php file to handle the GET request?

Thank you!
9
Yate bugs / doubled registration
« Last post by cc08 on August 09, 2021, 06:44:06 AM »
At the registration stage, by transport ipv6, sipgate.de makes two endpoints with addresses

Contact:
<sip:4655310@[2a03:f540:1:1100::181d]:5060>;expires=597;received="sip:[2A03:F540:1:1100:0:0:0:181D]:5060",
<sip:4655310@[2A03:F540:1:1100:0:0:0:181D]:5060>;expires=600

How is that?
Moreover, the registration expire time soon decreases to 149 seconds, which I don't really like.

10
Yate users hangout place / how to debug yate - active (exited) status
« Last post by manit123 on August 03, 2021, 05:52:38 AM »
hi ,
I am running 64bit
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"

# service yate status
● yate.service - LSB: Yet another telephony engine
   Loaded: loaded (/etc/init.d/yate; bad; vendor preset: enabled)
   Active: active (exited) since Tue 2021-08-03 16:57:48 IST; 3s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 5129 ExecStop=/etc/init.d/yate stop (code=exited, status=0/SUCCESS)
  Process: 18565 ExecStart=/etc/init.d/yate start (code=exited, status=0/SUCCESS)

Aug 03 16:57:48 lxuser-desktop systemd[1]: Starting LSB: Yet another telephony engine...
Aug 03 16:57:48 lxuser-desktop yate[18565]: Yate Daemon not setup for automagic start. Edit /etc/default/yate to change this.
Aug 03 16:57:48 lxuser-desktop systemd[1]: Started LSB: Yet another telephony engine.

How can I find out cause of yate server not running ?

Thanks.
Pages: [1] 2 3 ... 10