Ergin GUZEL | Hi All
I solved the busy tone problem.
When I looked at the event that reached to router when the call is busy, I saw that "ev_destroy_done" had come. So I added
set TopFSM(any_state,ev_destroy_done) "act_Cleanup, same_state"
to state machine part and it worked. I also removed "leg connect leg_incoming". Thanks |
| Please sign in to flag this as inappropriate. |