I am using asterisk 1.8.7.1 and i want to start call conference suppose i have an extension no. 12 it will call outside party number when call connect than extension no. 12 transfer that call to conference and than dial another outside number and when connect than all three talk to each other.
After searching i have found meetme application but i am unable to understand how to configure.
The way that peer support forums like this work is that you attempt to do what you want to do then provide that attempt and the console output, etc. that it produces, and other Asterisk users try to work out what you have done wrong.
It is also possible to ask for very specific points in the documentation to be explained. You need to identify very specific points that are unclear, and try and explain what they appear to mean to you and why that doesn’t make sense to you.
Alternatively it can provide hints, but you already found the hint to use meetme, yourself.
If you want a complete solution, you should hire a consultant. The jobs forum is there to help in doing that.
The dahdi that is installed must match the kernel that is being booted.
The dahdi development files must have been present at the time that ./configure was run, when building Asterisk. (This was probably the case, otherwise the meetme module wouldn’t be built.)
I am using Centos 6 and kernel version 2.6.32-1 and i have install dahdi-linux-complete-2.6.1+2.6.1 before installing asterisk. because i am not having any dadhi support hardware so i have not start dahdi. How i can assure dahdi always start before asterisk.
Do an lsmod (Linux) to confirm that dahdi really is loaded.
Do a help dahdi (Asterisk CLI) to confirm that chan_dahdi has loaded. If it hasn’t loaded, try loading it explicitly with module load, and report the resulting errors.