Hi,

In kamailio IMS docker images, I can able to establish call between two users (alice & bob).
When I make a call from alice to bob using pjsip,
Till ACK everything is fine.
When it comes to BYE Packet, It reaches only till PCSCF . Its not going to the other user.

What will be the issue ?. Could anyone please help me.
I am giving outbound proxy as pcscf. 


172.17.0.3 - pcscf
172.17.0.6 - alice
172.17.0.8 - bob

BYE -> 172.17.0.6 -> 172.17.0.3





On Thu, Jun 18, 2020 at 10:44 AM Pavithra Mohanraja <pavimohan3004@gmail.com> wrote:
Hi,

In kamailio IMS docker images, I can able to establish call between two users (alice & bob).
When I make a call from alice to bob using pjsip,
Till ACK everything is fine.
When it comes to BYE Packet, It reaches only till PCSCF . Its not going to the other user.

What will be the issue ?. Could anyone please help me.
I am giving outbound proxy as pcscf. 

I have attached pcap files taken at alice and bob containers.

172.17.0.3 - pcscf
172.17.0.6 - alice
172.17.0.8 - bob
 


On Wed, Jun 10, 2020 at 12:54 PM Sergey Safarov <s.safarov@gmail.com> wrote:
you use apt-get because kamailio-ci image base not on Debian dist

kamailio-ci image based on Alpine

docker run --entrypoint cat kamailio/kamailio-ci:5.3-alpine /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.11.6
PRETTY_NAME="Alpine Linux v3.11"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"

here need use apk, like
apk add mc



On Wed, Jun 10, 2020 at 7:18 AM Pavithra Mohanraja <pavimohan3004@gmail.com> wrote:
Hi,

Using the kamailio-ci images , I am unable to install any packages using "apt-get install" inside the container .

Is there any way to do it .. please suggest me.


Thanks,
Pavithra

On Tue, Jun 9, 2020 at 4:16 PM Sergey Safarov <s.safarov@gmail.com> wrote:
kamailio-ci docker image contains only /etc/kamailio/kamailio.cfg config file
if you want use own config this may be done via folder mount

 docker run --net=host --name kamailio \
           -v /etc/kamailio:/etc/kamailio \
           kamailio/kamailio-ci


On Tue, Jun 9, 2020 at 10:49 AM Pavithra Mohanraja <pavimohan3004@gmail.com> wrote:
Hi ,

How can i get all configuration files in my docker image for kamailio IMS.

If i run the container , I am getting only kamailio.cfg file
Kindly help.


Thanks,
Pavithra

On Mon, Jun 8, 2020 at 7:12 PM Sergey Safarov <s.safarov@gmail.com> wrote:
you can check current modules for kamailio/kamailio-ci image

docker run --rm=true --entrypoint ls kamailio/kamailio-ci:master -1 /usr/lib/kamailio/modules/

If some modules is missing, you can open ticket to add required modules

On Mon, Jun 8, 2020 at 3:23 PM Pavithra Mohanraja <pavimohan3004@gmail.com> wrote:
Hi ,
Could anyone kindly tell me if there is docker images for kamailio IMS.

I can able to see docker images for only Kamailio as a SIP server.

Please help.


Thanks,
Pavithra
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users