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.


Topics - Iqenas

Pages: [1]
1
Yate based projects / Route Calls
« on: January 25, 2019, 03:15:45 AM »
Hello! I want to do routing from one number to anothers numbers.For example when I call number1,I want to route to number2 or number 3!  regexroute.conf  exist in  etc/yate/sdr  and /etc/yate .
The code from regexroute.conf is : (but still doesn't work!)

[default]

[context-one]
^number1$=;context=context-two
^number1$=fork lateroute/1001 lateroute/1002

[context-two]
^1001$=return;called=number2
^1002$=return;called=number3

Can someone help me ? Thanks.



2
Yate based projects / Where can I find the javascripts on YateBTS?
« on: November 11, 2018, 08:20:38 AM »
Hello! I have an YateBTS LabKit with Mageia 5. I used it in NiPC mode:calling from one phone to another and sending messages between them using WebGUI.
I would like to know where can I find the javascripts / files that allow me to modify different parameters directly from the console(for instance:ybts.conf,welcome.js,nipc.js etc).
I mentioned that I searched them in the console but did not find them.
Thanks !

Pages: [1]