Re: [SR-Users] avp usage limit

2012-08-19 Thread Iwan Budi Kusnanto
On Aug 19, 2012 6:25 PM, "Uri Shacked" wrote: > Hi, > > I wonder, is there a limit for the amount of AVP's i can use? > Let's say i store 6-9 characters (string) each time i set an AVP. > > Thanks, > Uri > > ___ > SIP Express Router (SER) and Kamailio (

Re: [SR-Users] "Command not found" error during "make install"

2012-09-18 Thread Iwan Budi Kusnanto
ristesys.com/, http://www.alexbalashov.com/ >> >> ___ >> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list >> sr-users@lists.sip-router.org >> http://lists.sip-router.org/cgi-bin/mailman/listinfo

Re: [SR-Users] "Command not found" error during "make install"

2012-09-21 Thread Iwan Budi Kusnanto
le and install it in > my Fedora before compiling kamailio or sip-router? Is there any way to > skip docbook if no harm? Thanks again. > > Youngjin > > On Tue, Sep 18, 2012 at 9:06 PM, Iwan Budi Kusnanto wrote: >> On Wed, Sep 19, 2012 at 6:32 AM, Youngjin Park wrote: >>>

Re: [SR-Users] Kamailio question

2012-10-05 Thread Iwan Budi Kusnanto
; #!define WITH_DEBUG > > yours > Jostein Aardal > Oslo and Akershus University College of Applied Sciences > > ___ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.or

Re: [SR-Users] Error while "Make All"

2012-11-02 Thread Iwan Budi Kusnanto
not found in the pkg-config search path. > Perhaps you should add the directory containing `mono-2.pc' Looks like you should install mono 2 devel package. -- Iwan Budi Kusnanto ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-us

Re: [SR-Users] No Debug Log message

2012-11-10 Thread Iwan Budi Kusnanto
ig file line by line and restarting the daemon is > killing me!!! > ___ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users &g

Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-26 Thread Iwan Budi Kusnanto
On Tue, Nov 27, 2012 at 7:29 AM, Peter Dunkley wrote: > Hello, > > The only clients that I know of which support RTP/SAVPF are the ones from > Doubango. We can also use jssip library. They have some demo to try. -- Iwan Budi Kusnanto ___

Re: [SR-Users] Debugging and syslog

2012-11-26 Thread Iwan Budi Kusnanto
; debug=2 > > log_stderror=no > > #!endif > > > > log_facility=LOG_LOCAL0 > > > > loadmodule "xlog.so" > > > > Example xlog- > > > > xlog("L_INFO", "No more gateways \n"); > > > > Thanks, > > Dan

Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-27 Thread Iwan Budi Kusnanto
Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Iwan Budi Kusnanto ___ SIP Express Router (SER) and Kamailio (OpenSER) -

Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-27 Thread Iwan Budi Kusnanto
mailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Iwan Budi Kusnanto ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Call from SipML5 -> PSTN

2012-11-28 Thread Iwan Budi Kusnanto
Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Iwan Budi Kusnanto ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] How to use Kamailio as load balancer

2013-05-06 Thread Iwan Budi Kusnanto
les/dispatcher.html > > -- > Khoa Pham > HCMC University of Science > Faculty of Information Technology > > ___ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http

Re: [SR-Users] Doing automatic unregister when a WEBSOCKET connection is closed.

2013-05-10 Thread Iwan Budi Kusnanto
event_route. Why we can't call unregister from event_route[websocket:closed]? Is it because it is just not implemented yet or we need big changes to implement it? Thanks, -- Iwan Budi Kusnanto ___ SIP Express Router (SER) and Kamailio (OpenSER)

Re: [SR-Users] kamailio 4.0.1 websocket support

2013-05-26 Thread Iwan Budi Kusnanto
sts.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users > -- Iwan Budi Kusnanto ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] how to obtain $xavp(ulrcd=>ruid) value

2013-06-10 Thread Iwan Budi Kusnanto
print it's value by using this code in kamailio config : pv_printf("$var(ruidd)", "$xavp(ulrcd=>ruid)"); xlog("L_ERR", "registrasi $var(ruidd)"); xlog("L_ERR", "registrasi $xavp(ulrcd=>ruid)"); both codes

Re: [SR-Users] how to obtain $xavp(ulrcd=>ruid) value

2013-06-11 Thread Iwan Budi Kusnanto
On Mon, Jun 10, 2013 at 5:20 PM, Daniel-Constantin Mierla wrote: > Hello, > > > On 6/10/13 11:37 AM, Iwan Budi Kusnanto wrote: >> >> I tried to get ruid by using this feature. >> http://kamailio.org/docs/modules/stable/modules/registrar.html#idp1752184. >> >

Re: [SR-Users] how to obtain $xavp(ulrcd=>ruid) value

2013-06-12 Thread Iwan Budi Kusnanto
, San Francisco, USA - June 24-27, 2013 > * http://asipto.com/u/katu * > -- Iwan Budi Kusnanto ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] automatic call termination when websocket connection is closed

2013-06-13 Thread Iwan Budi Kusnanto
sed? Some of my ideas: 1. send BYE message from UAC module. Looks like it is an unnecessary complex & dirty solution. 2. Utilizing dialog module, but i'm not sure if dialog module can be used to implement this. Any better idea? Thanks. --

Re: [SR-Users] mediaproxy-ng documentation available

2013-07-05 Thread Iwan Budi Kusnanto
for you to use it. > > Feedback highly appreciated, > Andreas > > ___ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.o