<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 01/26/2011 04:26 PM, Danny Nicholas wrote:
<blockquote cite="mid:201101261526.p0QFQK6V003041@debsweb.debsinc.com"
type="cite">
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";
        color:black;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</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]-->
<div class="Section1">
<div>
<div class="MsoNormal" style="text-align: center;" align="center"><font
face="Times New Roman" size="3" color="black"><span
style="font-size: 12pt; color: windowtext;">
<hr tabindex="-1" size="2" width="100%" align="center"></span></font></div>
<p class="MsoNormal"><b><font face="Tahoma" size="2" color="black"><span
style="font-size: 10pt; font-family: Tahoma; color: windowtext; font-weight: bold;">From:</span></font></b><font
face="Tahoma" size="2" color="black"><span
style="font-size: 10pt; font-family: Tahoma; color: windowtext;">
<a class="moz-txt-link-abbreviated" href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>
[<a class="moz-txt-link-freetext" href="mailto:asterisk-users-bounces@lists.digium.com">mailto:asterisk-users-bounces@lists.digium.com</a>] <b><span
style="font-weight: bold;">On Behalf Of </span></b>Jonas Kellens<br>
<b><span style="font-weight: bold;">Sent:</span></b> Wednesday,
January 26, 2011
9:22 AM<br>
<b><span style="font-weight: bold;">To:</span></b> Asterisk Users
Mailing List -
Non-Commercial Discussion<br>
<b><span style="font-weight: bold;">Subject:</span></b>
[asterisk-users] Pickup
local/.... not working</span></font><font color="black"><span
style="color: windowtext;"><o:p></o:p></span></font></p>
</div>
<p class="MsoNormal"><font face="Times New Roman" size="3"
color="black"><span style="font-size: 12pt;"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font face="Helvetica" size="3" color="black"><span
style="font-size: 12pt; font-family: Helvetica;">Hello list,<br>
<br>
is it possible that it is not possible to pickup a local channel ??<br>
<br>
<br>
[Jan 26 16:13:43] -- Executing [10@sub-pickup:24]
Pickup("SIP/voip5-00000750",
"Local/329596@default-505a;2@PICKUPMARK") in new stack<br>
[Jan 26 16:13:43] NOTICE[29658]: app_directed_pickup.c:265 pickup_exec:
No
target channel found for Local/329596.<br>
<br>
<br>
This is an incoming call that rings extension 10, and I want to pickup
this
call from another extension.<br>
<br>
It goes well when the call is coming from external. This call however
never
leaves Asterisk so Asterisk creates a Local/... channel. But pickup
fails
here...<br>
<br>
<br>
<br>
Kind regards,<br>
Jonas.<o:p></o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2" color="navy"><span
style="font-size: 10pt; font-family: Arial; color: navy;"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2" color="navy"><span
style="font-size: 10pt; font-family: Arial; color: navy;">As I
understand it, Local channels are “work”
channels for asterisk to hold calls or perform tasks in and are
therefore not “pickable”.
You would have to transfer or bridge the channel to a “real”
(SIP/DAHDI) channel to actually use it.<o:p></o:p></span></font></p>
</div>
</blockquote>
<br>
<br>
I have something like :<br>
<br>
exten => 329596,1,GoTo(newcontext,329596,1)<br>
<br>
[newcontext]<br>
exten => 10,1,Dial(SIP/MySipAccount)<br>
<br>
<br>
This makes a call to 329596 go to the context "newcontext", but
Asterisk creates a Local/... channel for this "re-direct" to another
context.<br>
<br>
<br>
Is there then a way to transfer the call to another context ??<br>
<br>
<br>
Kind regards,<br>
Jonas.<br>
<br>
<br>
</body>
</html>