I asked questions regarding reduce time consumption of process of ‘Any time Large number of context adding in Dial plan’
That Large number start from 9000 or more.
As https://wiki.asterisk.org/wiki/display/AST/Contexts%2C+Extensions%2C+and+Priorities
says i am adding 9000 or more lines in extensions.conf as per syntax.
This is happens due to calling functions of ‘asterisk-java-1.0.0.M3.jar’ in for loop in my java program.
When number is small like below 5000 then in very less time registration or adding stations in dial plan is occurs. But problem for large number of station.
So i got answer from this link http://stackoverflow.com/questions/15516923/how-to-reduce-time-of-process-adding-new-members-in-conf-files-in-asterisk.
Opensips or Kamailio is solution for this type of question…
But still i am confuse about it…Currently i am reading about both open source projects so might be confusion get solve. But…
I need experts guidance about it.