Jump to content

IP phone and PHP


budimir

Recommended Posts

@Mchl

 

I'm not quite sure. It's LG-Nortel LIP-6812D and other's are Cisco IP phones.

 

As I see it it's possible to register the phone, because every phone has an IP adress. So, basiclly, we could register each phone buy recording it's IP adress. But I don't know how to register when a phone is ringing and how to display a number from which call is coming from.

 

I would like to make like a network phonebook and when someone call's the number is displayed and everything is recorder in a database.

 

Ideas??

Link to comment
https://forums.phpfreaks.com/topic/123577-ip-phone-and-php/#findComment-638196
Share on other sites

You need to communicate with the SIP server itself to connect to the API. I've worked with Asterix previously and had a small amount of success connecting to the API and issuing some commands (like end-to-end calling). The phones themselves do not contain any API to my knowledge.

 

Also, in Asterisk there is an option to supply a script to run during particular parts of the dialplan. This is where you can insert the call to a PHP script.

 

I'm being very sketchy I realise, but it has been a while (2 years+) since I worked with it...

Link to comment
https://forums.phpfreaks.com/topic/123577-ip-phone-and-php/#findComment-638258
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.