5.then open asterisk and write reload and keep it open .
6. open the ad-hoc for both device.
7.go to setting and open VOIP and IM account .
8. write 2000@server_static_ip and password 1234 in server N900 which have asterisk .
9.write 2001@server_static_ip and password 1234 in client n900 (second phone).
10. the availbility state should be enable .
11. in both N900 go to all contact and add new contact .
in server first_name 2001 and SIP 2001@192.168.1.1 .
in client first_name 2000 and SIP 2000@192.168.1.1 .
12. finally select one of n900 then go to phone and select the contat .
the target for this project for me was only to learn but it work succseeful .
i will explane how two n900 phone can connect over voip.
1.i did ad-hoc network by http://wiki.maemo.org/N900_ad_hoc_wifi_hotspot
2. configure in both N900 static ip for same channel by http://wiki.maemo.org/Static_IP_Address
3. i install in both N900 asterisk PBX.
4.select one of N900 then cd /home/opt/asterisk/etc
then modify both sip.conft and extensions.conf as file example .
sip.conf
[general]
port = 5060
bindaddr = 0.0.0.0
context = others
[2000]
type=friend
context=my-phones
secret=1234
host=dynamic
[2001]
type=friend
context=my-phones
secret=1234
host=dynamic
extensions.conf
[others]
[my-phones]
exten => 2000,1,Dial(SIP/2000)
exten => 2001,1,Dial(SIP/2001)
copyright http://www.the-asterisk-book.com/uns...-konfigurieren
5.then open asterisk and write reload and keep it open .
6. open the ad-hoc for both device.
7.go to setting and open VOIP and IM account .
8. write 2000@server_static_ip and password 1234 in server N900 which have asterisk .
9.write 2001@server_static_ip and password 1234 in client n900 (second phone).
10. the availbility state should be enable .
11. in both N900 go to all contact and add new contact .
in server first_name 2001 and SIP 2001@192.168.1.1 .
in client first_name 2000 and SIP 2000@192.168.1.1 .
12. finally select one of n900 then go to phone and select the contat .
13. the max distance around 12 m
i hope to work with all
to get more information visit http://www.voip-info.org
and www.asterisk.org/
done by boss_ozer