So far I am. My only gripe is that when I use a Goto statement, for example:
exten => 8887475555,1,Goto(internal-phones,3044,1) it shows dst as 3044 which is programatically correct, but again not usefull in billing. -Matthew William M. Sandiford wrote: > Makes sense....especially since I used _X. to jump to > s...(duh...slaps self in forehead)...do you get the correct dst field > in your CDR's? > > > > -----Original Message----- > From: Matthew Boehm [mailto:[EMAIL PROTECTED] > Sent: Friday, March 11, 2005 9:43 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Application SetVarCDR > > > I know this isn't the best way but I stopped using 's' and I use _X. > on everything now. It is really stupid to say "That person dialed the > number 's'" or "That phone call's final destination was 's'". That > doesn't help anything; debugging nor billing. > > My $0.02 > Matthew > > William M. Sandiford wrote: >> Hello: >> >> I found a reference to the application SetVarCDR in the following >> post but I don't seem to have this available to me in my version of >> *. >> >> HYPERLINK >> > "http://lists.digium.com/pipermail/asterisk-cvs/2005-February/005337.html"ht > tp://lists.digium.com/pipermail/asterisk-cvs/2005-February/005337.html >> >> My version of * is CVS-HEAD-03/10/05-18:42:35 >> >> I would like to change the value of the src and dst variables in the >> CDR as I sometimes find that they don't have entirely accurate >> information. For example my dst field quite often has a value of "s" >> because I do my call processing in the s extension. This is no good >> to me. >> >> Does anyone know How I can get access to the functions mentioned >> above. FYI I have tried doing a set var just before I dial like >> this: >> >> exten => s,13,SetVar(CDR(dst)=12345) >> exten => s,14,Dial(HYPERLINK >> "mailto:SIP/[EMAIL PROTECTED]"SIP/[EMAIL PROTECTED]) >> >> but that doesn't seem to work...I still get s in the dst field of my >> CDR >> >> Regards, >> Bill >> >> >> >>> _______________________________________________ >>> Asterisk-Users mailing list >>> [email protected] >>> http://lists.digium.com/mailman/listinfo/asterisk-users >>> To UNSUBSCRIBE or update options visit: >>> http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > [email protected] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.308 / Virus Database: 266.6.4 - Release Date: 3/7/2005 _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
