Author Topic: Customisation dialing outboud  (Read 7702 times)

Offline caractacus

  • Newbie
  • *
  • Posts: 35
  • Karma: 0
Re: Customisation dialing outboud
« Reply #15 on: March 07, 2016, 06:55:54 PM »
[quote author=Gaia link=topic=9403.msg42584#msg42584 date=1457362365]
without OCS
[/quote]

Why?  This is exactly what OCS is for.

Offline Gaia

  • Jr. Member
  • **
  • Posts: 60
  • Karma: 0
Re: Customisation dialing outboud
« Reply #16 on: March 08, 2016, 10:54:31 AM »
hi cavagnaro,

I try to explain but my english is very bad

Whatever , our customer need to gain time because when an agent receives an interaction , there is  an automatic dialling for first number of the client but agent have to dial manually second and third number of the client quand le client ne repond pas au premier appel .  the need is
  - to detect if the first call is connected to client and connect it to agent .
- in case of no response do an Automatic dialing the following numbers.
- this call should be handled by the agent who treat interaction (email).


we think to use OCS , but as you said it's complex to maintain. and how to manage th time of prcessing by OCS ?
I haven't other ideas , and hope this forum will help me a bit

Br,
Br,

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7640
  • Karma: 56330
Re: Customisation dialing outboud
« Reply #17 on: March 08, 2016, 01:20:51 PM »
Only way to detect the answer type before passing the call to agent is OCS/CPD or some other CPD with some Outbound app integrated to Genesys.
The how!? is a multiple choice, which needs to be designed and build by some Genesys expert according to your customer needs.


Offline Gaia

  • Jr. Member
  • **
  • Posts: 60
  • Karma: 0
Re: Customisation dialing outboud
« Reply #18 on: March 08, 2016, 03:21:34 PM »
Hi caractacus,
It's special case , it's not compaign , just call client on his mobile , work and work phone and connect him with an agent (the same agent who is received mail from client)
The question is how to use OCS for this case

Offline Gaia

  • Jr. Member
  • **
  • Posts: 60
  • Karma: 0
Re: Customisation dialing outboud
« Reply #19 on: March 08, 2016, 03:27:18 PM »
will see if it can be done by using Chained Records and treatments

thank's all for the help

Offline zafzef.mourad

  • Newbie
  • *
  • Posts: 33
  • Karma: 2
Re: Customisation dialing outboud
« Reply #20 on: March 09, 2016, 12:24:43 AM »
Kubig just give u the answer ...it's possible with different treatments

Envoyé de mon Nexus 5 en utilisant Tapatalk


Offline Gaia

  • Jr. Member
  • **
  • Posts: 60
  • Karma: 0
Re: Customisation dialing outboud
« Reply #21 on: March 22, 2016, 09:25:49 AM »

what about ORS ? ??? ??? ??? ??? ??? ??? ??? ??? ???

can ORS interact with GVP for CDP?


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7640
  • Karma: 56330
Re: Customisation dialing outboud
« Reply #22 on: March 22, 2016, 02:18:48 PM »
ORS has nothing to do with CPD. Please at least read basic product description and features

Offline PeteHoyle

  • Full Member
  • ***
  • Posts: 126
  • Karma: 13
Re: Customisation dialing outboud
« Reply #23 on: March 22, 2016, 04:16:56 PM »
If you have GVP have a read of the GVP documents, look for 'Supplementary Services Gateway'  (SSG) maybe you could use that to do you CPD..

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7640
  • Karma: 56330
Re: Customisation dialing outboud
« Reply #24 on: March 22, 2016, 05:11:45 PM »
CPD is done by mediaserver or another CPD capable software/hardware with that option. SSG doesn't do CPD.

Offline PeteHoyle

  • Full Member
  • ***
  • Posts: 126
  • Karma: 13
Re: Customisation dialing outboud
« Reply #25 on: March 23, 2016, 05:21:51 PM »
[quote author=cavagnaro link=topic=9403.msg42786#msg42786 date=1458666705]
CPD is done by mediaserver or another CPD capable software/hardware with that option. SSG doesn't do CPD.
[/quote]

I never used it, but reading the documents it seemed to suggest that SSG could use CPD using MediaServer or Media Gateway.


In CTI through SIP Server architectures, outbound calls are made through
either a Trunk Group DN or a Routing Point DN, depending on the kind of
voice application used to connect with the called party.
NGI Applications—Trunk Group Call Flow
For NGI applications, SIP Server sends the outbound INVITE through a Trunk
Group DN configured for MSML communication to GVP. SIP Server can apply
call progress detection (CPD) on the media gateway. After CPD, if the called
line is determined to be suitable, it is connected to the voice application.
GVPi Applications—Routing Point Call Flow
For GVPi applications, SIP Server places the originating call leg on a Routing
Point DN. SIP Server sends an INVITE to GVP as the media server (Voice over
IP Service DN with service-type set to msml). If the HTTP request specifies
CPD, then CPD can be performed on the media server. After CPD, if the called
line is determined to be suitable, the routing strategy can select a Place Group
to determine the Voice Treatment Port DN that will be sent in the INVITE to
Resource Manager, in order to select the IVR Profile for the voice application
to be connected to the customer.




Single CreateRequest with CPD Parameters

POST /SSG?TenantName=<tenant> HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Accept-Language: en-us
Content-Length: 1123
Content-Type: application/xml
Host: 172.24.129.81:9820
Pragma: no-cache
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0;
InfoPath.1; .NET CLR 2.0.50727)
Connection: Keep-Alive
<SSGRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CreateRequest
IVRProfileName="SSGProfile"
NotificationURL="http://172.24.129.86/Vamsi/Web/Outcome.xml"
Telnum="9884719189"
Token="T7034"
MaxAttempts="3"
TimeToLive="12000ms">
<cpd record="false"
postconnecttimeout="6000ms"
rnatimeout="6000ms"
preconnect="true"
detect="all"/>
</CreateRequest>
</SSGRequest>

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7640
  • Karma: 56330
Re: Customisation dialing outboud
« Reply #26 on: March 23, 2016, 09:29:52 PM »
If he has GVP he already has MCP. SSG is only needed for GVP Outbound applications. If you have an OCS already, as OP states, the you configure it to dial via IP as you say by a trunk and trunk does the CPD request to the MS. SSG is not needed at all. Also , SSG is not able to do CPD, it just request MS to do it and let him know the result.
What he says is that if he can use ORS (??) as a CPD. And answer is definitively not. ORS doesn't have CPD capabilities as well as SSG.