Hi,
Please could someone help me? I'm stuck !
I'm getting the following message "CDR finalize without combiner for '1418495556-2'" when hanging up
I'm using windows, running the following in a global external script.
An event loop surrounds this simply reporting back messages to me and $ev->Acknowledge() , little else.
Yate::Debug("Initiating Dialout");
$m = new Yate("call.execute");
$m->SetParam("callto","dumb/");
$m->SetParam("target", 'test2');
$m->SetParam("caller",'test5');
$m->SetParam("callername",'Test');
$m->SetParam("called",'test2');
$m->Dispatch();
( test2 and test5 are two registered users )
Everything works fine, the call arrives and i can answer it, but as soon as i hangup, I get the message 'CDR finalize without combiner for '1418495556-2'
Even the CDR is logged correctly in the database, ie we see initiate, update and finalize operations.
Am I missing something silly ?
Thank you!
Jamie