<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<font face="Helvetica, Arial, sans-serif">Hello.<br>
<br>
This is what I have :<br>
<br>
suppose ${SIPaccounts}=SIP/testcorp5&amp;SIP/testcorp6<br>
<br>
exten =&gt; group,1,Set(_PICKUPMARK=${SIPaccounts})<br>
exten =&gt; group,n,Dial(${SIPaccounts})<br>
<br>
This is what happens when I try to pickup an extension :<br>
<br>
[Jun 16 20:39:33]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@sub-routing:13]
Set("SIP/testcorp4-00000005", "<b>_PICKUPMARK=SIP/testcorp5&amp;SIP/testcorp6</b>")
in new stack<br>
[Jun 16 20:39:38]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@sub-routing:14]
Dial("SIP/testcorp4-00000005", "SIP/testcorp5&amp;SIP/testcorp6|30") in
new stack<br>
[Jun 16 20:39:38]&nbsp;&nbsp;&nbsp;&nbsp; -- Called testcorp5<br>
[Jun 16 20:39:38]&nbsp;&nbsp;&nbsp;&nbsp; -- Called testcorp6<br>
[Jun 16 20:39:38]&nbsp;&nbsp;&nbsp;&nbsp; -- SIP/testcorp6-00000008 is ringing<br>
[Jun 16 20:39:38]&nbsp;&nbsp;&nbsp;&nbsp; -- SIP/testcorp5-00000007 is ringing<br>
...<br>
[Jun 16 20:39:40]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [**60@from-TESTCORP:8]
Pickup("SIP/testcorp1-00000009", "<b>testcorp6@PICKUPMARK</b>") in new
stack<br>
[Jun 16 20:39:40] NOTICE[2936]: app_directed_pickup.c:159 pickup_exec: <b>No
target channel</b> found for testcorp6.<br>
[Jun 16 20:39:40]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [**60@from-TESTCORP:9]
NoOp("SIP/testcorp1-00000009", "") in new stack<br>
[Jun 16 20:39:40]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [**60@from-TESTCORP:10]
Pickup("SIP/testcorp1-00000009", "<b>SIP/testcorp6@PICKUPMARK</b>") in
new stack<br>
[Jun 16 20:39:40] NOTICE[2936]: app_directed_pickup.c:159 pickup_exec: <b>No
target channel</b> found for SIP/testcorp6.<br>
<br>
<br>
So again my question: how to use Pickup() when I have multiple
SIPaccounts in the Dial()-statement ??<br>
The question remains.<br>
<br>
<br>
Jonas<br>
<br>
</font><br>
On 06/16/2010 12:25 PM, Rob Coward wrote:
<blockquote cite="mid:4C18A6A2.1070008@jive-videos.net" type="cite"> <font
 face="Helvetica, Arial, sans-serif">Scroll approx. one 3rd of the
way down the page to where there is a large bold bit of text saying:<br>
  </font>
  <h2>Example using PICKUPMARK for Asterisk 1.4
  </h2>
  <font face="Helvetica, Arial, sans-serif"><br>
  </font><span style="font-family: monospace;">[macro-inbound]
  </span><br>
  <span style="font-family: monospace;">&nbsp;exten&nbsp;=&gt;&nbsp;s,1,Set(_PICKUPMARK=${MACRO_EXTEN})
  </span><br>
  <span style="font-family: monospace;">&nbsp;exten&nbsp;=&gt;&nbsp;s,n,Dial(SIP/SomeSipPhone,20,rwt)<br>
  <br>
Something similar may work in your case perhaps ?<br>
  <br>
Rob<br>
  </span>
</blockquote>
</body>
</html>