On Mon, 2005-05-09 at 14:04 +0200, Mark Wormgoor wrote:
> Hi,
> 
> The problem is, that once I use:
> exten => _.,1,SetGlobalVar(RING=r2)
> it will never get to the extension anymore.  The following line is never
> reached, because now all extensions need to be _.

perhaps a goto(${EXTEN}) after that?

exten => _.,1,SetGlobalVar(RING=r2)
exten => _.,2,Goto(${EXTEN})

just a thought

-- 
Trixter http://www.0xdecafbad.com
UK +44 870 340 4605   Germany +49 801 777 555 3402
US +1 360 207 0479 or +1 516 687 5200
FreeWorldDialup: 635378

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to