" /> Network Sip server - Genesys CTI User Forum

Author Topic: Network Sip server  (Read 43332 times)

Offline CTIgem

  • Sr. Member
  • ****
  • Posts: 273
  • Karma: 0
Network Sip server
« on: December 17, 2007, 03:04:15 PM »
Advertisement
Is anyone out there done the network sip server implementation?
What kind of soft switch do you use and how is it ?

Thanks in advance...
« Last Edit: July 14, 2008, 01:01:20 AM by victor »

Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Network Sip server
« Reply #1 on: December 17, 2007, 08:25:48 PM »
You would just use Genesys SIP Server. Then connect your agents through a MPLS or like network, so it doesn't matter where your agents are or your servers, as long as you have a data feed between them.

Offline CTIgem

  • Sr. Member
  • ****
  • Posts: 273
  • Karma: 0
Re: Network Sip server
« Reply #2 on: December 17, 2007, 08:33:56 PM »
What kind of soft switch do you use? Asterisk?
How about access code to get to soft switch, what do you use?

Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Network Sip server
« Reply #3 on: December 17, 2007, 08:36:10 PM »
Asterisk will work, I have an implementation guide for Asterisk and Genesys if your interested. Just provide me with an email and I will send it over.

Far as the access code, your current switch needs to be able to support SIP. So if you had an Avaya, you would need AES. Alternatively, you could route the call to a new 800 # that bridged your non SIP switch to the SIP.
« Last Edit: December 17, 2007, 08:49:17 PM by Daimonas (Robb) »

Offline victor

  • Administrator
  • Hero Member
  • *****
  • Posts: 1417
  • Karma: 18
Re: Network Sip server
« Reply #4 on: December 18, 2007, 02:07:00 AM »
Hi, CTIGem,

we have been rolling out one of the largest Genesys SIP installations (1000+ seats) using both HA, multi-site and DR. We are using Genesys SIP version 7.5 with HA, URS and CCA. Everything was done using Genesys (except for Windows Cluster Server for HA).

I have never heard of Network SIP Server other than NexIPT that NTT Comware is offering as ASP. I would guess that depending on your layout a normal Genesys SIP Server would be just more than plenty.  What exactly are you trying to do?

Daimonas:

Regarding Asterisk, I like the idea and I have played with it on more than one occasion; however, given that there is no full time support except for online user group, lack of ability to ask for SR I would advise against its rollout as something to be used by more than 20+ call center. It was not designed for that. With time, it will, but if people just need a basic VoIP infrastructure without the bells and whistles of Genesys, they might as well get NET.COM - at least that way they would be supported, right?

I tried connecting Genesys with Asterisk last year using JTAPI and writing an adapter server to act as a proxy imitating G3 protocols and got most of it working, but then some other things came up, so I have never bothered to play with it again.

Best regards,
Vic

Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Network Sip server
« Reply #5 on: December 18, 2007, 01:45:09 PM »
Hi Vic, our sister company has built an Asterisk and is using Genesys SIP and Media Server in our lab, and it looks good so far. Last i heard he was working on getting a ring generated to the customer end when ringing a SIP phone. I will have him join the board and share his thoughts.

Lumpy

  • Guest
Re: Network Sip server
« Reply #6 on: December 18, 2007, 02:27:11 PM »
The Genesys Network SIP Server is used to scale beyond 2000 users.  The Network SIP Server is designed to provide load balancing between N+1 SIP Servers as opposed to a HA configuration with a warm/hot standby.  There is a document in the Genesys Document Library entitled Network SIP Server Deployment Guide, which explains in detail how to deploy.  With that said, I have interfaced an Asterisk PBX with Genesys SIP Server and Stream Manager.  To do so all you need is the following:

Genesys Configs:
1.) Genesys SIP server running
2.) In CME, in your SIP Switch DN, create a DN of type Trunk,
3.) In the annex tab create a section called TServer
4.) In the TServer section, create an option called contact and make it equal to asterisk@<ip address>  i.e. asterisk @ 10.1.0.99

Asterisk Configuration:
I just set up a couple of DID's to send calls to Genesys.  So in my extensions_did.conf file I created the following:

