<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Consolas","serif";}
span.sig
        {mso-style-name:sig;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>This link may be helpful to OP - http://www.the-asterisk-book.com/unstable/funktionen-callerid.html#ftn.id2546149 :  When you look for DNID on an incoming call, life is generally good.  On outgoing calls it’s a crap shoot.  Another “out of the box” suggestion;  run an ‘asterisk –rx “core show channels verbose”’ and match the caller ID from that output.  Since you are already in an AGI,  it shouldn’t be more than 10-20 more lines of code. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] <b>On Behalf Of </b>Mikhail Lischuk<br><b>Sent:</b> Thursday, March 29, 2012 2:17 PM<br><b>To:</b> Asterisk Users Mailing List - Non-Commercial Discussion<br><b>Subject:</b> Re: [asterisk-users] AGI variables being wrong<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p>Warren Selby писал 29.03.2012 20:20:<o:p></o:p></p><blockquote style='border:none;border-left:solid #1010FF 1.5pt;padding:0in 0in 0in 4.0pt;margin-left:3.75pt;margin-top:5.0pt;margin-bottom:5.0pt'><div><div><p class=MsoNormal style='margin-bottom:12.0pt'>&nbsp;I'd be really curious to see the entire CLI log of the call, with verbose set to 6 and AGI debug enabled, from when the call first comes in to when it's hung up, including the execution of the *9 feature code.&nbsp; Also, knowing which version of Asterisk and DAHDI we're dealing with here couldn't hurt<o:p></o:p></p></div></div></blockquote><div><p class=MsoNormal>The output is pretty same. I can enable DTMF debugging, but can't imagine how could it help us:<o:p></o:p></p></div><div><p>-- Launched AGI Script /etc/asterisk/agi/map.pl<br>AGI Tx &gt;&gt; agi_request: /etc/asterisk/agi/map.pl<br>AGI Tx &gt;&gt; agi_channel: Zap/63-1<br>AGI Tx &gt;&gt; agi_language: en<br>AGI Tx &gt;&gt; agi_type: Zap<br>AGI Tx &gt;&gt; agi_uniqueid: 1333048969.6682<br>AGI Tx &gt;&gt; agi_callerid: 0442010000<br>AGI Tx &gt;&gt; agi_calleridname: unknown<br>AGI Tx &gt;&gt; agi_callingpres: 3<br>AGI Tx &gt;&gt; agi_callingani2: 0<br>AGI Tx &gt;&gt; agi_callington: 0<br>AGI Tx &gt;&gt; agi_callingtns: 0<br>AGI Tx &gt;&gt; agi_dnid: 408<br>AGI Tx &gt;&gt; agi_rdnis: unknown<br>AGI Tx &gt;&gt; agi_context: from_pstn<br>AGI Tx &gt;&gt; agi_extension:<br>AGI Tx &gt;&gt; agi_priority: 1<br>AGI Tx &gt;&gt; agi_enhanced: 0.0<br>AGI Tx &gt;&gt; agi_accountcode:<br>AGI Tx &gt;&gt;<br>AGI Tx &gt;&gt; 200 result=0 (i hang up the call)<o:p></o:p></p></div><blockquote style='border:none;border-left:solid #1010FF 1.5pt;padding:0in 0in 0in 4.0pt;margin-left:3.75pt;margin-top:5.0pt;margin-bottom:5.0pt'><div><div><p class=MsoNormal><br>To the OP - just trying to think outside the box here, but what if instead of calling the AGI directly from the features.conf feature code, you wrote a Macro or GoSub that you could then use as your application, and within the Macro / GoSub you executed your AGI?<o:p></o:p></p></div></div></blockquote><p>I'd love to, but I need that script to run only when user hits some key combo during call. All I was able to find regarding that, was using features.conf and dynamic application. If you can advise me some workaround - I would appreciate.<o:p></o:p></p><div><pre><span class=sig><span style='color:#999999'>-- </span></span><br><span class=sig><span style='color:#999999'>With Best Regards</span></span><br><span class=sig><span style='color:#999999'><a href="mailto:mlischuk@itx.com.ua" title="mailto:mlischuk@itx.com.ua">Mikhail Lischuk</a></span></span><o:p></o:p></pre></div></div></body></html>