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 - Monica Tepelus

Pages: 1 ... 6 7 [8] 9 10 ... 14
106
There is no "normal response time", especially not when answering forum posts and there is no support contract involved. This is done by the developers when they have free time and good will. Considering that this is the holiday season, the remaining people are already overworked and streached over many things.

Concerning your issue, it looks to me that your system is under really heavy load. I see some call.cdr messages are delayed with more than 30 seconds.
My guess is that the SIP thread can't process all the traffic that is sent to it, so it doesn't send the chan.disconnected message in a timely manner. In the message pasted below you can see it's delayed with 40 seconds. You can run "top" then press H and see if the sip thread uses 100% of a CPU (when this issues happens).

 Returned false 'chan.disconnected' delay=40.487222
  thread=0xb7d110 'Engine Worker'
  data=0x7f4ff401ad00
  retval='(null)'
  param['id'] = 'sip/597'
  param['module'] = 'sip'
  param['status'] = 'answered'
  param['address'] = '218.213.249.2:5060'
  param['targetid'] = 'sip/578'
  param['billid'] = '1471838388-301'
  param['lastpeerid'] = 'sip/578'

Try using a more poverfull machine or divide your traffic between multiple servers. You should also analize the duration of your database functions/procedures to see if they need to be improved. You can wait for Marian to return from holiday to see if he can find something more, but overall your system is congested.

107
YateBTS / Re: YateBTS, RPI3, BladeRF115 <-> Telit LTE Cat 1 module
« on: August 26, 2016, 02:01:30 AM »
Then you will have to wait for the LTE labkit to come out.

YateBTS only supports GSM and GPRS.

108
YateBTS / Re: YateBTS, RPI3, BladeRF115 <-> Telit LTE Cat 1 module
« on: August 25, 2016, 01:47:45 AM »
Hi,

Does Telit LTE Cat1support GSM/GPRS or is it only for LTE/3G?

109
You really need to try to send the full log or as much information as possible: sip + internal messages. You also need to post the configuration files. How is the call routed? Are you also using a php script to route the calls, are you using fork or dumbchannel, a combination of various modules? Normally a yate chanell can't live by itself too much, so there is something that allows that leg to survive without the intended peer.
 
You can email this to monica@null and marian@null.ro and we'll try to debug this to see if there is a bug or configuration issue.

110
Hi,

The issue with uploading attachments was fixed. Please upload a full log.

Thanks

111
YateBTS / Re: Authenication Setup Issue
« on: August 08, 2016, 01:54:03 AM »
Hi,

We support 3 types of 2g authentication comp128 v1, comp128 v2, comp128 v3. The interface assumes that v1 is used since this is the most common. Maybe your sims use one of the other. You should check the sims specifications.

There is also a 4th type that was later added, but we don't have support for it.

To use another comp128 version you must edit subscribers.conf by hand and set op=2 or op=3 for each subscriber.


112
Hi,

We'll check what happened and if we can associate the posts to your new account. Can you post the links to your old posts?

113
Hi,

What do you want to use Yate for?
Depending on that you can configure various modules to perform the features you need.

See the list of modules and some how to's to get a better feeling of what yate can do:
http://docs.yate.ro/wiki/Modules
http://docs.yate.ro/wiki/How_To%27s

114
You can fix the install script by updating the command in install.sh

or you can disable the https redirect.
You can comment this part in index.php:
if(!isset($_SERVER["HTTPS"]) || $_SERVER["HTTPS"]!="on") {
    $server = $_SERVER["HTTP_HOST"];
    if($server != "localhost" && $server != "127.0.0.1")
        header ("Location: https://".$server.$_SERVER["PHP_SELF"]);
}

Also, take note that FreeSentral is no longer maintained. For all features to work you have to use it with yate versions between 3.0 and 4.3. The majority of the features still work, but not all.

115
Hi,

In your freesentral instalation when you connect with telnet and type "external" or "external info" what do you see?  Did you create the client account in the interface?
Make sure you stop your clean copy of yate before starting freesentral yate.

Can you post a bigger log? The register script has various debug messages. I want to make sure it's actually running.

116
Hi,

Freesentral doesn't use any of those files. It holds the information in a database and uses a custom php script for authentication, registration and routing. You need to use freesentral's web interface to set users.

If you want to set those files, use a clean copy of yate instead of starting from Freesentral.

117
Yate users hangout place / Re: What to purchase
« on: May 24, 2016, 01:25:04 AM »
This sound more like a MVNO solution instead of extending a network. See
https://en.wikipedia.org/wiki/Mobile_virtual_network_operator

118
YateBTS / Re: Tranceiver error: YateBTS + bladeRF + Raspbery Pi 3
« on: May 04, 2016, 03:00:47 AM »
Try posting a log with debug SIP level 10 so we can see the answer from your provider.

119
YateBTS / Re: Tranceiver error: YateBTS + bladeRF + Raspbery Pi 3
« on: May 03, 2016, 08:11:50 AM »
Hi,

Emergency calls are disabled by default and we STRONLY recommend you leave them disabled.

You can't make calls at all? Can you call between 2 phones registered on you network? Did you check that the phone is registered? Do you know if you really managed to connect an account to that provider?

120
Yate users hangout place / Re: Hot to actually get help with yate ?
« on: April 26, 2016, 08:42:54 AM »
Thank you for pointing out the login issue. It was fixed.

Regarding the unanswered posts:
  • YateClient is no longer maintained. Some of the features still work, some don't. There are issues especially when trying to connect to some providers because their requirements changed.
  • There might also be political reasons for not answering a post. Some types of questions are never answered by developers. Other users are free to answer, of course.

Pages: 1 ... 6 7 [8] 9 10 ... 14