search for: gendialstr

Displaying 1 result from an estimated 1 matches for "gendialstr".

2006 May 23
3
AGI ?
...$gAreaCode = pop(@num); $gPrefix = pop(@num); $gAreaCode = pop(@num); ### Log Statement for Troubleshooting ### #print LOG "(". localtime() .") Set Areacode: $gAreaCode - Prefix: $gPrefix - Number: $gNumber\n"; } ### Calls the function genDialString to create the actual dial string depending on what was dialed ### my $retDialStr = genDialString($gAreaCode,$gPrefix,$gNumber,$gIaxUser, $gIaxPass,$gIaxHost,$gSipHost); if(!$retDialStr) { ### Log Statement for Troubleshooting ### #print LOG "(". localtime() .") ERR...