On Tue, Sep 05, 2006 at 11:21:43AM +0100, Tim Panton wrote:
> exten => 1,n,set(INNAT=${REGEX("^\+","${ATELNO}")})

exten => 1,n,Set(PLUS=\\+)
exten => 1,n,set(INNAT=${REGEX("^${PLUS}" ${ATELNO})})


If it is an extension, this should work too

exten => _+.,1,Goto(011${EXTEN:1},1)


-- 
Stefan Tichy   <[EMAIL PROTECTED]>
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to