[sr-dev] possible bug in TM

2013-02-21 Thread Jason Penton
Hi, I came across an interesting scenario yesterday related to early media: A calls B and an early media session is setup. If A decides to cancel the request with a BYE (instead of CANCEL), TM ignores this as a tear down of the transaction. After a timeout, TM sends a 408 request canceled

[sr-dev] git:master: core: dns - prevent queries for IPv4/6 address literals

2013-02-21 Thread Daniel-Constantin Mierla
Module: sip-router Branch: master Commit: 9e6f0268097d81c0e06c7fe33599d0763ed38179 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9e6f0268097d81c0e06c7fe33599d0763ed38179 Author: Daniel-Constantin Mierla mico...@gmail.com Committer: Daniel-Constantin Mierla

Re: [sr-dev] [PATCH] Do not make DNS queries for IP address literals

2013-02-21 Thread Daniel-Constantin Mierla
Hello, thanks for the patch. It is now committed in master branch. Cheers, Daniel On 2/20/13 4:03 PM, Simon Perreault wrote: Hello, The current DNS code checks, when making an A query, whether the name is in fact an IPv4 address literal. Same for query with IPv6 address literal. This

[sr-dev] git:master: tm: add Max-Forwards header to local requests if not given as parameter

2013-02-21 Thread Daniel-Constantin Mierla
Module: sip-router Branch: master Commit: 77f99fc7c0252c5fa71ad5939f048742592f1d43 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=77f99fc7c0252c5fa71ad5939f048742592f1d43 Author: Daniel-Constantin Mierla mico...@gmail.com Committer: Daniel-Constantin Mierla

[sr-dev] [tracker] Comment added: Max-forwards header missing

2013-02-21 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#271 - Max-forwards header missing User who did this - Daniel-Constantin Mierla (miconda) -- I changed the patch to add the max-fwd header only when not provided via headers param. Some modules

[sr-dev] [tracker] Task closed: Max-forwards header missing

2013-02-21 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task is now closed: FS#271 - Max-forwards header missing User who did this - Daniel-Constantin Mierla (miconda) Reason for closing: Implemented Additional comments about closing: Commit 77f99fc7c0252c5fa71ad5939f048742592f1d43 More

[sr-dev] git:master: kamailio.cfg: fixed typos to speeddial

2013-02-21 Thread Daniel-Constantin Mierla
Module: sip-router Branch: master Commit: 0fd954bc6a8f94ac5e8087f6b8abdba372505c6e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fd954bc6a8f94ac5e8087f6b8abdba372505c6e Author: Daniel-Constantin Mierla mico...@gmail.com Committer: Daniel-Constantin Mierla

[sr-dev] [tracker] Task closed: default config for speeddial misspelled

2013-02-21 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task is now closed: FS#268 - default config for speeddial misspelled User who did this - Daniel-Constantin Mierla (miconda) Reason for closing: Implemented More information can be found at the following URL:

[sr-dev] [tracker] Comment added: Max-forwards header missing

2013-02-21 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#271 - Max-forwards header missing User who did this - Morten Tryfoss (mtryfoss) -- Hi, Maybe you should add the same if before increasing len? Like this.. if(headers==NULL || headers-len15

Re: [sr-dev] Outbound support in registrar - SIPit 30

2013-02-21 Thread Olle E. Johansson
20 feb 2013 kl. 17:14 skrev Peter Dunkley peter.dunk...@crocodile-rcs.com: Hi Olle, I've just looked at the code in git master. In registrar/reply.c:reg_send_reply() there is this code: switch (rerrno) { case R_FINE: ...

Re: [sr-dev] SOS!! Kamailio 3.1.x Load Balancer doesn't work

2013-02-21 Thread Klaus Darilion
Are the clients behind NAT? If yes, you have to use proper NAT traversal on the LB. Further, for outgoing INVITEs you have to route the requests through the LB, either by static forwarding to the LB or using the Path extension. regards Klaus On 21.02.2013 12:36, chanea wrote: Dear All, I

