[SR-Users] UAC module

2012-08-13 Thread Ron Hopson
Hello, I cannot create a configuration consistent with uac_reg_lookup. Does someone have a configuration with a simple example of uac_reg_lookup that works with db_text file uacreg? I have kamailio 3.3 running on linux. Based on suggestions in http://kamailio.org/docs/modules/3.3.x/modules_k

Re: [SR-Users] Kamailio and ACME

2012-08-13 Thread Alex Balashov
Is there a predicate? On 08/13/2012 06:16 PM, Fatima Chahrour wrote: Sent from iPhone ___ 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-

Re: [SR-Users] How best to experiment with SIP over Websocket?

2012-08-13 Thread Juan Castro
So, if I leech that code (the source download is exactly the same as their site), host it in an Apache server of mine, change the hardcoded gateway address in the demo to mine, I have a chance of success? Sounds cool! On Mon, Aug 13, 2012 at 7:12 PM, Carsten Bock wrote: > Please check this one:

[SR-Users] Kamailio and ACME

2012-08-13 Thread Fatima Chahrour
Sent from iPhone ___ 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 best to experiment with SIP over Websocket?

2012-08-13 Thread Carsten Bock
Please check this one: http://www.sipml5.org Don't use the online demo, since it will use a Websocket to SIP Gateway. Carsten Am 14.08.2012 00:07 schrieb "Juan Castro" : > Aha, compiled and installed, thanks. Now... what kind of SIP user > agent could I test this with? > > On Mon, Aug 13, 2012 a

Re: [SR-Users] How best to experiment with SIP over Websocket?

2012-08-13 Thread Juan Castro
Aha, compiled and installed, thanks. Now... what kind of SIP user agent could I test this with? On Mon, Aug 13, 2012 at 6:21 PM, Carsten Bock wrote: > Hi, > > Websocket support is only in the Trunk-Version of Kamailio, not in the > 3.3 branch. > > Carsten > > > 2012/8/13 Juan Castro : >> As per t

Re: [SR-Users] How best to experiment with SIP over Websocket?

2012-08-13 Thread Carsten Bock
Hi, Websocket support is only in the Trunk-Version of Kamailio, not in the 3.3 branch. Carsten 2012/8/13 Juan Castro : > As per the instructions here... http://www.kamailio.org/w/2012/07/websockets > > ...I downloaded the latest source from Git... > http://www.kamailio.org/w/download/ > > ...bu

[SR-Users] How best to experiment with SIP over Websocket?

2012-08-13 Thread Juan Castro
As per the instructions here... http://www.kamailio.org/w/2012/07/websockets ...I downloaded the latest source from Git... http://www.kamailio.org/w/download/ ...but I don't see any mention of Websocket anywhere in the source. I suspect I didn't actually download the development tree, but the 3.3

Re: [SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-08-13 Thread Andreas Granig
Hi, Reviving this old thread, as we ran into the same issue as well. Turned out it was a small glitch in passing a pointer to the size variable to pcre, which was int instead of size_t, potentially causing stack overflows on 64bit machines and messing with the rule_id, so the entry got deactivated

Re: [SR-Users] Kamailio Presence with XCAP not working accordingly

2012-08-13 Thread SamyGo
A new discovery.!! This configuration in the first email simply cool and it works. But I think with kam-3.3 it doesn't !! I barely changed just one module param option and it stops working but the same configuration file works perfectly for 3.2 and 3.1 . Though I will work with the 3.2 version bu

Re: [SR-Users] Remove m=video from SDP header

2012-08-13 Thread Andrew Pogrebennyk
You might need to upgrade to 3.3.1 to use sdpops module: http://kamailio.org/docs/modules/stable/modules/sdpops.html On 08/13/2012 09:52 AM, phillman25 wrote: > Dear List > > I am trying to remove specific lines from the following original SDP body: > > > Content-Type: application/sdp > Content

Re: [SR-Users] Best tool for crafting sip messages

2012-08-13 Thread Klaus Darilion
When I want to test special messages I write them in a test editor and send them with netcat. When I want to test real call flows I often use a standard SIP client where I configure an outbound proxy. then on this outbound proxy (usually another Kamailio instance) I do message manipulation bef

Re: [SR-Users] $avp reset to with no reason?

2012-08-13 Thread Uri Shacked
Sorry !! I just notice that I used the avp once like "Sfeaturetype" and on the other hand like "SfeatureType" (the "t" or "T"..) Sorry again, BR, Uri On Sun, Aug 12, 2012 at 2:50 PM, Uri Shacked wrote: > Hi, > > ** ** > > I encountered a problem. While doing some avp's settings I notice

Re: [SR-Users] Best tool for crafting sip messages

2012-08-13 Thread Andrew Pogrebennyk
Same here, also you can use protoshoot provided by kamailio, see utils/protoshoot. On 08/13/2012 07:45 AM, Mark Anthony Delfin wrote: > Hi Anton, > > Previously I used the following. > > sipsak > http://sipsak.org/ > > or > > sipp > http://sipp.sourceforge.net/ > > Regards, > > Mark __