Re: [SR-Users] Asterisk and dispatcher

2013-01-23 Thread SamyGo
Except that I find missing curly brackets for the if() condition which will always return 1/positive. On Wed, Jan 23, 2013 at 10:26 PM, SamyGo wrote: > Hi, > > You've metioned this already in your code: > > if(ds_is_from_list("1")) > > Is this not working for you? > > Regards, > Sammy > > > > O

Re: [SR-Users] Asterisk and dispatcher

2013-01-23 Thread SamyGo
Hi, You've metioned this already in your code: if(ds_is_from_list("1")) Is this not working for you? Regards, Sammy On Wed, Jan 23, 2013 at 10:44 AM, Ian French wrote: > Hi, >> I've been working my way through this tutorial ( >> http://kb.asipto.com/asterisk:realtime:kamailio-3.0.x-ast

Re: [SR-Users] Pseudo variables and uid_domain module compatibility

2013-01-23 Thread Philippe Sultan
Hey Daniel, Thanks a lot for your help. do you have #!SER as first line? This part should be the same ... if pv not > found, then it should be considered avp. I will try to see what is the > issue. > I don't have #!SER > Anyhow, for the moment, if not working, load pv and then try: > - $fd and

[SR-Users] Websockets WSS problem with NOTIFY

2013-01-23 Thread Pete Kelly
Hi, I am having an issue at the moment with SIP NOTIFY messages being sent from Kamailio (latest git master) over wss transport I am getting reports from the receiving end saying "Compressed bit must be 0 if no negotiated deflate-frame extension" The only reference I can find to it is at the foll

[SR-Users] Guidelines to upgrade to 4.0.0

2013-01-23 Thread Daniel-Constantin Mierla
Hello, the wiki page collecting the guidelines for upgrading from 3.3.x to 4.0.0 is available at: - http://www.kamailio.org/wiki/install/upgrade/3.3.x-to-4.0.0 I just added the SQL statements needed to upgrade the MySQL database, but there is lot of other stuff to be added. Hopefully, any

[SR-Users] Asterisk and dispatcher

2013-01-23 Thread Ian French
> > Hi, > I've been working my way through this tutorial ( > http://kb.asipto.com/asterisk:realtime:kamailio-3.0.x-asterisk-1.6.2-astdb) > and all it working well thanks. In the other benifits section you mention > that this configuration can be used with multiple instances of Asterisk. > I've

Re: [SR-Users] Pseudo variables and uid_domain module compatibility

2013-01-23 Thread Daniel-Constantin Mierla
Hi Philippe, do you have #!SER as first line? This part should be the same ... if pv not found, then it should be considered avp. I will try to see what is the issue. Anyhow, for the moment, if not working, load pv and then try: - $fd and $td must stay as parameters for lookup_domain() - for

[SR-Users] Pseudo variables and uid_domain module compatibility

2013-01-23 Thread Philippe Sultan
Hi, According to docs of "uid_domain.so", $fd and $td are attribute groups which are set when calling the lookup_domain function, to retrieve domain attributes stored in an DB ($fd.did or $td.did) : lookup_domain("$fd", "@from.uri.host"); lookup_domain("$td", "@ruri.host"); if (strempty($fd.did)

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

2013-01-23 Thread Barry Flanagan
On 23 January 2013 04:42, wrote: > > > Date: Tue, 22 Jan 2013 13:19:44 + > > From: Barry Flanagan > > Subject: [SR-Users] Problem with 4.0 nightlies and IMS - sem_post > > > > > > I am trying to run the Ubuntu nightlies from > > http://deb.kamailio.org/kamailiodev-nightly and loading the p-c

Re: [SR-Users] Modify IP address in SDP

2013-01-23 Thread Olle E Johanson
23 jan 2013 kl. 05:48 skrev Austin Einter : > Dear Ole > I am not finding any example how to do it (changing a fqdn with ipaddress in > sdp). > Using sdp_get i can get the sdp. > But how i can use transformation function pls let me know. Check the transformations cookbok! http://www.kamailio.org