How to debug VoIP
From TBwiki
(Difference between revisions)
(New page) |
|||
Line 1: | Line 1: | ||
− | The VoIP ports can be used for SIP, RTP and Sigtran (M2PA, M2UA or M3UA). Here are different way sto debug:<br> | + | The VoIP ports can be used for SIP, RTP and Sigtran (M2PA, M2UA or M3UA). Here are different way sto debug:<br> |
+ | |||
+ | <br> | ||
+ | |||
+ | *Setting the VoIP address. Follow the [[Toolpack v2.5:Configuring IP Interfaces|Web portal configuration guide]].<br> | ||
<br> | <br> | ||
− | * | + | *Verifying the IP address configured |
− | + | ||
− | + | From the web portal: | |
− | + | <pre>Status -> Adapters -> voip0 (or any other interface) </pre> | |
+ | From the command lines:<br>Access to the Tmedia unit using SSH.<br>Access the telecom baseboard of the Tmedia using telnet | ||
+ | |||
+ | <pre>telnet 172.31.1.1 | ||
</pre> | </pre> | ||
− | < | + | <pre>ifconfig -a |
+ | |||
+ | </pre> | ||
+ | |||
*Pinging a remote device from the VoIP ports<br> | *Pinging a remote device from the VoIP ports<br> | ||
Line 15: | Line 25: | ||
<pre>telnet 172.31.1.1 | <pre>telnet 172.31.1.1 | ||
− | </pre> | + | </pre> |
− | Ping the remote unit by specifying the local VoIP port to use. For example, if the IP address of the local VoIP port is 68.67.49.147 and the remote is 208.94.105.1 :<br> | + | Ping the remote unit by specifying the local VoIP port to use. For example, if the IP address of the local VoIP port is 68.67.49.147 and the remote is 208.94.105.1 :<br> |
<pre>ping -B 68.67.49.147 208.94.105.1 | <pre>ping -B 68.67.49.147 208.94.105.1 | ||
− | </pre> | + | </pre> |
− | <br> | + | <br> |
− | *[[ | + | *[[VoIP Ethernet Capture|VoIP ethernet capture]]<br> |
<br> | <br> |
Revision as of 09:23, 11 May 2011
The VoIP ports can be used for SIP, RTP and Sigtran (M2PA, M2UA or M3UA). Here are different way sto debug:
- Setting the VoIP address. Follow the Web portal configuration guide.
- Verifying the IP address configured
From the web portal:
Status -> Adapters -> voip0 (or any other interface)
From the command lines:
Access to the Tmedia unit using SSH.
Access the telecom baseboard of the Tmedia using telnet
telnet 172.31.1.1
ifconfig -a
- Pinging a remote device from the VoIP ports
Access to the Tmedia unit using SSH.
Access the telecom baseboard of the Tmedia using telnet
telnet 172.31.1.1
Ping the remote unit by specifying the local VoIP port to use. For example, if the IP address of the local VoIP port is 68.67.49.147 and the remote is 208.94.105.1 :
ping -B 68.67.49.147 208.94.105.1