Is it possible?
If IPCS can take SIP, can INVITE come from like asterisk?
Thanks in advance..
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
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âŚ
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!