[from-did]
exten=> 2287000,1,Dial(SIP/70000 @ 10.1.0.15:5065,20,rt)
exten=> 2287001,1,Dial(SIP/10000 @ 10.1.0.15:5065,20,rt)

so here we have:
exten=> <DNIS>,1,Dial(SIP/<Routing Point DN> @ <SIP Server IP:SIP Port,20,rt)

I hope this helps.
« Last Edit: April 15, 2009, 07:43:09 AM by Tony Tillyer »

Offline victor

  • Administrator
  • Hero Member
  • *****
  • Posts: 1417
  • Karma: 18
Re: Network Sip server
« Reply #7 on: December 18, 2007, 03:04:25 PM »
Wow... this is something to definitely try!!!

BTW, can you please tell me the reason for using Asterisks? It sounds like something I might need to reconsider after all!

Daimonas: just post your doc here for all of us to see. No reason to mail it privately and then have twenty "me too's" !!! :P

Vic

Offline CTIgem

  • Sr. Member
  • ****
  • Posts: 273
  • Karma: 0
Re: Network Sip server
« Reply #8 on: December 18, 2007, 03:12:26 PM »
Thanks for the info.
I think Network Tserver would be overkill for us.
What we want to do is route calls to other site with ISCC.
But other site might not have PBX switch and that's where IP switch (Asterisk) comes into play.

Robb suggested having a brige and that might be a solution.
But we have Nortel.

So, is this mean I have to have some kind of gateway (possibly Asterisk with T1 trunk interface to CO)?
Origination Tserver send calls to some number (this would be access code) that's hitting Asterisk gateway....?

Offline CTIgem

  • Sr. Member
  • ****
  • Posts: 273
  • Karma: 0
Re: Network Sip server
« Reply #9 on: December 18, 2007, 03:14:14 PM »
Daimonas,

Yes, I'd like to your doc.

Lumpy

  • Guest
Re: Network Sip server
« Reply #10 on: December 18, 2007, 05:57:27 PM »
CTI Gem,
      Does the other call center need to have a PBX?  If not, you can try to just install SIP Softphones on the agent desktops and have them register to the remote SIP server.  But to answer your question, Asterisk can be an inexpensive gateway if you have some available hardware.

Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Network Sip server
« Reply #11 on: December 20, 2007, 12:29:10 AM »
I emailed the doc to Victor, did you get it? As I am unable to provide the doc due to my network security. Please upload it :)

Offline victor

  • Administrator
  • Hero Member
  • *****
  • Posts: 1417
  • Karma: 18
Re: Network Sip server
« Reply #12 on: December 25, 2007, 05:42:46 AM »
[quote author=Daimonas link=topic=2661.msg10539#msg10539 date=1198110550]
I emailed the doc to Victor, did you get it? As I am unable to provide the doc due to my network security. Please upload it :)
[/quote]

Hi, everybody,

last week was pretty hectic (I am in Thailand now after a visit to Japan and UK), so I apologize for the delay. I am looking at this document and thinking... wow... how does it  affect Genesys SIP Server plan. This pretty much opens a myriad of new possibilities of rolling out SIP with the minimum set of Genesys tools.

Regarding the docs, I will hold off on posting stuff that says "Copyright Genesys", so I am only adding Word Document that I assume you have obtained permission for posting from Phillip Raise (who is the guy?)

Document is very very very interesting to say the least. BUT, does Genesys support it?

Best regards,
Vic
[attachthumb=1]
« Last Edit: December 25, 2007, 05:44:27 AM by victor »

Offline CTIgem

  • Sr. Member
  • ****
  • Posts: 273
  • Karma: 0
Re: Network Sip server
« Reply #13 on: December 27, 2007, 01:23:10 PM »
Yes, Genesys officially supports Asterisk.
It was on their web site one point.

Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Network Sip server
« Reply #14 on: December 27, 2007, 08:34:17 PM »
Good catch victor on the copyright stuff, if anyone interested in more info you can contact your Genesys Account Rep and they can provide you with more information. Far as the white paper, I checked with my internal contact I received the document from and its free to publish (not sure who Phillip is, probally a tech writter :) )