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 - marian

Pages: 1 ... 24 25 [26] 27 28 ... 35
376
Linux / Re: libyate socket
« on: August 07, 2014, 06:57:43 AM »
Can you start yate with more debug and post a new log?
Command line option: -vvvvv

Some notes:
Yate will try to execute (using execl() function) the scripts listed in [scripts] section which must communicate using a pipe with yate.
You need a listener if you start your script (or any other application) from outside yate.
Also, the listener will be used if your program is listed in [execute] section.


377
Linux / Re: libyate socket
« on: August 07, 2014, 06:09:37 AM »
port=8993 instead of port 8993

Please post a yate log to see if extmodule started the listener.

378
YateBTS / Re: Help with Outbound phone calls voice cutting out.
« on: August 05, 2014, 01:28:33 AM »
Some more tests:
After loosing audio, can you make a new call without closing the other one?
What happens with audio in the new call?

379
YateBTS / Re: Help with Outbound phone calls voice cutting out.
« on: August 04, 2014, 08:55:57 AM »
Can you test with new YateBTS 4 to see if it happens again?
Please post the log also.

380
YateBTS / Re: Help with Outbound phone calls voice cutting out.
« on: August 04, 2014, 01:26:59 AM »
Indeed, the log shows indeed sip reporting sent packets number to be less then received.
It might be a bug in mbts (or ybts).
We will investigate it.

381
Linux / Re: libyate socket
« on: August 04, 2014, 01:24:48 AM »
See http://docs.yate.ro/wiki/External_Module
See the config file description.

You must configure a listener for it.

382
YateBTS / Re: Help with Outbound phone calls voice cutting out.
« on: July 31, 2014, 08:06:21 AM »
There is no limitation for call duration.
For the next log please start the message sniffer also.

383
YateBTS / Re: Help with Outbound phone calls voice cutting out.
« on: July 31, 2014, 07:57:35 AM »
The log is useless. It is truncated after call start.
Please post a log with call termination signalling also.
Please start yate with timestamp logging (-Dt command line option would be ok).

384
Linux / Re: Ringback problem
« on: July 31, 2014, 12:56:30 AM »
Can you post a yate log with sniffed messages to see what happens?

385
YateBTS / Re: Help with Outbound phone calls voice cutting out.
« on: July 31, 2014, 12:45:49 AM »
Try to update to latest yate.
Can you post a yate log?

386
YateBTS / Re: Issues with SMS and selection after David asnwers
« on: July 31, 2014, 12:43:40 AM »
Hi,

Semicolon at line begin in conf file indicates a comment.

For your issues,
Can you post a yate log with message sniffer enabled?

387
YateBTS / Re: How do I change the location update reject code?
« on: July 29, 2014, 01:26:08 AM »
You may use a script to catch the user.register message after the registering module (I suppose you are using nib.js for that).
Set the handler priority at higher value then nib.js (I think 100 is ok).
Check the error parameter.
You should ignore the message if the error is 'noauth'.
You may set your code in the error parameter.

388
YateBTS don't have a database for GSM messages.

389
Linux / Re: Redirect the call
« on: July 22, 2014, 04:49:56 AM »
You must route calls based on your policy.
When deciding to route a call you must pay attention at used criteria.
Returning the same destination (your own server) for each incoming call will lead to infinite call looping.
Fortunately SIP has a Max-Forwards header which is decremented each time a call is received. The call will be rejected when the counter reaches 0.

390
Linux / Re: Redirect the call
« on: July 22, 2014, 04:17:32 AM »
The second call.route returned false (with error=noauth).
You must route it also.

Pages: 1 ... 24 25 [26] 27 28 ... 35