Show
Ignore:
Timestamp:
10/15/10 14:03:49 (3 years ago)
Author:
p_lindheimer
Message:

disable events when connecting to the manager

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/core/agi-bin/dialparties.agi

    r10374 r10402  
    5757  $ampmgrpass  = get_var( $AGI, "AMPMGRPASS" ); 
    5858  $astman = $AGI->new_AsteriskManager(); 
    59   if (!$astman->connect("127.0.0.1", $ampmgruser , $ampmgrpass)) { 
     59  if (!$astman->connect("127.0.0.1", $ampmgruser , $ampmgrpass,'off')) { 
    6060    exit (1); 
    6161  }