Displaying 3 results from an estimated 3 matches for "klive".
Did you mean:
live
2007 May 22
0
Mix Dial, Chanspy and MixMonitor or Monitor
...ten => monitor,2,chanspy(all|qg(10001))
exten => monitor,3,hangup
;;Outside Asterisk Box
[auto-dial-remote]
; call initiated by autodial
exten => s,1,answer
exten => s,2,mixmonitor(/tmp/test.wav)
exten => s,3,hangup
Any help would be appreciated.
Best regards,
Klive
2007 Apr 18
5
[PATCH] paravirt.h
This version over last version:
(1) Gets rid of the no_paravirt.h header and leaves native ops in place
(with some reshuffling to keep then under one #ifdef).
(2) Fixes the "X crashes with CONFIG_PARAVIRT=y" bug.
(3) Puts __ex_table entry in paravirt iret.
Another followup patch implements binary patching...
Rusty.
===
Create a paravirt.h header for all the critical operations which
2007 Apr 18
5
[PATCH] paravirt.h
This version over last version:
(1) Gets rid of the no_paravirt.h header and leaves native ops in place
(with some reshuffling to keep then under one #ifdef).
(2) Fixes the "X crashes with CONFIG_PARAVIRT=y" bug.
(3) Puts __ex_table entry in paravirt iret.
Another followup patch implements binary patching...
Rusty.
===
Create a paravirt.h header for all the critical operations which