Hello users,<br><br>i am looking for a solution in terms of CDR for the outbound only call.<br><br>presently i have the following setup.<br><br>//extensions.conf<br><br>[from-outside] <br><br>exten =&gt; _X.,1,NoOp(IncomingCall)<br>
exten =&gt; _X.,n,BackGround(choce.wav)<br>exten =&gt; _X.,n,WaitExten(5)<br>exten =&gt; _X.,n,Hangup<br><br>exten =&gt; _1XX.,n,NoOp(1XX series Dialing)<br>exten =&gt; _1XX.,n,Dial(SIP/${EXTEN},60,rg)<br>exten =&gt; _1XX.,n,NoOp(${DIALSTATUS})<br>
exten =&gt; _1XX.,n,GotoIf($[ ${DIALSTATUS} = BUSY | ${DIALSTATUS} = CONGESTION |  ${DIALSTATUS} = HANGUP | ${DIALSTATUS} = CHANUNAVAIL ] ?dialmobile:end)<br>exten  =&gt; _1XX.,n(dialmobile),Dial(SIP/${DBQUERY AND GET THE mobileNUMBER FOR THE USER}@ougoingprovider,60,r)<br>
exten =&gt; _1XX.,n(end),Hangup()<br><br><br>exten =&gt; _2XX.,n,NoOp(2XX series Dialing)<br>
exten =&gt; _2XX.,n,Dial(SIP/${EXTEN},60,rg)<br>
exten =&gt; _2XX.,n,NoOp(${DIALSTATUS})<br>
exten =&gt; _2XX.,n,GotoIf($[ ${DIALSTATUS} = BUSY | ${DIALSTATUS} =
CONGESTION |  ${DIALSTATUS} = HANGUP | ${DIALSTATUS} = CHANUNAVAIL ]
?dialmobile:end)<br>exten  =&gt; _2XX.,n(dialmobile),Dial(SIP/${DBQUERY AND GET THE mobileNUMBER FOR THE USER}@ougoingprovider,60,r)<br>
exten =&gt; _2XX.,n(end),Hangup()<br><br><br>//sip.conf<br clear="all">[outgoingprovider]<br>username=XXXXX<br>secret=yyyyy<br>port=xxxx<br>host=dfdfddf<br>fromuser=XXXX<br><br><br>-&gt; i am planning to take  the number of calls made and the minutes spent incase of mobile call forwarding<br>
   as it uses my outbound trunk by giving the accountcode set to a particular call.<br><br>-&gt; but i am getting the total call (sip call + mobile call) as a single record in my cdr record for a given accountcode.<br><br>
-&gt; i need to get something like &quot;SIP/mobilenumber&quot; either in lastdata or dstchannel  associated accountcode as a separate cdr entry.<br>   i tried with disabling cdr using NoCDR for the SIP call but for the mobile call if i use ResetCDR()  also i am totally<br>
   losing the callrecord.<br><br>-&gt; i tried with the ForkCDR() too but of no use..<br><br>is my requirement can be fulfilled by tweaking some changes in the extensions.conf functions/applications??<br><br>please advise as i need to bill the user for the outbound calls only...<br>
<br>any help is sincerely appreciated. thanks in advance.<br><br>srinivas<br><br>