[sr-dev] [tracker] Comment added: app_lua: add rpc reload command (Attachment added)

2013-02-21 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#270 - app_lua: add rpc reload command User who did this - VĂ­ctor Seva (linuxmaniac) -- Updated patch. Now we have app_lua.list command to get the list of scripts loaded. And app_lua.reload

[sr-dev] SIPit30: Update

2013-02-21 Thread Olle E. Johansson
Hi! Tests continue. I've tried using the outbound module so we could mix websocket implementations with others in the test. Using outbound with non-rtcweb clients, traditional SIP ua's, the ACK gets misrouted. Just by not loading the module, everything works as expected. So there is a bug

Re: [sr-dev] SOS!! Kamailio 3.1.x Load Balancer doesn't work

2013-02-21 Thread chanea
Dear Klaus, Thanks for your help. Both the server and clients are behind NAT. After adding NAT traversal on the LB , now the clients are able to talk to each other via MESSAGE method. However, there is another issue that , every time the client A sends one message to the server , the client

[sr-dev] git:master: sca: prevent possible NULL-dereference in log message when NOTIFY fails.

2013-02-21 Thread Andrew Mortensen
Module: sip-router Branch: master Commit: 3bae735a5e38414bd53738928ba531a329290777 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3bae735a5e38414bd53738928ba531a329290777 Author: Andrew Mortensen admor...@isc.upenn.edu Committer: Andrew Mortensen

Re: [sr-dev] [SR-Users] Update existing module or create new?

2013-02-21 Thread Charles Chance
Hi, On 06/02/2013 15:16, Henning Westerholt wrote: Am Dienstag, 5. Februar 2013, 13:55:41 schrieb Charles Chance: as the original author of the module I'd think that changing or replacing the existing module would be the way to go. So far I'd not recieved that much of bug reports against the

Re: [sr-dev] [SR-Users] Update existing module or create new?

2013-02-21 Thread Ovidiu Sas
http://sip-router.org/contribute/ http://sip-router.org/tracker/ Regards, Ovidiu Sas On Thu, Feb 21, 2013 at 5:37 PM, Charles Chance charles.cha...@sipcentric.com wrote: Hi, On 06/02/2013 15:16, Henning Westerholt wrote: Am Dienstag, 5. Februar 2013, 13:55:41 schrieb Charles Chance: as

[sr-dev] git:master: app_python: Bugfix for rewrite_ruri

2013-02-21 Thread Konstantin Mosesov
Module: sip-router Branch: master Commit: 3c5b0019bbe1589410d8744545b64a278a222761 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3c5b0019bbe1589410d8744545b64a278a222761 Author: Konstantin Mosesov e...@voipgroup.org.ua Committer: Konstantin Mosesov

[sr-dev] git:master: sca: remove misleading comment.

2013-02-21 Thread Andrew Mortensen
Module: sip-router Branch: master Commit: 86771e45a92f6262a9fee1bd698c8e9dbe3b0b70 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=86771e45a92f6262a9fee1bd698c8e9dbe3b0b70 Author: Andrew Mortensen admor...@isc.upenn.edu Committer: Andrew Mortensen

[sr-dev] git:master: sca: ensure SCA caller has correct callee CLI when callee is non-SCA.

2013-02-21 Thread Andrew Mortensen
Module: sip-router Branch: master Commit: 9cb26a2eefe93e0ca162db917e34e784e703770a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9cb26a2eefe93e0ca162db917e34e784e703770a Author: Andrew Mortensen admor...@isc.upenn.edu Committer: Andrew Mortensen

[sr-dev] git:master: sca: log at debug level when reporting lack of Contact header

2013-02-21 Thread Andrew Mortensen
Module: sip-router Branch: master Commit: 8fbcb1d1003b3ff3c28cf18aa6791f191a831cea URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8fbcb1d1003b3ff3c28cf18aa6791f191a831cea Author: Andrew Mortensen admor...@isc.upenn.edu Committer: Andrew Mortensen