cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4837
Views
4
Helpful
17
Replies

TCL: Check if DigitCollect is active on call leg

Hi all,

Can you please advise how i can verify if DigitCollect is already active on a call leg.

If ( DigitCollectLeg is not Active on leg)

{

# Issue DigitCollect on Leg

leg collectdigits leg_incoming PARAM

}

17 Replies 17

could you please collect the logs with debugs "debug voip app" .

Thanks,

Raghavendra

Hi İ collected debug and attached.

Thank you for your help

looks like you need to change the code in different place


if { $dest == "0" } {
                set dest $oprtr
                #handoff callappl leg_incoming default "DESTINATION=$dest"
                leg setup $dest callInfo leg_incoming
  } else {
                act_Select
  }

Thanks,
Raghavendra