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 ... 10 11 [12] 13 14
166
Yate users hangout place / Re: External Scripts support - Windows
« on: December 19, 2014, 03:45:21 AM »
Hi,

You can run yate scripts on windows but they must be started differently, since Yate won't be allowed to start them.

167
The password for the extensions can only be numeric because they are authenticated when listening to their voicemail from the voicemail.php script.

168
Hi,

Yes, starting with 4.3 forward noanswer won't work. We might fix this in the future but we didn't get to it.
You can continue using FreeSentral with an older version of yate without any issues, unless you really need something that was added later on.

169
Yate users hangout place / Re: hangup event?
« on: December 02, 2014, 09:55:33 AM »
Hi,

Let's say you use javascript global script,

To start custom script you have to set in javascript.conf in section scripts:

[scripts]
cdrfinalize=cdrfin.js

Then in cdrfin.js (located in share/scripts if you run from sources or /usr/local/share/yate/scripts if you run 'make install').

function onCdrFinalize(msg)
{
     if (msg.operation!='finalize')
          return false;

     // your logic here
}

Message.install(onCdrFinalize, "call.cdr", 50);

This is an example how to run a query in javascript.
http://docs.yate.ro/wiki/How_to_access_a_database_from_Yate%27s_Javascript_module

Also check out the other Javascript documentation:
http://docs.yate.ro/wiki/Javascript

170
Yate users hangout place / Re: hangup event?
« on: November 24, 2014, 10:36:19 AM »
Hi,

Yes. You can use a stored procedure instead of a single query where you do multiple calculations or you can handle call.cdr with operation=finalize from a script and do the calculations there. Ex: javascript/php script

171
YateBTS / Re: Encryption with YateBTS and Milenage
« on: October 31, 2014, 05:33:29 AM »
YateBTS don't offer channel encryption at the moment. Milenage is only used for 3G authentication.

You get 'Reject cause 20 (MAC failure)' when the phone rejects the network. Are you sure the SIM information is provisioned correctly?

172
YateBTS / Re: Problem changing frequency
« on: October 29, 2014, 07:44:33 AM »
Hi,

I think this issue appeared in the configuration interface until recently and your labkit uses an older image.
Take a new copy from the svn and use the modified web interface. Take only directory nib/web

http://wiki.yatebts.com/index.php/SVN

173
YateBTS / Re: Help with Incoming calls
« on: October 28, 2014, 09:24:09 AM »
Hi,

When using a voip provider to receive calls to multiple numbers you must make sure the provider actually sends calls to more than one number. By default when registered with a username/password you will get all call for that username. So make sure your provider actually sends the phone number in "To" field in SIP INVITE. Otherwise you can't differentiate which number was called. Check the SIP log for an incoming call. If it's not clear post it here.

To enable debug for SIP from telnet console:
telnet 0 5038
then
debug on
debug sip level 10

174
Hi,

FreeSentral works well with versions of yate under 4.3. The majority of features continue to work with a newer version of yate but some forwarding scenarios won't.


175
YateBTS / Re: Help with Incoming calls
« on: October 27, 2014, 04:11:32 AM »
Hi,

That's about it. The called number must match the msisdn associated to a subscriber: exactly or just the end.

Ex:
Called: 555123456
Msisdn: 123456
or
Called: +123456
Msisdn: 123456

176
YateBTS / Re: Rejection Cause
« on: September 17, 2014, 05:36:45 AM »
Hi,

This can only be changed by editing the nib.js script directly. There is not configuration for this.

177
Yate users hangout place / Re: Problem with outgoing calls
« on: September 03, 2014, 05:18:51 PM »
How are you calling. Does your called number start with 0?

Why aren't you using nib.js? It does both incoming and outgoing calls.

178
YateBTS / Re: Help with GSM phones connecting
« on: September 01, 2014, 10:04:37 PM »
No, it is because getting pysim to work is a real adventure.

If you manage to install it, you can use the console options to write your SIMs. It is pretty easy to use once it was installed and you can add those SIMs from the Subscribers tab in the NIB interface.

179
Start sniffer and check the various messages and their parameters. See what is the appropriate message and parameter you need. If you  can't tell post the log.

180
Yate users hangout place / Re: round robin routing using db query
« on: August 28, 2014, 02:13:08 PM »
Post a log with -vvvvv of yate starting. This way we can see if there were any issues when yate tries to start the script.

Pages: 1 ... 10 11 [12] 13 14