Please
login
or
register
.
News:
#MWC19 25-28 February | YateBTS team attends Mobile World Congress 2019 |
Let's meet up >>
Home
Help
Search
Login
Register
Yate Community Forum
»
General Category
»
Yate users hangout place
»
SS7 call redirect
« previous
next »
Print
Pages: [
1
]
Author
Topic: SS7 call redirect (Read 7632 times)
latcom
Newbie
Posts: 5
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!
Logged
latcom
Newbie
Posts: 5
Re: SS7 call redirect
«
Reply #1 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!
Logged
marian
Hero Member
Posts: 513
Re: SS7 call redirect
«
Reply #2 on:
June 28, 2018, 01:24:02 AM »
You may try to set error to desired code.
Regexroute example:
[default]
^123=-;error=2
Logged
latcom
Newbie
Posts: 5
Re: SS7 call redirect
«
Reply #3 on:
July 02, 2018, 05:36:20 AM »
Yes,
$ev->SetParam("error",2);
works like I wanted.
Thanks for tips.
Logged
Print
Pages: [
1
]
« previous
next »
Yate Community Forum
»
General Category
»
Yate users hangout place
»
SS7 call redirect