cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
225
Views
0
Helpful
2
Replies

Return 5XX cause code on CUBE or CUCM to services provider.

KY_
Level 4
Level 4

Hi Dear,

I want to response spesific cause code on my CUBE or CUCM to services provider.Is there a any way do this.

For example; if call comes from services provider to me 212444555  on  my CUBE , i want to response  them 5XX cause code.

Thanks,

2 Replies 2

Rajkumar Yadav
Level 4
Level 4

Hi,

You can refer the blow link for rejecting the call with voice translation rules and profiles.

http://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/64020-number-voice-translation-profiles.html

Inbound Dial Peer

dial-peer voice <num> [pots|voip|vofr|voatm]
translation-profile [incoming | outgoing] <name>
For Blocking Calls

dial-peer voice <num> [pots|voip]
call-block translation-profile incoming <name>
call-block disconnect-cause incoming <cause>
carrier-id source <name>

here the cause options mentioned are 

  • Invalid-Number
  • Unassigned-number
  • User-Busy
  • Call-Rejected

Regards,

Raaj

Hi Rajkumar,

I know this one but its not covers my picture because i need to return only 5XX cuase code not different.

Especialy  ı want to return 503 services unavailable.

Thanks