cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
978
Views
0
Helpful
4
Replies

Call Testing FXO Ports

pharden
Level 1
Level 1

I was told a command where one could telnet to a router (Gateway) and use a command to test each FXO. Does anyone know that command?

Thanks

PH

1 Accepted Solution

Accepted Solutions

Rob Huffman
Hall of Fame
Hall of Fame

Hi Phillip,

I believe the command you are referring to is;

csim start

Cheers!

Rob

View solution in original post

4 Replies 4

Rob Huffman
Hall of Fame
Hall of Fame

Hi Phillip,

I believe the command you are referring to is;

csim start

Cheers!

Rob

Cool, i tested it. It dialed out. of course i can not do a "sh voice call sum to see which port it went out...

Where can i find info on what the results mean?

call attemp =1 Setup failed =1 ???

You can do "debug vpm signal" & "term mon" to check FXO port your call took. 

Logs for this debug will tell you if call completed or failed

 

For Good Call:

May 10 12:58:53.157: htsp_process_event: [0/1/1, FXOLS_WAIT_DIAL_TONE, E_HTSP_EVENT_TIMER]fxols_wait_dial_timer htsp_dial
May 10 12:58:55.197: htsp_process_event: [0/1/1, FXOLS_WAIT_DIAL_DONE, E_DSP_DIALING_DONE]fxols_wait_dial_done htsp_progress
May 10 12:58:55.197: htsp_timer - 350 msec
May 10 12:58:55.547: htsp_process_event: [0/1/1, FXOLS_WAIT_CUT_THRU, E_HTSP_EVENT_TIMER]fxols_handle_cut_thru

 

For Bad Call:

May 10 13:07:33.517: htsp_process_event: [0/1/1, FXOLS_WAIT_DIAL_TONE, E_DSP_SIG_1100]fxols_power_denial_detected
May 10 13:07:33.517: htsp_timer2 - 1000 msec
csim err csimDisconnected recvd DISC cid(185025)
May 10 13:07:33.517: htsp_timer_stop
May 10 13:07:34.517: htsp_process_event: [0/1/1, FXOLS_WAIT_DIAL_TONE, E_HTSP_EVENT_TIMER2]fxols_power_den_disc

 

Another quick way, not as reliable as above is checking response to CSIM

 

Good Call:

csim: loop = 1, failed = 0
csim: call attempted = 1, setup failed = 0, tone failed = 1

 

Bad Call:

csim err csimDisconnected recvd DISC cid(185020)
csim: loop = 1, failed = 1
csim: call attempted = 1, setup failed = 1, tone failed = 0

 

I am responding to a old post .I hope this helps some one looking for answer to this.