" /> Routing question - Genesys CTI User Forum

Author Topic: Routing question  (Read 2456 times)

Offline kevin

  • Jr. Member
  • **
  • Posts: 54
  • Karma: 1
Routing question
« on: July 13, 2010, 01:13:09 PM »
Advertisement
Could any one please let me know what does this mean by in routing strategy?

StrSub[var_strPhoneNumber,1,3,false] ='614'


Thanks

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Routing question
« Reply #1 on: July 13, 2010, 01:50:35 PM »
Hi Kevin,

StrSub function is used to extract characters from source string between defined positions. In your case the function returns first 3 characters/digits of the var_strPhoneNumber variable.

R.

Offline Krister

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Routing question
« Reply #2 on: July 15, 2010, 08:17:53 AM »
Thats a test where you make sure the first 3 digits is Not '614'