Changeset 6984

Show
Ignore:
Timestamp:
10/15/08 09:10:39 (5 years ago)
Author:
p_lindheimer
Message:

fixes #3281 syntax error missing }

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/core/etc/extensions.conf

    r6682 r6984  
    478478exten => o,n(doopdef),GotoIf($["x${OPERATOR_XTN}"="x"]?nooper:from-internal,${OPERATOR_XTN},1) 
    479479exten => o,n(nooper),GotoIf($["x${FROM_DID}"="x"]?nodid) 
    480 exten => o,n,Dial(Local/${FROM_DID)@from-pstn) 
     480exten => o,n,Dial(Local/${FROM_DID}@from-pstn) 
    481481exten => o,n,Macro(hangup) 
    482482exten => o,n(nodid),Dial(Local/s@from-pstn)