Author Topic: SIP Server and Cancel Call  (Read 3407 times)

Offline Dionysis

  • Sr. Member
  • ****
  • Posts: 408
  • Karma: 8
SIP Server and Cancel Call
« on: September 16, 2009, 07:15:54 AM »
I am trying to find a way to reject calls using a URS strategy running on SIP Server.

On an Alcatel you can simply apply the Cancel Call treatment in your strategy and the Alcatel will reject the call.  This allows us to manipulate the routing within the Telco network using Genesys.

However CancelCall is not supported in SIP Server.  Is there a way to achieve the same result with SIP Server, or Network SIP Server? 


Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: SIP Server and Cancel Call
« Reply #1 on: September 16, 2009, 08:01:43 AM »
Hi,

I think it's sufficient just to use "Exit" block. If that doesn't work use TRoute function and set "Route Type" to "RouteTypeReject".

R.

Offline Dionysis

  • Sr. Member
  • ****
  • Posts: 408
  • Karma: 8
Re: SIP Server and Cancel Call
« Reply #2 on: September 16, 2009, 08:08:28 AM »
I suspected the RouteTypeReject might work, I'll give it a go.

Offline vmeno000

  • Newbie
  • *
  • Posts: 5
  • Karma: 1
Re: SIP Server and Cancel Call
« Reply #3 on: November 25, 2009, 01:34:10 AM »
DO a ReleaseCall[] Function followed by the exit block on the strategy.

Offline Dionysis

  • Sr. Member
  • ****
  • Posts: 408
  • Karma: 8
Re: SIP Server and Cancel Call
« Reply #4 on: November 27, 2009, 04:03:20 AM »
[quote author=vmeno000 link=topic=4686.msg21981#msg21981 date=1259112850]
DO a ReleaseCall[] Function followed by the exit block on the strategy.
[/quote]

Unfortunately a ReleaseCall function will allow the call to be answered, and then release it.  Which means the routing in the Telco's network can't be used.  The customer will simply hear a busy tone.