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
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 https://github.com/kamailio/kamailio-ci/issues
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
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 https://github.com/kamailio/kamailio-ci/issues
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-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 https://github.com/kamailio/kamailio-ci/issues
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
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 https://github.com/kamailio/kamailio-ci/issues
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
On 6/10/20 12:17 AM, Pavithra Mohanraja wrote:
Using the kamailio-ci images , I am unable to install any packages using "apt-get install" inside the container .
Can you clarify the meaning of "unable"? Nobody can help you if you just say "it doesn't work" without elaboration. You need to tell people what isn't working, exactly, and what the symptoms are.
Second, are you sure that installing packages inside the container is a good idea? While in some cases it is perhaps necessary, in general it goes against the philosophy of containers as a packaging and distribution mechanism. Containers are not the same as servers, VMs or VPSs.
-- Alex
Hi, I tried to do "apt-get update" inside the container, so it was showing "apt is not found".
I need to understand , Is that the way the container works or Is there anyother way to use the "apt" package.
One more clarification required on base image of kamailio. In kamailio/kamailio:ci , It is defined as alpine based images, but when i see in "uname -r" inside the container, it shows "ubuntu-16.04". So what is the base image used and need some explanation on the alpine distribution.
Thanks, Pavithra
On Wed, Jun 10, 2020 at 10:00 AM Alex Balashov abalashov@evaristesys.com wrote:
On 6/10/20 12:17 AM, Pavithra Mohanraja wrote:
Using the kamailio-ci images , I am unable to install any packages using "apt-get install" inside the container .
Can you clarify the meaning of "unable"? Nobody can help you if you just say "it doesn't work" without elaboration. You need to tell people what isn't working, exactly, and what the symptoms are.
Second, are you sure that installing packages inside the container is a good idea? While in some cases it is perhaps necessary, in general it goes against the philosophy of containers as a packaging and distribution mechanism. Containers are not the same as servers, VMs or VPSs.
-- Alex
-- Alex Balashov | Principal | Evariste Systems LLC
Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free) Web: http://www.evaristesys.com/, http://www.csrpswitch.com/
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Hi,
welcome to the confusing world of docker. I assume that uname shows your host that serves docker, cos docker images itself are not full vms only processes and an image that run on your host.
So maybe learn docker if you want to go this way or use a VM and install all you need by yourself.
BTW apk is the equivalent of apt in alpine.
Pavithra Mohanraja pavimohan3004@gmail.com schrieb am Mi., 10. Juni 2020, 06:44:
Hi, I tried to do "apt-get update" inside the container, so it was showing "apt is not found".
I need to understand , Is that the way the container works or Is there anyother way to use the "apt" package.
One more clarification required on base image of kamailio. In kamailio/kamailio:ci , It is defined as alpine based images, but when i see in "uname -r" inside the container, it shows "ubuntu-16.04". So what is the base image used and need some explanation on the alpine distribution.
Thanks, Pavithra
On Wed, Jun 10, 2020 at 10:00 AM Alex Balashov abalashov@evaristesys.com wrote:
On 6/10/20 12:17 AM, Pavithra Mohanraja wrote:
Using the kamailio-ci images , I am unable to install any packages
using
"apt-get install" inside the container .
Can you clarify the meaning of "unable"? Nobody can help you if you just say "it doesn't work" without elaboration. You need to tell people what isn't working, exactly, and what the symptoms are.
Second, are you sure that installing packages inside the container is a good idea? While in some cases it is perhaps necessary, in general it goes against the philosophy of containers as a packaging and distribution mechanism. Containers are not the same as servers, VMs or VPSs.
-- Alex
-- Alex Balashov | Principal | Evariste Systems LLC
Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free) Web: http://www.evaristesys.com/, http://www.csrpswitch.com/
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
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 https://github.com/kamailio/kamailio-ci/issues
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
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 https://github.com/kamailio/kamailio-ci/issues
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
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 https://github.com/kamailio/kamailio-ci/issues
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