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

Pages: [1]
1
Yate users hangout place / Re: SS7 call redirect
« on: July 02, 2018, 05:36:20 AM »
Yes,
$ev->SetParam("error",2);
works like I wanted.
Thanks for tips.

2
Yate users hangout place / Re: SS7 call redirect
« on: June 27, 2018, 02:37:40 AM »
Is it possible to release SS7 call with the specific cause?

For example, 17 code - for busy, 1 - Unassigned Number, 2 - No Route to Transit Network, etc...

(Full list for reference http://www.dialogic.com/webhelp/img1010/10.5.2/webhelp/General_Reference/def_sip-ss7_cc.htm)

Thanks for any help!

3
Yate users hangout place / SS7 call redirect
« on: May 21, 2018, 01:40:39 PM »
Hello all,
I need to redirect a call, using ss7
the main idea is to release the call with the proper cause code and provide the
redirection number in a specific parameter.
is it possible with yate?
Thanks!

4
Yate users hangout place / Re: call.execute from a php script
« on: May 17, 2018, 01:55:25 AM »
Correct solution in my case was:

1)
edit
   extmodule.conf
adding
   [scripts]
   route.php=

2) write a login in route.php file (as template I used standard template file from yate share scripts)

P.s.:
thanks _marian_ from yate IRC :)

5
Yate users hangout place / call.execute from a php script
« on: May 16, 2018, 03:53:45 AM »
Good day all.

Please, help me to understand what Iam doing wrong :)

Now I have incoming call from SIP and further call to SS7.
I can receive SS7 call, but I have SIP call disconnected before getting SS7 call.

Here is the code: https://paste.linux.community/view/b3e526ee

Thanks for helping.

Pages: [1]