<!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">
If I have one incoming call that rings IPphone-1 and another incoming
call that rings IPphone-2, then the Set(_PICKUPMARK=whatever) is
overwritten.<br>
<br>
When I do a pickup I'm always picking up the conversation that rang
IPphone-2.<br>
<br>
Is there a way to pick up the first conversation to IPphone-1 ??<br>
<br>
Dialplan :<br>
<br>
[incoming]<br>
exten =&gt;&nbsp;1234567,1,NoOp()<br>
exten =&gt; 1234567,n,GoSub(sub-settings,start,1) <br>
exten =&gt; 1234567,n,Dial(SIP/IPphone-1)<br>
<br>
exten =&gt;&nbsp;3456789,1,NoOp()<br>
exten =&gt;&nbsp;3456789,n,GoSub(sub-settings,start,1)&nbsp;<br>
exten =&gt;&nbsp;3456789,n,Dial(SIP/IPphone-2)<br>
<br>
[sub-settings]<br>
exten =&gt; start,1,NoOp()<br>
exten =&gt; start,n,Set(_PICKUPMARK=whatever)<br>
exten =&gt; start,n,Return()<br>
<br>
[example-pickup]<br>
exten =&gt; **XX,1,NoOp()<br>
exten =&gt; **XX,n,Pickup(whatever@PICKUPMARK)<br>
<br>
<br>
So&nbsp;I first call 1234567 (I see IPphone-1 ringing with BLF-settings) and
then 5 seconds later I call 3456789 (I see IPphone-2 ringing with
BLF-settings).<br>
I want to pickup IPphone-1, but I always have the conversation to
IPphone-2.<br>
<br>
Does anyone see a workaround ??<br>
<br>
<br>
Jonas.<br>
<br>
<blockquote cite="mid:4C192DE4.9020805@telenet.be" type="cite"><font
 face="Helvetica, Arial, sans-serif"></font><br>
On 06/16/2010 09:26 PM, Philipp von Klitzing wrote:<br>
  <blockquote
 cite="mid:4C19417D.4371.72129D2@klitzing.pool.informatik.rwth-aachen.de"
 type="cite">
    <pre wrap="">Set("SIP/testcorp4-&gt; 00000005","_PICKUPMARK=SIP/testcorp5&amp;SIP/testcorp6")
Pickup("SIP/testcorp1-00000009", "testcorp6@PICKUPMARK")

Can you see the difference? That's what you need to change so that it 
matches. "SIP/testcorp5&amp;SIP/testcorp6" is not the same as "testcorp6".

Philipp
  </pre>
  </blockquote>
  <pre wrap=""></pre>
</blockquote>
</body>
</html>