<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hello,<br><br></div>I&#39;m stressing an Asterisk 11 platform with incoming calls from sipp 3.1.<br><br></div>I&#39;ve dedicated a context to sipp in my dialplan.<br>
</div><div>Everything works OK expect that calls from sipp comes in with a CallerID set to sipp and this sipp value is stored in CDR.<br></div><div><br>1. I can change the value of the CallerID but how can I have the calls from sipp traced in CDR with a customized src field value ?<br>
<br>[from-sipp]<br>
exten =&gt; _X., 1, Whatever()<br>
<div>    same =&gt; n, set(CallerID(num)=987654321))<br>
</div>    same =&gt; n, Goto(maincontext, 123456789, 1)<br>
<br>
[maincontext]<br>
exten =&gt; _X., 1, Whatever()<br>
    same =&gt; n, Dial(SIP/foobar/${EXTEN})<br></div><br></div><div>I&#39;ve read in CDR function online doc that src field is Readonly so I can&#39;t simple use Set(CDR(src)=987654321).<br><br>Would a combination of NoCDR, ForkCDR or whatever help ?<br>
</div><div><br><br>2. Beside that, is there a what to set sipp CallerID from command line ?<br></div><div>Doc mentions -cdr_str option but I couldn&#39;t get anything with it.<br><br></div><div>Regards<br></div><div><br><br>
</div><br></div></div></div></div></div><div><div><div><div><div><div><br></div></div></div></div></div></div></div>