USAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Now you have the phone and the user. Now you can use a few different ways to make a call:
1. Dial IP_address
2. dial protocol:IP_address
3. dial extension@Asterisk_IP
4. dial protocol:extension@Asterisk_IP
5. dial extension@Asterisk_IP;user=username
6. dial protocol:extension@Asterisk_IP;user=username
You can dial user by IP. I have an IP phone with IP 10.10.0.22. If you type : 10.10.0.22 or sip:10.10.0.22 you can dial the phone without using asterisk
My IP phone has extension 8888 and my Asterisk server has IP 10.3.3.25, so I can make a call by typing this: exten@Asterisk_IP i.e. 8888@10.3.3.25
And also you can dial like this: sip:8888@10.3.3.25 or also 8888@10.3.3.25;user=sjphone or sip:8888@10.3.3.25;user=sjphone.
