hello list, i need your help about cdr ,i have installed the module cdr in my asterisk 1.4 . for the inbound calls when i call my sip exten like below : exten => 506,1,Dial(SIP/223, 10) exten => 506,n,Dial(SIP/276, 10) in CDR i have just one line with SIP /276 the last line but there is no historic for the first SIP 223 recid Record ID | calldate |clid |src | dst |dcontext |channel | dstchannel |lastapp |lastdata |duration |billsec |disposition |amaflags |accountcode |uniqueid |3 | 626747 |2013-05-09 09:22:55 |0661551203 |0661551203 |506 |default |Zap/14-1 |SIP/276-092ac7b0 |Dial |SIP/276| 10|21 |0 |NO ANSWER any help please to have the historic for 223 and 276 thanks and regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130509/ac6b0cb3/attachment.htm>
On Thu, 2013-05-09 at 08:46 +0000, Salaheddine Elharit wrote:> hello list, > > > i need your help about cdr ,i have installed the module cdr in my > asterisk 1.4 . > > > for the inbound calls when i call my sip exten like below : > > > exten => 506,1,Dial(SIP/223, 10) > exten => 506,n,Dial(SIP/276, 10) > > > in CDR i have just one line with SIP /276 the last line but there is > no historic for the first SIP 223 > > > recid Record ID | calldate |clid |src | > dst |dcontext |channel | dstchannel |lastapp |lastdata |duration > |billsec |disposition |amaflags |accountcode |uniqueid > |3 | > > > 626747 |2013-05-09 09:22:55 |0661551203 |0661551203 | > 506 |default |Zap/14-1 |SIP/276-092ac7b0 |Dial |SIP/276| 10|21 > |0 |NO ANSWER > > > > > any help please to have the historic for 223 and 276 > >Hi You need to look into Channel Event Logging https://wiki.asterisk.org/wiki/pages/viewpage.action?pageId=5242932 Regards Ish -- Ishfaq Malik <ish at pack-net.co.uk> Department: VOIP Support Company: Packnet Limited t: +44 (0)845 004 4994 f: +44 (0)161 660 9825 e: ish at pack-net.co.uk w: http://www.pack-net.co.uk Registered Address: PACKNET LIMITED, 2A ENTERPRISE HOUSE, LLOYD STREET NORTH, MANCHESTER SCIENCE PARK, MANCHESTER, M156SE COMPANY REG NO. 04920552
hi, asterisk insert cdr when call is hangup and last dial statment, i dont understatnd why you are using 2 dial statment on same extenstion? if you you want dial to both extensions you can use 506,1,Dial(SIP/223&SIP/276) if you want dial both same time or if you want to do failover the check Dial status and gotoif dialstatus = NO ANSWER or what ever you need. On Thu, May 9, 2013 at 10:46 AM, Salaheddine Elharit < salah.elharit200 at gmail.com> wrote:> hello list, > > i need your help about cdr ,i have installed the module cdr in my asterisk > 1.4 . > > for the inbound calls when i call my sip exten like below : > > exten => 506,1,Dial(SIP/223, 10) > exten => 506,n,Dial(SIP/276, 10) > > in CDR i have just one line with SIP /276 the last line but there is no historic > for the first SIP 223 > > recid Record ID | calldate |clid |src | dst > |dcontext |channel | dstchannel |lastapp |lastdata |duration |billsec > |disposition |amaflags |accountcode |uniqueid > |3 | > > 626747 |2013-05-09 09:22:55 |0661551203 |0661551203 |506 > |default |Zap/14-1 |SIP/276-092ac7b0 |Dial |SIP/276| 10|21 |0 > |NO ANSWER > > > any help please to have the historic for 223 and 276 > > thanks and regards > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130509/7c50248a/attachment.htm>