Already without the spaces, it was time to paste in the email that was well


________________________________
De: Paul Belanger <pabelan...@digium.com>
Para: Asterisk Users Mailing List - Non-Commercial Discussion 
<asterisk-users@lists.digium.com>
Enviadas: Sábado, 3 de Setembro de 2011 15:24
Assunto: Re: [asterisk-users] pickup for extension in asterisk 1.4?

On 11-09-03 02:19 PM, Eduardo Leones wrote:
> Good afternoon,
>
> I'm not able to create a dial plan to pull links extension. I am using 
> asterisk 1.4.18with the following dial plan:
>
> exten =>  _ * 7XXX, 1, Pickup ($ {EXTEN: 2} @ PICKUPMARK)
> exten =>  _ * 7XXX, n, Hangup ()
>
remove the spaces to start:

exten =>  _*7XXX,1,Pickup(${EXTEN:2}@PICKUPMARK)
exten =>  _*7XXX,n,Hangup()

-- 
Paul Belanger
Digium, Inc. | Software Developer
twitter: pabelanger | IRC: pabelanger (Freenode)
Check us out at: http://digium.com & http://asterisk.org

--
_____________________________________________________________________
-- 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
--
_____________________________________________________________________
-- 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