Displaying 1 result from an estimated 1 matches for "dynodid".
Did you mean:
dyndd
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...num_};
local mytincan=${DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/tincan)};
if( "x${TOLOWER(${usedynamiccid_})}" == "xdynamic" ) {
// TODO: Use LOCK function with Dynamic CID-DID.
for( i=1; ${i} <= 9; i=${i} + 1 ) {
Set(maybedid=${DB(pngnpbx/abc/dynodid/callback/${i})});
if( ${LEN(${maybedid})} > 0 ) {
Set(LOCAL(og)=${DB(pngnpbx/abc/dynodid/ogcaller/${maybedid})});
Set(LOCAL(lastcall)=${DB(pngnpbx/abc/dynodid/lastcall/${maybedid})});
Set(LOCAL(difftime)=$[${EPOCH}-${lastcall}]);...