[asterisk-users] Best practices for hints management in extensions.conf

Phil Frost phil at macprofessionals.com
Tue Aug 28 12:56:08 CDT 2012


On 08/28/2012 01:51 PM, Olivier wrote:
> Let say I cannot touch the files in which those 2 instructions are set:
> [timeconditions-toggle]
> exten => *2711,hint,Custom:TC11
> ...
> [ext-local]
> exten => 6452,hint,SIP/6452
> ...
>
>
> Then what can I do allow a given SIP phone to successfully subscribe 
> to both hints ?

extensions.conf:

[subscriptions]
include => timeconditions-toggle
include => ext-local


sip.conf:

[some-handset]
subscribecontext=subscriptions


subscribecontext can be the same as context, or not. Largely a matter of 
preference and circumstance, I suppose.




More information about the asterisk-users mailing list