Displaying 1 result from an estimated 1 matches for "callfwdtonum".
2006 Jan 26
0
Local Channel Call Looping
...callednum}." = NO
LOOP");
$AGI->exec('Set',"__".$v{cfnum}."=".$v{callednum})
}
return;
}
$AGI->exec('Set',"__".$callednumber."=1") if ($calltype !~/^Local/);
if (callfwd_loop_check($callednumber,$callfwdtonum))
{
return;
}
$AGI->exec('Dial',"Local/+".$callfwdtonum."\@localcontext\&SIP/+".$callfwdtonum."\@sipproxy|180");
I hope this all makes sense! :)
Thanks,
- Darren