[SR-Users] Mid call announcement(kamailio server)

2013-01-18 Thread madhumanjusha
Hello, As of now am working on Kamailio server. My task is to announce in between call,my sip clients are EKIGA. I should able to make my kamailio server act as controller and media server,for that purpose my first step is : invite hold to called party. second step is:: invite(sdp for .wav file) to

Re: [SR-Users] sr-users Digest, Vol 92, Issue 43

2013-01-21 Thread madhumanjusha
Thanks a lot for quick response. On Sat, January 19, 2013 3:59 am, sr-users-requ...@lists.sip-router.org wrote: > Send sr-users mailing list submissions to > sr-users@lists.sip-router.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sip-router.org/cgi-bin/mailman/l

Re: [SR-Users] sr-users Digest, Vol 92, Issue 50:Modify IP address in SDP (Austin Einter)

2013-01-22 Thread madhumanjusha
On Tue, January 22, 2013 1:58 pm, sr-users-requ...@lists.sip-router.org wrote: > Send sr-users mailing list submissions to > sr-users@lists.sip-router.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users > or, via email,

Re: [SR-Users] sr-users Digest, Vol 92, Issue 50:Problem with 4.0 nightlies and IMS - sem_post undefined (Barry Flanagan)

2013-01-22 Thread madhumanjusha
On Tue, January 22, 2013 1:58 pm, sr-users-requ...@lists.sip-router.org wrote: > Send sr-users mailing list submissions to > sr-users@lists.sip-router.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users > or, via email,

[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] sr-users Digest, Vol 93, Issue 13

2013-02-08 Thread madhumanjusha
Yes,Yes I did it the way tm and mediaproxy modules are added... when i check /usr/local/lib/kamailio/modules I found my module and $stat module time is effected. SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list >> sr-users@lists.sip-router.org >> http://lists.sip-router.or

[SR-Users] Reg. functions in custom modules

2013-02-08 Thread madhumanjusha
Hello All, Is it possible to call functions in custom modules say modules/my_module/my_file.c if my_file.c has a function and want to access/call it from kamailio core file ie., which is under /root/kamailio-3.3.2/receive.c ?? If not possible,what is the way to access functions in custom modules

Re: [SR-Users] Reg. functions in custom modules

2013-02-08 Thread madhumanjusha
Yeah Thanks a lot, I got the way to do. On Fri, February 8, 2013 4:54 am, Daniel-Constantin Mierla wrote: > Hello, > > > you have to implement a callback mechanism. Perhaps you can extend the sr > event framework. One point to start with is to look at how core is > executing functions from the d