Re: [SR-Users] Reg. shared library linking during compiling time

2013-02-07 Thread kiran bhosale
madhumanju...@integramicro.com wrote: Hello All, Please find below steps...and kindly let me know the error solution. STEP 1:: Under modules I created a directory name b2bentities /root/kamailio-3.3.2/modules/b2bentities $ls b2bentities.so b2b_server.c b2b_server.d b2b_server.h b2b_server.o

[SR-Users] Reg. shared library linking during compiling time

2013-02-07 Thread madhumanjusha
Hello All, Please find below steps...and kindly let me know the error solution. STEP 1:: Under modules I created a directory name b2bentities /root/kamailio-3.3.2/modules/b2bentities $ls b2bentities.so b2b_server.c b2b_server.d b2b_server.h b2b_server.o dialog.h librpath.lst makecfg.lst Ma

Re: [SR-Users] Need help in rewriting the Request URI

2013-02-07 Thread Ajay Sabat
Hi Daniel, Thanks for your help. I am trying to use uac_replace_to(uri). But how would I mention the destination ip address resolved from the domain name? For example, if I hard code the ip address as given below it works. But I need to modify such a way that it automatically uses the ip address

[SR-Users] kamctl restart and mediaproxy

2013-02-07 Thread Eduardo Lejarreta Langarica SARENET
Good evening again. Kamailio 3.2.2 and mediaproxy 2.5.2 An long-time issue for us: kamctl restart stops mediaproxy audio. is there anyway to avoid this? Any idea will be helpful. Thanks and best regards. -

[SR-Users] dlg_manage and engage_media_proxy

2013-02-07 Thread Eduardo Lejarreta Langarica SARENET
Good evening. Kamailio 3.2.2 and mediaproxy 2.5.2 We find a problem when using engage_media_proxy and dlg_manage on the same kamailio.cfg (we loose one way audio) is ther any issue with regard to this? may be anything we're doing wrong? any other easy way to control concurrent calls? If 1.- we

Re: [SR-Users] Problems with MSILO module can't receive messages with m_dump.

2013-02-07 Thread Daniel-Constantin Mierla
Hello, a way to protect is to have a check on source ip on route AUTH, like: if(src_ip==myself) return; This will not challenge the requests that are sent from the server itself. Cheers, Daniel On 2/4/13 4:06 PM, Stoyan Mihaylov wrote: I had same problem long time ago. When I found enough

Re: [SR-Users] msilo patch

2013-02-07 Thread Daniel-Constantin Mierla
For sake of archiving, the issue was solved in a different way, based on a discussion on devel list. On 1/29/13 5:01 PM, Stoyan Mihaylov wrote: When I used, last versions from git, I got error and crash of kamailo using m_dump. I got latest version from git, and I made one patch: diff --git a

Re: [SR-Users] Need help in rewriting the Request URI

2013-02-07 Thread Daniel Tryba
On Thursday 07 February 2013 04:08:06 Ajay Sabat wrote: > I don't have any knowledge in tweaking kamailio. I tried some tricks like > the following by going through documents and pervious emails in the > forum. But it didn't work. Some of them have spoken about avp and pseudo > variables. But I a