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

Pages: 1 [2] 3 4
16
Yate based projects / Re: CDRs in STP mode
« on: February 16, 2015, 01:39:58 AM »
Don't know about STP but do you mean extmodule and connect with a TCP client to that with a listener for CDR messages?

17
Other Yate server issues / Re: CallerID setup
« on: January 15, 2015, 04:12:06 AM »
Just out of curiosity:
Which yate version did you install?
I think the ubuntu sources do not provide the latest yate version.

You can find updated packages here: https://launchpad.net/~sico/+archive/ubuntu/yate

18
Yate users hangout place / Re: incoming Registration send in roundrobin
« on: January 15, 2015, 03:17:46 AM »
So, what did you do to solve your problem? Maybe that is interesting for others as well, please share.

19
Yate users hangout place / Re: cdr not working
« on: August 17, 2014, 02:13:58 AM »
You can for example introduce a custom SIP header field in call.route like osip_OriginalID=${billid} which then is put into the SIP Header as sip_OriginalID.

Moreover, take care when using connection pooling! Sometimes the finalize-statement hits the database server before initialize-statement, read:
http://docs.yate.ro/wiki/Register
http://docs.yate.ro/wiki/Register_Database_Schema  (upsert)

20
Other Yate server issues / Re: Yate tuning How to?
« on: April 21, 2014, 11:23:07 PM »
What is your expected workload?
Yate performs very well with default settings.

21
Features requests / Re: WebSocket
« on: February 15, 2014, 07:22:41 AM »
+1 for this thread
cc08: yes, indeed.

23
Yate IVR / Re: Javascript High System Load
« on: September 24, 2013, 06:23:13 AM »
One more question regarding this:
Is there a way to make sure that the script terminates correctly on chan.disconnect or any other event?

24
Features requests / Re: Automation of VOIP calls
« on: May 14, 2013, 11:58:23 AM »
See Module Configuration Description
http://yate.null.ro/pmwiki/index.php?n=Main.Extmodule

Module Message Flow (examples at the bottom)
http://yate.null.ro/docs/extmodule.html

Communication using TCP connection, you can test with Telnet for example.

25
Features requests / Re: Automation of VOIP calls
« on: May 10, 2013, 09:22:25 AM »
I am not sure but maybe you can do that using extmodule and sending yate an call.execute message which might cause it to establish a call.

26
Other Yate server issues / Re: Yate + MySQL connection
« on: April 19, 2013, 05:43:36 AM »
Good.

Just curious:
Do you use the queries from the website I mentioned or do you use your own queries?
Did you enabled connection pooling?

27
Yate users hangout place / Re: Problem Implementing call fork rotate
« on: April 19, 2013, 05:39:26 AM »
As mentioned in http://yate.null.ro/pmwiki/index.php?n=Main.Callfork you should try

^.*$=fork $(rotate,$idx001,| sip/\0@fwd,| sip/\0@other,| ...)

Something like that

register.conf
[general]
call.route=yes

[call.route]
query=SELECT 'fork (rotate,$idx001,| sip/sip:1@host1,| h323/2@host2, | sip/sip:3@host3)' AS location
result=location

anyway, I'd prefer to use the new callto.X syntax and to not late yate rotate but to specifiy the destinations in my own order so that I can influence it based on ASR/ACD

SELECT 'fork' as location, 'sip/sip:1@host1' as callto.1, 'next=5000' as callto.2, 'h323/2@host2' as callto.3, 'next=5000' as callto.4 ....etc.

next=5000 specifies the time to wait until the next target is called (connections to targets called before are still open then so yate will try them concurrently)

28
Yate users hangout place / Re: CDR on Signalling modules----Working?
« on: April 19, 2013, 05:29:19 AM »
psdk, I did not get the problem.

You want messages like call.route and call.execute also be sent to the database and log them?

29
Hi,

have you checked this?

http://docs.yate.ro/wiki/Redirecting_Calls_to_another_User_in_the_Regex_Module

For more information also see this:
http://yate.null.ro/pmwiki/index.php?n=Main.RegularExpressions

To end a call, you would also specify the "timeout" parameter. It takes millseconds and ends the call when the time is over
timeout=10000; would end after 10 seconds.

Regards

30
Yate users hangout place / Re: About Yate Admin Features
« on: March 14, 2013, 12:45:17 PM »
Maybe you were looking for that?

http://www.freesentral.com/

YateAdmin is pretty old.

Pages: 1 [2] 3 4