Thx again patrick it worked, I used

[google-in]
exten => _.,1,Set(dst=${CUT(EXTEN,@,1)})
exten => _.,1,Dial(SIP/[EMAIL PROTECTED])

while it should have been

[google-in]
exten => _.,1,Set(dst=${CUT(EXTEN,@,1)})
exten => _.,2,Dial(SIP/[EMAIL PROTECTED])

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Reply via email to