Darren Sessions
2006-Feb-08 10:04 UTC
[Asterisk-Users] Need to retrieve Call-ID from dialed SIP channel (w/o CDRs)
Is there a way to retrieve the Call-ID from a call made using the 'Dial' command on a SIP channel without CDRs (i.e. variable) ? Thanks, - Darren
Kevin P. Fleming
2006-Feb-08 10:37 UTC
[Asterisk-Users] Need to retrieve Call-ID from dialed SIP channel (w/o CDRs)
Darren Sessions wrote:> Is there a way to retrieve the Call-ID from a call made using the 'Dial' > command on a SIP channel without CDRs (i.e. variable) ?(sometimes I wonder why we write documentation) doc/README.variables has ${SIPCALLID} documented to be exactly that.
Darren Sessions
2006-Feb-08 11:52 UTC
[Asterisk-Users] Re: Need to retrieve Call-ID from dialed SIP channel (w/o CDRs)
I obviously didn't explain enough, sorry about that. Let me re-phrase the problem/question. Is there a way to retrieve the call-id from a call made using the 'Dial' command on a SIP channel without CDRs if I've already answered an incoming call, and the dial (SIP chan) was simply executed on that existing call. If try and read in the SIPCALLID variable (which I already do on the incoming call) after the dial, I still get the incoming call's call-id. Make sense? btw - Love the documentation . . read it all the time . . Thanks, - Darren Message: 11 Date: Wed, 08 Feb 2006 11:37:13 -0600 From: "Kevin P. Fleming" <kpfleming@digium.com> Subject: Re: [Asterisk-Users] Need to retrieve Call-ID from dialed SIP channel (w/o CDRs) To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Message-ID: <43EA2C49.3050109@digium.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Darren Sessions wrote:> > Is there a way to retrieve the Call-ID from a call made using the 'Dial' > > command on a SIP channel without CDRs (i.e. variable) ? >(sometimes I wonder why we write documentation) doc/README.variables has ${SIPCALLID} documented to be exactly that