3

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

Iker
  • 2,018
  • 2
  • 29
  • 52

2 Answers2

3

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" :-)

Szocske
  • 7,466
  • 2
  • 20
  • 24