Thanks for your reply.
The server is running with public IP address. But we are facing these problem.
1.. Audio can connect but can't hear audio in both sides.
2.. Video connection never happens. It was processing for very long.
There is no problem when we test in home wireless network. The audio and video connects w/o any problem. The SIP server is still the same server which is located at data centre.
Not able to connect in 3G/4G.
Thanks for your help.
----- Original Message -----
From: Muhammad Shahzad
To: sam(a)dsmedia.com.sg ; Kamailio (SER) - Development Mailing List
Sent: Wednesday, September 25, 2013 10:38 AM
Subject: Re: [sr-dev] Mobile Apps
If you are using default kamailio.cfg then it should work out of the box, you only need to ensure that your server is running on machine with public IP address, so, it would be reachable over 3G / 4G networks etc.
Thank you.
On Wed, Sep 25, 2013 at 1:05 AM, <sam(a)dsmedia.com.sg> wrote:
Dear Sir/Madam,
I need some assistance.We are developing a mobile Apps. The apps has module for chat which consists of audio and video.
I am using Linphone for client and Kamailio for SIP Server.
When we tested it works in the same wifi only. Does not work in 3g/4G or different wifi networks. Text is ok.
Audio call is connected but can't hear audio in both sides. Same for video. It is processing for very long. Please assist on this.
Thanks
SamG
DS Media
http://www.dsmedia.com.sghttps://www.youtube.com/user/Dsmediatv
_______________________________________________
sr-dev mailing list
sr-dev(a)lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
--
Mit freundlichen Grüßen
Muhammad Shahzad
-----------------------------------
CISCO Rich Media Communication Specialist (CRMCS)
CISCO Certified Network Associate (CCNA)
Cell: +49 176 99 83 10 85
MSN: shari_786pk(a)hotmail.com
Email: shaheryarkh(a)googlemail.com
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2013.0.3408 / Virus Database: 3222/6696 - Release Date: 09/24/13
Last night, i upgraded my dev machine from debian squeeze to debian wheezy,
so i have to recompile kamailio and relevant dependencies again. However
kamailio compilation failed for module mi_xmlrpc, since wheezy has newer
version of libxmlrpc-c3 library that is incompatible with kamailio version
4.0.3.
Cutting the long story short, i end up writing a small patch for
compatibility of mi_xmlrpc module for newer library. I am attaching the
patch file here, (since i don't have write access to kamailio trunk) and
hope someone from kamailio developer team will take a look at it and merge
it to trunk.
The patch successfully compiles mi_xmlrpc module and seems to be stable
working perfect, and hopefully seamlessly work on other distributions as
well. I have tested it against libxmlrpc-c3 version 1.16.x (installed by
apt) and 1.35.x (latest trunk).
Let me know for any problems with it.
Thank you.
--
Mit freundlichen Grüßen
Muhammad Shahzad
-----------------------------------
CISCO Rich Media Communication Specialist (CRMCS)
CISCO Certified Network Associate (CCNA)
Cell: +49 176 99 83 10 85
MSN: shari_786pk(a)hotmail.com
Email: shaheryarkh(a)googlemail.com
Dear Sir/Madam,
I need some assistance.We are developing a mobile Apps. The apps has module for chat which consists of audio and video.
I am using Linphone for client and Kamailio for SIP Server.
When we tested it works in the same wifi only. Does not work in 3g/4G or different wifi networks. Text is ok.
Audio call is connected but can't hear audio in both sides. Same for video. It is processing for very long. Please assist on this.
Thanks
SamG
DS Media
http://www.dsmedia.com.sghttps://www.youtube.com/user/Dsmediatv
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#348 - Invalide tel INVITE crashes 4.0.3
User who did this - Daniel Tryba (dtryba)
----------
The short syslog output is from an other crash on production. The attached files are all for the same failure on a test machine, but strange enough the DNS resolve error is missing.
No loopkups in failure routes AFAIK. It will take some days before I can build a new test environment.
The Q&D workaround is
if($rU=~"[^0-9+]")
{
send_reply("478","Invalid destination [$rU]");
exit;
}
since the only route these calls should take is to a PSTN gateway.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=348#comment1101
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#341 - presence_dialoginfo -> force_single doesn't sent most relevant xml
User who did this - Daniel-Constantin Mierla (miconda)
----------
Any follow up on this?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=341#comment1100
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
hi guys,
i am a newbie with kamailio dev, with my circumstance, I need some
approaches for notify inter-process what happend.
for example, my module need invoke thrift interface for some operation use
tcp long connection. when tcp disconnected, I don't want connect thrift
server direct in tcp receiver process, because connect operation will block
process. I have more than one thrift serveres, my module can use other
connection when one of them going down. but I need some approaches that
told tcp receive process to reconnect thrift server in exactly time. maybe
I can use slow-timer process to attempt connect thrift server. how to
notify my module ?
thanks for any advises.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#347 - avpops: avp_check() use xavp semantic on first parameter
User who did this - Víctor Seva (linuxmaniac)
Reason for closing: Implemented
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=347
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.