Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jgsm

Pages: [1]
1
I'm trying to understand how Yate/YateBTS is working. Can someone tell me how media stream is routed (processes, sockets etc) when two mobile phones are talking over YateBTS ?
Is it routed inside mbts ?
I'd like to see media stream in wireshark is it possible ?

2
Yate users hangout place / Re: Problem with outgoing calls -SOLVED
« on: September 03, 2014, 08:21:36 PM »
Finally I've found problem: In configuration created from nib, the From field in SIP messages contained user@IP, where my SIP server required user@domain. I've fixed this, by changing regexroute to:

^0\(.*\)$=line/\1;line=outbound;domain=sip.xxxxx

now it works :)

3
Yate users hangout place / Problem with outgoing calls
« on: September 01, 2014, 10:31:00 PM »
Hello!

I've configured SIP account in accfile as in http://docs.yate.ro/wiki/Accfile but can;t make any outgoing calls. Incoming calls are working.

accfile.conf:

[outbound]
protocol=sip
username=user816
server=sip.xxxxx
password=xxxxxx
ip_transport=UDP
enabled=yes
match_port=yes
match_user=yes

regexroute.conf:

^0\(.*\)$=line/\0;line=outbound
^user816$=return;called=302

In log file I have:
20140901215042.346283 <ybts/24:CALL> Incoming imsi=001501983xxxxxx conn=32 [0x7f5c480041b0]
20140901215042.706597 <ybts/24:CALL> Hangup reason='noconn' [0x7f5c480041b0]

What is wrong ?

4
YateBTS / GSM scanning ?
« on: September 01, 2014, 06:13:59 PM »
Hello!

Is there any way to use YateBTS to scan all GSM channels ? I'd like to know which channels/frequencies are in use in my location.

Pages: [1]