Iker
Iker

Reputation: 2048

Asterisk + Android, communication service

I would like to make a simple project. Having two Android phones, I would like to send messages and call between them using an Asterisk PBX. I guess that I should program a SIP application for Android device to register on the PBX and be able to make calls and send messages.

Anyone any idea where to start? I'd very pleased to get new ideas or advice :)

Best regards

Upvotes: 3

Views: 1751

Answers (2)

Szocske
Szocske

Reputation: 7661

Open source SIP softphones like sipdroid or csipsimple exist. You should be able to build on them, customize them, or just use them "as is" :-)

Upvotes: 3

Related Questions