Is is possible!!!


 
Thread Tools Search this Thread
Special Forums IP Networking Is is possible!!!
# 1  
Old 12-06-2005
Is is possible!!!

Dear All,
Iam new to this forum.I got a new work in Automatic call testing,where we will be passing some inputs to the system(PC-with PBX),which should automatically connect to the destination PC-with PBX and pass the input to it.I have tried the protocols and found that SIP will be the feasible one.
The first question that arised is can we able to do it in Linux?
can anyone give suggest me how to start with,I am not sure that am i going in the right track or not.i would be grateful if u explain with sample codes.

regards
cskumar
# 2  
Old 12-06-2005
Hmm, this is a very broad level question. The way you connect to the PBX will depend on the protocol that the PBX specifies. whethere linux can do it or not, will depend on the PBX, but generally yes. I suppose PBX will either use serial or TCP connection to the computer. If it supports one of the 2 then the rest is how you decide to get connected. You could write basic c socket layer program and send across info to the PBX and get that info from the PBX. You can then parse this info based on what messaging protocol is setup between you and your PBX.
coming to sample codes, what sample codes do you want? For socket connection there will be plenty on the C forum of this website or in general over the internet. As for parsing you need to first lay out the protocol.
I am working on a PMS that interfaces with many vendors like PBX, keys, GVS etc. We have a huge bunch of software here. and that is why i tell you that yours is a very broad level question
# 3  
Old 12-07-2005
Thanx fro ur reply.

Hi,
thanx for ur reply,

regards,
cskumar
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question