Re: [asterisk-users] Reproducible ReInvites sent by UAS after exactly 900s despite session-timers=refuse

2017-01-08 Thread Michael Maier
On 12/28/2016 at 05:36 PM Michael Maier wrote: > On 12/27/2016 at 07:54 PM Michael Maier wrote: >> Hello! >> >> I'm facing ReInvites as caller from UAS despite configured >> session-timers=refuse (which can be seen in the SIP trace) always after >> 900s. (The behavior is the same if session-timers

Re: [asterisk-users] Connection dropped after 15 minutes with Deutsche Telekom

2017-01-08 Thread Max Grobecker
Hi, I figured out that this happens, when Asterisk ignores Session-Timers requests. So I added the following to my DTAG peer configuration and eleminated the problem - and can use g722 on the DTAG network :-) --- session-timers=accept session-expires=120 auth_options_requests

Re: [asterisk-users] Connection dropped after 15 minutes with Deutsche Telekom

2017-01-08 Thread Luca Bertoncello
Luca Bertoncello schrieb: Hi again! > The problem: after 15 minutes will the call dropped, but only if the call is > to another nation! If I just call another phone in Germany, I can speak > longer than 15 minutes... After a long work, and with the huge help of Michael Maier, I found the proble