Hello,
I have this scheme: SIP Carrier (external IP 22.203) < > (local ip 1.21)
mikrotik < > (local ip 1.21) Kamailio - (local ip 1.15) Asterisk.
Carrier does not know what is Route header. that is why Carrier send ACK
directly to 1.15 and fail.
I change Contact at Kamailio to 1.21 then ACK i
en my whole problem seems to be
> solved.
>
>
> 2014-06-12 9:17 GMT+02:00 pa...@eremina.net :
>
> Hi again.
>> You can try to use topology hiding in you kamailio( don't forget add some
>> code for message which has uri==myself it present in docs).
>>
>>
gt; modparam("dialog", "dlg_match_mode", 0)
>
> gave some errors. should i still try to get the dialog module working?
>
>
>
>
> 2014-06-10 17:46 GMT+02:00 pa...@eremina.net :
>
>> Hi!
>> Check "did=" in your dialog messages? if not
Are you sure that you need exactly SER 0.9.6 may be you need kamailio or
opensips? As i understand SER is very very old product.
2014-06-12 4:28 GMT+06:00 Horo, Priyam :
> Hi,
> I cannot find the link to download the SER SIP server. I went to
> http://www.iptel.org/download, but do not see how
Hi again.
You can try to use topology hiding in you kamailio( don't forget add some
code for message which has uri==myself it present in docs).
I use it and ack processing well.
I think it's because some sip servers can't work with SIP proxy. it created
only for PBX.
2014-06-10 18:16 GMT+06:00
Hi!
Check "did=" in your dialog messages? if not present, use match_dialog_mode
= 0.
2014-06-10 18:16 GMT+06:00 Gijs Kwakkel :
> client1 <> provider <> kamailio <> asterisk <> client2
>
> when client1 calls client2, everything seems to work. sounds works.
> after a few seconds the call gets term
Hi, All!
Try to register user in Kamailio and then relay REG massage to Asterisk.
Asterisk register user and looks good.
But when I send Unreg message to Kamailio, it unregister user successfully
but Asterisk say: Message REGISTER Ignoring because retransmit (CSeq 1234
our CSeq 1234).
Did someone