VoiceGuide IVR Software Main Page
Jump to content

Run Module 2804 Hangsup Line

Recommended Posts

I am encountering a problem with my registered voiceguide

version.

 

the script i have worked for a while, but now it fails

and voiceguide hangsup, thanks to Run module 2804?

 

the script begins with a decision path depending upon

the caller id. it does one thing for personal calls,

another for unknown, and another for business say.

 

however it has begun to hangup the line right

after evaluationg the caller id expression (Who Calls).

 

Here is the event log -

 

Thanks - Vijay.

 

 

41843 0 tapie callstate OFFERING 66184 0 4

41843 0 tapie ring 1

43250 0 Lev_CallerID [8482191140,RAMAN]

43250 0 Lev_CallerID [8482191140,RAMAN]

47843 0 tapie ring 2

53843 0 tapie ring 3

53843 0 Start without answering the call

53843 0 [Who Calls] Evaluate [$RV_CIDNUMBER]

53843 0 RVreplace start: [$RV_CIDNUMBER]

53843 0 RVreplace end: [8482191140]

53843 0 .Eval(8482191140)

53875 0 Eval Expr result:[8482191140]

53875 0 HangupCall called from [Run module 2804]

53875 0 Hanging up call...

53875 0 HangupCall_Common Mode=BeforeAnswerRun

59843 0 tapie ring 4

71843 0 tapie callstate IDLE 66184 0 0

71843 0 WorkingMode@Idle=

71843 0 set EV_TIMEOUT_TIMETOREINITLINE 2

72906 0 LsAwaitingCalls EV_TIMEOUT_TIMETOREINITLINE

72906 0 ReinitTelephony due to IDLE start

72906 0 tapic lineDeallocateCall(MainCall:66184) 0

74734 0 lineOpen(0) => 0

74734 0 Waiting for a call...

74734 0 lineOpen(0)LineHandle=66167

Share this post


Link to post

What are the paths leaving the module [Who Calls] ?

 

It looks like there are no defined paths leaving the module, and that is why VoiceGuide hangs up.

 

An 'Evaluate Expression" module should usually have at least two paths - "On True" and "On False" - and it looks like the "On True" path in [Who Calls] does not point to a valid module.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×