search for: retdialstr

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

2006 May 23
3
AGI ?
...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() .") ERROR: No Dial String!\n"; ### If DialString is empty then DIE ###...