Changeset 7728
- Timestamp:
- 05/14/09 21:57:43 (10 months ago)
- Files:
-
- modules/branches/2.6/core/etc/extensions.conf (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/core/etc/extensions.conf
r7697 r7728 35 35 ; any custom dialplan SHOULD be put in extensions_custom.conf which will * 36 36 ; not hurt a FreePBX generated dialplan. In some very rare and custom * 37 ; situations users may have a need to override what freepbxautomatically *37 ; situations users may have a need to override what FreePBX automatically * 38 38 ; generates. If so anything in this file will do that. If you come up with a * 39 39 ; situation where you need to modify the existing dialplan or macro, please * … … 55 55 #include extensions_custom.conf 56 56 57 [from-trunk] ; just an alias since VoIP shouldn't be called PSTN57 [from-trunk] ; just an alias since VoIP shouldn't be called PSTN 58 58 include => from-pstn 59 59 60 60 [from-pstn] 61 include => from-pstn-custom ; create this context in extensions_custom.conf to include customizations61 include => from-pstn-custom ; create this context in extensions_custom.conf to include customizations 62 62 include => ext-did 63 63 include => ext-did-post-custom 64 include => from-did-direct ; MODIFICAT OIN (PL) for findmefollow if enabled, should be bofore ext-local64 include => from-did-direct ; MODIFICATION (PL) for findmefollow if enabled, should be before ext-local 65 65 include => ext-did-catchall ; THIS MUST COME AFTER ext-did 66 66 exten => fax,1,Goto(ext-fax,in_fax,1) … … 69 69 ; 70 70 ; Required to assure that direct dids go to personal ring group before local extension. 71 ; This could be auto-generated however I it is prefer ed to be put here and hard coded71 ; This could be auto-generated however I it is preferred to be put here and hard coded 72 72 ; so that it can be modified if ext-local should take precedence in certain situations. 73 73 ; will have to decide what to do later. … … 113 113 exten => s,n,Goto(s,a42) 114 114 115 ;Set Call Trace for each hunt member we are going to call "Memory groups have multiple members to set CALL TRACE For hence the loop115 ;Set Call Trace for each hunt member we are going to call "Memory groups have multiple members to set CALL TRACE For" hence the loop 116 116 ; 117 117 exten => s,n(a35),GotoIf($[$["${CALLTRACE_HUNT}" != "" ] & $["${RingGroupMethod}" = "memoryhunt" ]]?a36:a50) … … 359 359 360 360 [macro-dialout-trunk-predial-hook] 361 ; this macro intenti ally left blank so it may be safely overwritten for any custom361 ; this macro intentionally left blank so it may be safely overwritten for any custom 362 362 ; requirements that an installation may have. 363 363 ; … … 468 468 ; with congestion since there have been observed cases of the call continuing if not stopped with a 469 469 ; congestion, and this provides a slightly more friendly 'sorry' message in case the user is 470 ; legit amately trying to be cooperative.470 ; legitimately trying to be cooperative. 471 471 ; 472 472 ; Note: the following options are configurable in privacy.conf: … … 485 485 exten => s,n(PRIVMGR),PrivacyManager() 486 486 exten => s,n,GotoIf($["${PRIVACYMGRSTATUS}"="FAILED"]?fail) 487 exten => s,n,SetCallerPres(allowed_passed_screen); stop gap until app_privacy.c clears unavail ble bit487 exten => s,n,SetCallerPres(allowed_passed_screen); stop gap until app_privacy.c clears unavailable bit 488 488 exten => s,PRIVMGR+101(fail),Noop(STATUS: ${PRIVACYMGRSTATUS} CID: ${CALLERID(num)} ${CALLERID(name)} CALLPRES: ${CALLLINGPRES}) 489 489 exten => s,n,Playback(sorry-youre-having-problems) … … 499 499 ; try to playback using macro-tts-sayXXXXX (where XXXXX is text/digits/etc, same as 500 500 ; the macro below). If that macro exits with MACRO_OFFSET=100, then it's done, 501 ; therwise, fallback to the default asterisk method.501 ; otherwise, fallback to the default asterisk method. 502 502 ; 503 503 ; say text is purely for text-to-speech, there is no fallback … … 553 553 [from-sip-external] 554 554 ;give external sip users congestion and hangup 555 ; Yes. This is _really_ meant to be _. - I know asterisk whin ges about it, but555 ; Yes. This is _really_ meant to be _. - I know asterisk whines about it, but 556 556 ; I do know what I'm doing. This is correct. 557 557 exten => _.,1,NoOp(Received incoming SIP connection from unknown peer to ${EXTEN}) … … 623 623 [macro-dial-confirm] 624 624 ; This was written to make it easy to use macro-dial-confirm instead of macro-dial in generated dialplans. 625 ; This takes the same param aters, with an additional paramater of the ring group Number625 ; This takes the same parameters, with an additional parameter of the ring group Number 626 626 ; ARG1 is the timeout 627 627 ; ARG2 is the DIAL_OPTIONS … … 644 644 ; USE_CONFIRMATION, RINGGROUP_INDEX 645 645 ; 646 ; Th se are passed to inform dialparties to place external calls through the [grps] context646 ; These are passed to inform dialparties to place external calls through the [grps] context 647 647 ; 648 648 exten => s,n,Set(USE_CONFIRMATION=TRUE) … … 671 671 ; 672 672 ; ALERT_INFO is deprecated in Asterisk 1.4 but still used throughout the FreePBX dialplan and 673 ; usually set by dialparties.agi. This allows in eritance. Since no dialparties.agi here, set the673 ; usually set by dialparties.agi. This allows inheritance. Since no dialparties.agi here, set the 674 674 ; header if it is set. 675 675 ; … … 721 721 ;------------------------------------------------------------------------ 722 722 ; This context is set as a target with FORWARD_CONTEXT when Call Forwarding is set to be 723 ; ignored in a ringg oup or other features that may take advantage of this. Server side723 ; ignored in a ringgroup or other features that may take advantage of this. Server side 724 724 ; CF is done in dialparties.agi but if a client device forwards a call, it will be caught 725 725 ; and blocked here.
