- This topic has 5 replies, 1 voice, and was last updated 12 years, 9 months ago by
unbelievable to Amin.
-
AuthorPosts
-
Gagandeep Singh
Guesthi, i am doin project on voip and supposed to calculate max no of concurent session possible in a H323 based voip.
if anybody have idea plz reply
MikeM
GuestYou need 2 pieces of information.
1. The audio codec/compression you will use for the calls. Typically it is either G729 or G723. You can look up on the internet to find out how much bandwidth they each need. Make sure you do not forget to add in the IP overhead like packet header and such to determine complete per call bandwidth required.
2. You need to know how much bandwidth you have available to you at the location. You need to know both up and down bandwidth.
Once you have both of these it is simple math to divide one into the other and that will give you the number of calls.
MikeM
mike_voip@hotmail.comGagandeep Singh
GuestThanks MikeM;
as told by you i will check which compressiom i am using( i am using sjphone for voip).please make me understand what other factors i have to add in that?as you told (IP overhead like packet header)
i mean to say how to calculate how to determine these factrors( i am using tshark for getting information about packets.mikeM
Guestyou have to add on the ip header and other factors based on the type of network you use, any type of header compression, etc. These are all based on your router settings.
typically a g729 will use between 18 and 20k per call per direction, but you can find all this if you search on the internet.
Amin
GuestDear Sir,
I am a programmer in Embedded systems. I am interested in the Voice over Internet Protocol. so I am mailing you for that. I need the whole programmings of the TCP/IP based VOice Over IP.
It will be very kind of you if you consider my cxam and send me all the programm details including C, C++ & Visual Baasic.
Waiting for your reply.Thnx & Rgds.
AMINunbelievable to Amin
GuestMaybe we should just give you the full application so that you do not need to do any work and just start using it to make money while paying nothing to get it??
If you truly are a programmer in this, you should have no problem creating your own application.
-
AuthorPosts