" /> How to Configure Routing Point to handle inbound calls through SIP trunk - Genesys CTI User Forum

Author Topic: How to Configure Routing Point to handle inbound calls through SIP trunk  (Read 9026 times)

Offline Ali

  • Jr. Member
  • **
  • Posts: 72
  • Karma: 0
  • Haunted by Genesys
    • My Web Site
Re: How to Configure Routing Point to handle inbound calls through SIP trunk
« Reply #15 on: August 23, 2016, 12:13:19 PM »
Advertisement
Can you please give the URL of this document?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: How to Configure Routing Point to handle inbound calls through SIP trunk
« Reply #16 on: August 23, 2016, 12:19:14 PM »
You can follow for example this http://www.voip-info.org/wiki/view/Asterisk+Genesys+SIP+Server+Integration

Offline Ali

  • Jr. Member
  • **
  • Posts: 72
  • Karma: 0
  • Haunted by Genesys
    • My Web Site
Re: How to Configure Routing Point to handle inbound calls through SIP trunk
« Reply #17 on: August 23, 2016, 02:27:50 PM »
Solved!

Thank you all for your support.

Configuration is as follows:

[color=red][b]On Genesys side[/b][/color];

[u][b]SIP Server Application[/b][/u]

Annex/TServer/enable-unknown-gateway=true

[u][b]Trunk[/b][/u]

1. Created trunk for Asterisk, where Annex/TServer is

[font=courier]"contact" = "<Asterisk IP>:5060"
"prefix" = "<DID at Asterisk>"
"record" = "false"
"refer-enabled" = "false"[/font]

2. Created trunk for Routing Point (RP) with following AnnexTServer:

[font=courier]"contact" = "<Genesys SIP Server IP>:5060"
"prefix" = "<RP DN >"
"record" = "false"
"refer-enabled" = "false"[/font]

[color=red][b]On Asterisk side[/b][/color];

[i]sip.conf[/i]

[font=courier][genesys]
type = friend
callerid = genesys
context = callcenter
nat = yes
qualify = yes
insecure = invite,port
host = <IP of Genesys SIP Server>
dtmfmode = rfc2833
canreinvite = no
qualify = yes
disallow = all
allow = ulaw
allow = alaw
allow = gsm
usereqphone = yes
transport = tcp[/font]

[i]extensions.conf[/i]

[font=courier][incoming]
include = default
[callcenter]
include = incoming
include = default
exten = _00.,1,NoOP("Outbound Call")
exten = _00.,2,Dial(SIP/${EXTEN:2}@genesys)[/font]

Using your soft phone application, which already registered to the Asterisk server, when you dial [b]00<RP DN>[/b], your call goes to RP over Genesys SIP Server.

[b]P.S.[/b] You need to reload SIP and Extension settings in Asterisk after having [i]sip.conf[/i] and [i]extensions.conf[/i] modified.



Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: How to Configure Routing Point to handle inbound calls through SIP trunk
« Reply #18 on: August 23, 2016, 04:28:00 PM »
There is no need for having trunk for RP