search for: destchan

Displaying 3 results from an estimated 3 matches for "destchan".

2003 Aug 02
0
Webalizer for CDR logs....
..., "08" => "Aug", "09" => "Sep", "10" => "Oct", "11" => "Nov", "12" => "Dec" ); foreach $line (@data) { chomp($line); my($acctcode, $src, $dest, $destcontext, $callerid, $chan, $destchan, $lastapp, $lastapparg, $start, $answer, $end, $duration, $billable, $disposition, $amaflags, $uniqueid) = split(",",$line); # lets clean this up a bit $dest =~ s/\"//g; $src =~ s/\"//g; $start =~ s/\"//g; $disposition =~ s/\"//g; $destcontext =~ s/\"//g; #...
2006 Apr 07
0
Call tracking through chan_agent using the Manager API
...call-centre members and have hit a snag, it seems when a queue delivers a call to an Agent, chan_agent will call Local/whatever but provide no means of associating the call in the queue with the local call. To that end i added in an event called AgentAssociate which looks like this: 'DestChan' => 'Local/1001@test-normal-2bad,1', 'Event' => 'AgentAssociate', 'Privilege' => 'agent,all', 'UniqueID' => '1144425133.1', 'Agent' => '1001' Is this an appropriate so...
2003 Apr 14
1
RE: [Asterisk-Dev] Several patches, includin g recording and music -on-hold
Hi Wade, Sorry for replying so late. I had been sucked into other tasks for a while and only now can catch up with the list. > When I dial my iaxtel number from my extension on channel > Zap/15, I get two > files recorded in /var/spool/asterisk/monitor: > > Zap-15-1-in.wav and Zap-15-1-out.wav and they sound fine. > > When I dial again, it overwrites the same two files.