Multiple context

Is it possible for sip channel to have 2 contexts? I tried putting a comma but didnt work

Example:
[tammari]
type=friend
context=merus-sipphone

Something like

context=group1, group2

not in that format. however you can include one context inside another in extensions.conf ie

[context1]
include => context2

if you don’t want this to always be the case create a special context for your sip account thats set up like:

[specialcontext]
include => context1
include => context2
(and nothing else)

hoep that helps