General Category > Yate users hangout place

SS7 call redirect

(1/1)

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

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

marian:
You may try to set error to desired code.
Regexroute example:

[default]
^123=-;error=2

latcom:
Yes,
$ev->SetParam("error",2);
works like I wanted.
Thanks for tips.

Navigation

[0] Message Index

Go to full version