Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: CTIgem on February 04, 2010, 02:04:03 AM
-
Is it possible?
If IPCS can take SIP, can INVITE come from like asterisk?
Thanks in advance..
-
Sure it can, no matter from where the call comes from, SIP Server is only because you will use SIP Headers to get attached data, after that you can route any SIP Call to GVP and it will take it
-
[quote author=cavagnaro link=topic=5133.msg22714#msg22714 date=1265254117]
Sure it can, no matter from where the call comes from, SIP Server is only because you will use SIP Headers to get attached data, after that you can route any SIP Call to GVP and it will take it
[/quote]
well, not "only", it's also the integration point with the Framework.
F
-
Hi CTIgem,
As SIP protocol is used it's possible to use any SIP-enabled device to talk to GVP. However, there are just few SIP devices (gateways) that have been tested with GVP so Genesys does support these only. Unfortunately, Asterisk doesn't belong to this group.
You can find mentioned list in the document "Genesys Supported Media Interfaces Reference Manual".
R.
-
you will need to configure GVP in 'in-front' mode. Also, there is some tuning neediness when connecting GVP to other switch. When i tried to configure GVP with some SS7 gateway - it was really not to easy, but GVP+Tserver SIP work fine with it in behind mode, with special parameters on DNs.
-
Thanks, Guys.
I think I got the idea of getting the inbound calls.
Now I need to send calls to remote agent from IPCS.
So it would look something like this
-->IPCS-->Asterisk-->VPN-->Remote Agents
In theory, it should work.
How feasible is this solution?
Again, Thanks.
-
who will initiate a call from IPCS? do you have OBN?
as "in face" solution i can suppose to use special prepared xml which will transfer the inbound call to external number...
[quote author=CTIgem link=topic=5133.msg22722#msg22722 date=1265282622]
Thanks, Guys.
I think I got the idea of getting the inbound calls.
Now I need to send calls to remote agent from IPCS.
So it would look something like this
-->IPCS-->Asterisk-->VPN-->Remote Agents
In theory, it should work.
How feasible is this solution?
Again, Thanks.
[/quote]
-
I'm thinking VXML transfer to softwitch should work.
Within VXML, something like, some_asterisk_queue@asterisk_server might work. I think.
-
cavagnaro,
Looking at the install doc, IPCS will take sip message "sip:1111@gw:5060" with out the Resource Manager configured in IPCS. Is that right?
-
Yup, where 1111 will be one of the DIDs you created and provisioned with on your application.
-
Thanks.
Good to know!