Hi!

> suppose ${SIPaccounts}=SIP/testcorp5&SIP/testcorp6
> exten => group,1,Set(_PICKUPMARK=${SIPaccounts})

If I was doing this I'd rather do 

  Set(_PICKUPMARK=group)

or

  Set(_PICKUPMARK=${EXTEN})

but that is probably just me. But let's look at two of your lines:

Set("SIP/testcorp4-> 00000005","_PICKUPMARK=SIP/testcorp5&SIP/testcorp6")
Pickup("SIP/testcorp1-00000009", "testco...@pickupmark")

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

Philipp


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to