R
R
Rasul2014-09-16 14:04:43
Asterisk
Rasul, 2014-09-16 14:04:43

How to find the reason why our asterisk is not transferring the sip call to the provider?

I heard a complaint from users that when they make an outgoing call, they hear silence and then reset! I went into the database and saw that these calls have lastapp = Busy , lastdata = 20 and there was no call at all according to the billing of the VIP provider, although our database says that the call went through this provider. Made a selection, it turns out that every 20th call leaves ~ 5%. It turns out that our telephony itself resets the call.
How can you track down the problem? And how to solve it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir, 2014-09-16
@rasul4ik

Busy(20) is called
to make it audible

same => n,Answer(0.5)
same => n,Busy(20)
same => n,Hangup()

another unanswered option
same => n,Playtones(busy)
same => n,Busy(20)
same => n,Hangup()

and that's why you need to look at it in verbose logs

A
Alexey Kolosov, 2014-09-16
@satisFUCKtor

Log * look with Verbosity 3+ - there is probably an answer to your question

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question