Since I am not so much familiar with URS & IRD, I would like to know how to quickly configure a Routing Point (RP) to handle inbound calls through a SIP trunk.
URS strategy is ready, which simply diverts all inbound/internal calls to an ACD queue – it works! No problem here.
What I want is to associate this RP with a SIP trunk, so all inbound calls generated by my Asterisk can be routed by my strategy.
Could you please explain me how to do this step by step?
Trunk is for Outgoing calls
Asterisk will send a number to Genesys, lets say 9000, then you create a RP 9000 and load a strategy on it
If you don’t want 9000 configure your Asterisk properly
So you want to route all calls from 8xxx to a single Genesys RP?
On Genesys there is no way to do that, you will have to create a DID (8000-8999) range on your Asterisk and all those calls route to a single RP with a unique DID identifier.
How to do that is more an Asterisk config question.
I, personally have no clue
Whatever Asterisk sends to Genesys SIP Server, it must be a DN on Genesys, can be a RP or an extension. RP will execute the strategy, Extension will be like any agent set
What I want is to place a call to sip/8999@, which I can. However, Genesys SIP Server returns me “SIP 403 Forbidden” error (The Genesys SIP server understood the request, but is refusing to fulfil it).
I think this is kind of codec-related issue. Will figure out.
I think, this is caused by Genesys SIP server by default, in case your GW/Asterisk is not configured as Trunk object within Genesys configuration. For Genesys it is unknown gateway, which are declined by default. So, do following:
enable unknown gateway by SIP application option
or
create the trunk which will identify your GW by IP address/host (better solution)
You cannot call to itself, the from address should be address of asterisk, not of Genesys.
From my point of view, the configuration on Asterisk level is not correct, the RP should not be configured as Extension/User. Follow the existing document which describes how properly deploy and integrate the Asterisk with Genesys SIP.