search for: call_end

Displaying 6 results from an estimated 6 matches for "call_end".

Did you mean: call_elf
2006 Jan 04
4
HOWTO: Render partial in div
...39;'new_plog''); Effect.SwitchOff(''contentcenter''); return false;"><span>New Plog</span></a></li> <% for archive in @archives %> <li><a href="#" title= <%= archive.id %> ><span> <%= archive.call_end %> </span></a></li> <% end %> <li><a href="#" title="contacts"><span>Contacts</span></a></li> <li><a href="#" title="archive"><span>Archive</span></a></li>...
2015 Mar 16
1
Use dialplan variables from MySQL database and replace with value
..._url, script_params FROM my_tbl WHERE ID="2"") in new stack -- Executing [s at sub-details:6] MYSQL("SIP/SipT01-00000012", "Fetch fetchid 2 scriptURL PARAMS") in new stack -- Executing [s at sub-details:7] NoOp("SIP/SipT01-00000012", "scriptURL = call_end.php PARAMS = ${KNUMMER} ${phone_number_to} ${phone_number_from} ${CHANNEL:4}") in new stack If the variable ${PARAMS} contains other variables " ${KNUMMER} ${phone_number_to} ${phone_number_from} ${CHANNEL:4} ", how can I use the values of these variables in my dialplan ?? I w...
2023 Jun 08
3
[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
This is a small series getting rid of paravirt patching by switching completely to alternative patching for the same functionality. The basic idea is to add the capability to switch from indirect to direct calls via a special alternative patching option. This removes _some_ of the paravirt macro maze, but most of it needs to stay due to the need of hiding the call instructions from the compiler
2023 Jun 08
3
[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
This is a small series getting rid of paravirt patching by switching completely to alternative patching for the same functionality. The basic idea is to add the capability to switch from indirect to direct calls via a special alternative patching option. This removes _some_ of the paravirt macro maze, but most of it needs to stay due to the need of hiding the call instructions from the compiler
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
...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 /usr/lib/perl5/site_perl/5.8.0...
2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
...unless $channels{$channel}; return unless($channel && $channels{$channel} && $channels{$channel}{'UNIQUEID'}); }; /hangup/i && do { my $channel = $event{'Channel'}; return unless $channels{$channel}; $channels{$event{'Channel'}}{'CALL_END'} = time(); $channels{$event{'Channel'}}{'CAUSE'} = 16; $channels{$event{'Channel'}}{'CAUSE'} = $event{'Cause'} if defined $event{'Cause'}; send_acc(%{$channels{$event{'Channel'}}}); delete $channels{$event{'Channel'}}...