04-10-2014 09:37 AM
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
}
Solved! Go to Solution.
01-29-2016 04:45 AM
could you please collect the logs with debugs "debug voip app" .
Thanks,
Raghavendra
01-29-2016 04:57 AM
01-29-2016 05:12 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide