Hi,
I am using the script local flags. i set a flag like this "setsflag(6)" in
order to use it afterwards.
i notice that this flag is relevent only for the request i am dealing with
right now. because after the reply the flag seems to reset without me doing
that doing "issflagset(6)" and getting nowhere :-)
am i right or am i using it wrong?
Hi,
I am a new user of Kamailio, and I am working on enabling the App_Python module in Kamailio..
While searching on google, I came acroos your email on the forum where you people are trying to patch the App_Python module..
I am wandering whether you can please help a bit ..
1- How to do the configuration to enable the App_python module ? .. At the moment, I am just adding the following line in the configuration file, loadmodule "app_python.so" and just correcting the path to handler.py to the right directory in the code for script path.
2- What output we should expect when we enable the app_python module ? .. I have seen the handler.py script written in python which is printing some sip message information ? ..
3- How the SIP Message structure is being passed to handler.py ? ... How we are accessing the Router module in handler.py script and LM_ERR function from Kamailio ? ..
Any help in this regards shall be really helpful .. In any case, whether you can solve this issue or not, please reply the email..
With many thanks..
Kind Regards,
Muhammad Nasir Bhutta
Solutions Architect
Britannic Technologies Ltd
t: +44 1483 544812
f: +44 845 0501001
mbhutta(a)btlnet.co.uk<mailto:mbhutta@btlnet.co.uk>
www.btlnet.co.uk<http://www.btlnet.co.uk>
[cid:image001.jpg@01CC9895.3EC504B0]<http://www.linkedin.com/company/britannic-technologies/products>[cid:image002.jpg@01CC9895.3EC504B0]<http://www.twitter.com/BritannicTech>[cid:image003.jpg@01CC9895.3EC504B0]<http://www.facebook.com/pages/Britannic-Technologies/202957249732198>[cid:image004.jpg@01CC9895.3EC504B0]<http://www.youtube.com/user/BritannicTech>
________________________________
[cid:image005.jpg@01CC9895.3EC504B0]<http://www.btlnet.co.uk/>
Watch the Telegraph Business Club video about Britannic at our educational TV site - britannictech.tv<http://britannictech.tv>
Our 8th Annual Convergence Summit is being held at Silverstone on 17th November 2011. Book your place now<http://www.btlnet.co.uk/news--events/2011/convergence-summit-2011/register> and discover the world of Hosting and Cloud Services.
________________________________
This email and any files transmitted with it are confidential and intended for the addressee only. If you are not the intended recipient please notify the sender and delete this email. The views expressed in this email are personal, and do not constitute a commitment by Britannic Technologies Ltd unless specified by a separate, written agreement.
Registered Office: Britannic House, Merrow Business Park, Guildford, Surrey GU4 7WA. Registered in England no. 2090797.
________________________________
Hi,
I did not understand the explanation of the use of flags and mask.
I understand flags are for matching and mask is doing something. But, what
exactly does the mask do? How do i see or use it?
And regarding the flags... i did "setflag(16)" before the CR function. Set
the DB col as needed, and no match was found...
Any help here?
Hi Ramona,
You hit it!
After enabling "rewrite" it is working now.
Thank you very much!
Uwe
> > I have installed Siremis 2.0.0 and Kamaillio 3.2.0 on a
> OpenSuse 11.4 system.
> > After the Siremis Web Installation Wizard finished the
> setup the login failed with a http error 404.
> >
> > The Apache2.0 error_log shows:
> > [Mon Oct 31 11:09:49 2011] [error] [client ::1] File does
> not exist: /var/www/siremis-2.0.0/siremis/system, referer:
> http://localhost/siremis/index.php/user/login
> >
> > The Apache2.0 access_log shows:
> > ::1 - - [31/Oct/2011:11:09:36 +0100] "GET
> /siremis/bin/antispam_image.php?form=user.form.LoginForm&name=
> antispam&length=6&level=2?rand=1768032447 HTTP/1.1" 200 240
> "http://localhost/siremis/index.php/user/login" "Mozilla/5.0
> (X11; Linux i686; rv:7.0.1) Gecko/20100101 Firefox/7.0.1"
> > ::1 - - [31/Oct/2011:11:09:48 +0100] "POST
> /siremis/bin/controller.php?F=RPCInvoke&P0=[user.form.LoginFor
> m]&P1=[Login]&__this=btn_login:onclick&jsrs=1 HTTP/1.1" 200
> 214 "http://localhost/siremis/index.php/user/login"
> "Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20100101 Firefox/7.0.1"
> > ::1 - - [31/Oct/2011:11:09:49 +0100] "GET
> /siremis/system/general_default HTTP/1.1" 404 1331
> "http://localhost/siremis/index.php/user/login" "Mozilla/5.0
> (X11; Linux i686; rv:7.0.1) Gecko/20100101 Firefox/7.0.1"
> >
> > Is there anybody how can help me out of this?
>
> do you have mod_rewrite enabled in your apache2 server?