Re: [asterisk-users] call replicating

2020-06-10 Thread Marek Greško
Hello, provider responded the behavior is intentional from their side. So this should be fixed in asterisk. The pjsip cleanly does not do any unregistrations where it should. Marek 2020-06-07 12:30 GMT+02:00, Marek Greško : > Hello, > > I found the problem and also the workaround. > > Clearly,

Re: [asterisk-users] call replicating

2020-06-07 Thread Marek Greško
Hello, I found the problem and also the workaround. Clearly, since it was working with chan_sip it should not be dialplan problem, but sip stack problem. I have line=yes set up. After asterisk restart the old registration is not unregistered and new one is registered with different line value.

Re: [asterisk-users] call replicating

2020-06-05 Thread Doug Lytle
On 6/5/20 12:24 PM, Marek Greško wrote: How can this behavior been overriden? I do not expect this is problem on provider side, since it was working normally using chan_sip. Console output and dial plan snippets are always useful when diagnosing, Doug --

[asterisk-users] call replicating

2020-06-05 Thread Marek Greško
Hello, after migration from chan_sip to res_pjsip I get strange behavior when receiving call from the outside world. When call is received, it is replicated multiple times. Two of that calls get to the phone. So the phone is ringing on both lines. When having only Dial function in dialplan I am