Changeset 5115
- Timestamp:
- 10/10/07 01:18:35 (6 years ago)
- Files:
-
- modules/branches/2.4 (modified) (1 prop)
- modules/branches/2.4/core/etc/extensions.conf (modified) (1 diff)
- modules/branches/2.4/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4
- Property svnmerge-integrated changed from /modules/branches/2.3:1-5080 to /modules/branches/2.3:1-5080,5111
modules/branches/2.4/core/etc/extensions.conf
r5114 r5115 758 758 exten => s,n,Macro(outbound-callerid,${ARG1}) 759 759 exten => s,n,Set(GROUP()=OUT_${ARG1}) 760 exten => s,n,GotoIf($["${OUTMAXCHANS_${ARG1}}foo" = "foo"]?nomax) 760 761 exten => s,n,GotoIf($[ ${GROUP_COUNT()} > ${OUTMAXCHANS_${ARG1}} ]?nochans) 761 exten => s,n ,Set(DIAL_NUMBER=${ARG2})762 exten => s,n(nomax),Set(DIAL_NUMBER=${ARG2}) 762 763 exten => s,n,Set(DIAL_TRUNK=${ARG1}) 763 764 exten => s,n,AGI(fixlocalprefix) ; this sets DIAL_NUMBER to the proper dial string for this trunk modules/branches/2.4/core/module.xml
r5114 r5115 8 8 <canuninstall>no</canuninstall> 9 9 <changelog> 10 *2.3.0.4* #2372 require trunk Outbound CallerID when Never Overid CallerID checked, #2384 no CDR for bad-numbers11 10 *2.3.0.3* #2308 FROM_DID to use ${EXTEN}, #2381 add iax_general_custom.conf, #2375 localization fixes 12 11 *2.3.0.2* #2330 allow '_' in route name changes, fix missing global variable.
