VoiceGuide IVR Software Main Page
Jump to content

Announced Call No Demand

Recommended Posts

In my script I have two transfer modules but

[Transfer to target] working like iXferType=33 announced not monitored, not looking that iXferType=32

in

[Transfer Call 55] is monitored right

Where is the problem? I changed module, copying from [Transfer Call 55] it doesn't get effect.

 

 

 

[Transfer Call 55]

Type=Transfer Call

DispSize=69

Txt=Transfer call to the selected extension.

strXferDestExt=523602095

iXferType=32

sXfer2ndLegLinesListFile=30, 29, 28, 27

iXferBridgeCallsWhen=2

sXferPlayWhileDialing=komunikaty\cal1_mix u16bm.wav

sXferAnnounceMsg=

sXferOptions=

on {success} goto [Turn Off Silence Detection_122]

on {busy} goto [busy]

on {noanswer} goto [noanswer]

 

[Transfer to target]

Type=Transfer Call

DispSize=69

Txt=Transfer call to the selected extension.

strXferDestExt=$RV[telefon_1_1]

iXferType=32

sXfer2ndLegLinesListFile=30, 29, 28, 27

iXferBridgeCallsWhen=2

sXferPlayWhileDialing=komunikaty\cal1_mix u16bm.wav

sXferAnnounceMsg=

sXferOptions=

on {answer} goto [Turn Off Silence Detection call]

on {success} goto [Turn Off Silence Detection call]

on {BUSY} goto [connecting result = 1]

on {fail} goto [connecting result = 3]

on {timeout 20} goto [connecting result = 2]

Share this post


Link to post

[Transfer Call 8]

Type=Transfer Call

DispSize=69

Txt=Transfer call to the selected extension.

strXferDestExt=$RV[telefon_1_1]

iXferType=32

sXfer2ndLegLinesListFile=30, 29, 28

iXferBridgeCallsWhen=6

sXferPlayWhileDialing=komunikaty\cal1_mix u16bm.wav

sXferAnnounceMsg=

sXferOptions=

on {answer} goto [Turn Off Silence Detection call]

on {success} goto [Turn Off Silence Detection call]

on {BUSY} goto [connecting result = 1]

on {fail} goto [connecting result = 3]

on {timeout 20} goto [connecting result = 2]

0111_2045_vgEngine.zip

Share this post


Link to post

Trace shows a successful outbound call, with original caller hanging up 4 seconds after the outbound call was answered.

 

What in this transfer did not happen as you expected?

 

 

204711.171 6 2 1 state [Transfer Call 8] Monitored Dial and Connect to 566453826

 

204711.218 6 88 30 state Dialing 566453826...

204712.187 19 88 30 state Dialing 566453826... Ringing...

204715.312 19 88 30 ev CallState GCEV_CONNECTED, crn=2800020, iEvent=2 ,256,2,4,,,]. vgEngine v7.2.3994.39528 (2010-12-08 21:57:37.35)

 

204719.468 19 2 1 ev CallState GCEV_DISCONNECTED, crn=280001f, iEvent=2 ,16384,0,64,,,]. vgEngine v7.2.3994.39528 (2010-12-08 21:57:37.35)

 

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
×