Whenever I add a new tenant I have to go and manually fix the extensions.include file. Thirdlane adds the
include => parkedcalls-Tenant line to the end of the -redir section instead of the beginning.
Bad Sample how my thirdlane does it:
[from-inside-redir-Team]
include => local-extensions-Team
include => feature-extensions-Team
include => outgoing-emergency-Team
include => outgoing-unrestricted-Team
include => outgoing-Team
include => parkedcalls-Team <<<<< parkedcalls-Team <<<<< local-extensions-Team
include => feature-extensions-Team
include => outgoing-emergency-Team
include => outgoing-unrestricted-Team
include => outgoing-Team
Then I have to restart asterisk . Park won't work for that tenant until I do this.
How do I fix this so it does it right the first time?
it should work, even down
it should work, even down there, unless you have already assigned extensions 700 701 702 703 and 704 somewhere in your dialplan. I use call parking all the time without having to make that adjustment.
I will try and create another tonight
Maybe I just have to restart asterisk for it to work. I shouldn't have to restart asterisk should I?
[from-inside-redir-Team]
include => local-extensions-Team
include => feature-extensions-Team
include => outgoing-emergency-Team
include => outgoing-unrestricted-Team
include => outgoing-Team
include => parkedcalls-Team ***Wrong spot***
[from-inside-redir-Team]
include => parkedcalls-Team ***Right spot***
include => local-extensions-Team
include => feature-extensions-Team
include => outgoing-emergency-Team
include => outgoing-unrestricted-Team
include => outgoing-Team