Displaying 1 result from an estimated 1 matches for "remoteuid".
Did you mean:
remotecid
2014 Jun 10
1
CDR custom variable on second call leg - via originate or .call file
...I can woraround this issue?
## test call file
Channel: Local/queue at TiagoGeada
CallerID: teste-geada:0:210332450:
MaxRetries: 0
RetryTime: 1
WaitTime: 8640
Account: teste-geada
Context: TiagoGeada
Extension: outbound
Archive: Yes
## dialplan
queue => {
Set(CDR(remoteUid)=foo);
Queue(TiagoGeada,t,,,100);
Hangup();
}
outbound => {
//NoCDR();
//ForkCDR(vdD);
//ResetCDR(v);
Set(CDR(remoteUid,r)=bar);
Dial(Local/932485457 at outbound,,gT);...