Hello, I guess you have something like this:
ACTION: Originate Channel: Local/1234 Exten: 4321 Priority: 1 Context: blabla And in [blabla] Exten => 4321,1,Dial(something..... Instead use magic "/n" setting with Local channel. See here: http://www.voip-info.org/wiki/view/Asterisk+local+channels And do your originate like this: ACTION: Originate Channel: Local/[EMAIL PROTECTED]/n Exten: 4321 Priority: 1 Context: blabla And in [blabla] Exten => 4321,1,Dial(Local/something..../n) I guess you got the idea. Regards/Pagarbiai, Mindaugas Kezys http://www.kolmisoft.com VoIP Solutions&Services MOR - FREE Open Source billing for Asterisk -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Federico Cabiddu Sent: Tuesday, May 15, 2007 2:40 PM To: [email protected] Subject: [asterisk-users] Originate and ForkCDR() Hi, I'm tryng to place a call through Asterisk Manager Originate Action. Since I want separate CDR for each of the two legs of the call, I'm forking CDR with ForkCDR as the first Channel has picked up. The problem is that, while the first CDR is fine, in the second one the "answer" field is always empty, "billsec" field is 0 and "disposition" field is always set to "NO ANSWER". Is there something I'm missing? Thanks, Federico -- Federico Cabiddu R&D Software Engineering Abbeynet S.p.A. - www.abbeynet.com <http://www.abbeynet.com> phone: +39 070 2339349 <http://www.federico_cabiddu.sitofono.it> _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
