Displaying 2 results from an estimated 2 matches for "unqiueid".
Did you mean:
unqiue_id
2010 Dec 22
0
CDR on MySQL
What would it do if you
exten => h,1,ResetCDR(w)
exten => h,2,NoCDR()
exten => h,3,DEADAGI(get-unqiueid.php)
I have not tried it but in theory it should write the first CDR and then
kill the write of the second NO ANSWER CDR.
Let me know if it works for you as I may need to do it on some of my h
exten code as well.
Bryant
----------------------------------------
From: "Ron" <nhadi...
2006 Feb 06
2
bug in bristuff?
Hi everyone,
I get these events sent like this:
Event: ParkedCall
Privilege: call,all
Exten: 701
Channel: Zap/4-1
From: IAX2/cnw-4
Timeout: 120
CallerID: XXXXXXXXX
CallerIDName: Conrad Wood
Unqiueid: asterisk-1713-1139266402.909
^^^^^^^^^
Please note the spelling of uniqueid. I find the spelling in
res_features.c - but only once I patched it with bristuff patches.
Does anyone know whether that is a known problem with bristuff? If so is
it fixed in a later version?
Where do I report a bug in b...