<div dir="ltr">Hi Eric, <div><br></div><div>Take a look at the call pickup code, maybe you need to change it to not conflict with your dialplan:<div><br></div><div><div><font face="courier new, monospace">localhost*CLI> features show</font></div>

<div><font face="courier new, monospace">Builtin Feature           Default Current</font></div><div><font face="courier new, monospace">---------------           ------- -------</font></div><div><font face="courier new, monospace">Pickup                    *8      *8</font></div>

<div><font face="courier new, monospace">Blind Transfer            #       #1</font></div><div><font face="courier new, monospace">Attended Transfer                 #2</font></div><div><font face="courier new, monospace">One Touch Monitor</font></div>

<div><font face="courier new, monospace">Disconnect Call           *       *</font></div><div><font face="courier new, monospace">Park Call                         #3</font></div><div><font face="courier new, monospace">One Touch MixMonitor</font></div>

</div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-12 21:23 GMT-02:00 Eric Cooper <span dir="ltr"><<a href="mailto:ecc@cmu.edu" target="_blank">ecc@cmu.edu</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In Asterisk 1.8, I used the following line in extensions.conf to allow<br>
me to pass "*82" in front of a dialed number, to disable the callerid<br>
block that's normally on that POTS line:<br>
<br>
    ; disable callerid block<br>
    exten => _*82.,1,Dial(${POTS}/${EXTEN})<br>
<br>
But this seems to have stopped working when I upgraded to Asterisk<br>
11.7.  I get the following debug output, with a "no call pickup<br>
possible" message as soon as I press the '8':<br>
<br>
[Feb 12 18:17:39]     -- Starting simple switch on 'DAHDI/2-1'<br>
[Feb 12 18:17:39] DEBUG[2339]: devicestate.c:442 devstate_event: device 'DAHDI/2' state '2'<br>
[Feb 12 18:17:42] DEBUG[5898][C-0000000e]: sig_analog.c:1600 analog_handle_dtmf: Begin DTMF digit: 0x2A '*' on DAHDI/2-1<br>
[Feb 12 18:17:42] DEBUG[5898][C-0000000e]: chan_dahdi.c:2145 my_handle_dtmf: Begin DTMF digit: 0x2A '*' on DAHDI/2-1<br>
[Feb 12 18:17:42] DEBUG[5898][C-0000000e]: sig_analog.c:1600 analog_handle_dtmf: End DTMF digit: 0x2A '*' on DAHDI/2-1<br>
[Feb 12 18:17:42] DEBUG[5898][C-0000000e]: chan_dahdi.c:2145 my_handle_dtmf: End DTMF digit: 0x2A '*' on DAHDI/2-1<br>
[Feb 12 18:17:42] DEBUG[5898][C-0000000e]: sig_analog.c:2121 __analog_ss_thread: waitfordigit returned '*' (42), timeout = 0<br>
[Feb 12 18:17:44] DEBUG[5898][C-0000000e]: sig_analog.c:1600 analog_handle_dtmf: Begin DTMF digit: 0x38 '8' on DAHDI/2-1<br>
[Feb 12 18:17:44] DEBUG[5898][C-0000000e]: chan_dahdi.c:2145 my_handle_dtmf: Begin DTMF digit: 0x38 '8' on DAHDI/2-1<br>
[Feb 12 18:17:44] DEBUG[5898][C-0000000e]: sig_analog.c:1600 analog_handle_dtmf: End DTMF digit: 0x38 '8' on DAHDI/2-1<br>
[Feb 12 18:17:44] DEBUG[5898][C-0000000e]: chan_dahdi.c:2145 my_handle_dtmf: End DTMF digit: 0x38 '8' on DAHDI/2-1<br>
[Feb 12 18:17:44] DEBUG[5898][C-0000000e]: sig_analog.c:2121 __analog_ss_thread: waitfordigit returned '8' (56), timeout = 0<br>
[Feb 12 18:17:44] DEBUG[5898][C-0000000e]: chan_dahdi.c:5075 dahdi_enable_ec: Enabled echo cancellation on channel 2<br>
[Feb 12 18:17:44] DEBUG[5898][C-0000000e]: features.c:7880 ast_pickup_call: pickup attempt by DAHDI/2-1<br>
[Feb 12 18:17:44] DEBUG[5898][C-0000000e]: features.c:7900 ast_pickup_call: No call pickup possible... for DAHDI/2-1<br>
[Feb 12 18:17:44] DEBUG[5898][C-0000000e]: sig_analog.c:2211 __analog_ss_thread: No call pickup possible...<br>
<br>
and then a busy signal.<br>
<br>
I didn't pay much attention to the differences between Asterisk 1.8<br>
and 11.7 since everything seemed to still work ... Can someone point<br>
me in the right direction?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Eric Cooper             e c c @ c m u . e d u<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</font></span></blockquote></div><br></div>