Displaying 2 results from an estimated 2 matches for "link_start".
2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
...s{$event{'Channel'}} = {
'CHANNEL' => $event{'Channel'},
'CALLERID' => $event{'Callerid'},
'DNID' => $event{'DNID'},
'UNIQUEID' => $event{'Uniqueid'},
'CALL_START' => time(),
'LINK_START' => time(),
'LINK_END' => time(),
'CALL_ORIGIN' => $call_origin,
'CALL_TYPE' => $call_type,
'CALL_PROTOCOL' => $protocol,
'CALL_ID' => $event{'Uniqueid'},
'RADIUS_Server' => $rad_serv,
'...
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
...he error below, generated by the perl script ast-rad-acc.pl
without being able to send any packet to Radius after the outgoing call:
Use of uninitialized value in
concatenation (.) or string at ./ast-rad-acc.pl line 244, <GEN744> line
278.
main::send_acc('LINK_END',1109334310,'LINK_START',1109334302,'CALL_END',
1109334310,'ACCOUNT
CODE',9612345678,'CAUSE',...) called at ./ast-rad-acc.pl line 227
main::status_callback('Event','Hangup','Channel','OH323/L19615','Cause',
0,'Uniqueid',110933
4287.3) called at...