Module: sip-router Branch: master Commit: 09fefd18c90b9a9de5d8a5c96652d38494c5178d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=09fefd18...
Author: Timo Reimann timo.reimann@1und1.de Committer: Timo Reimann timo.reimann@1und1.de Date: Wed Jun 23 15:39:21 2010 +0200
Do not consider in-early-dialog requests to be bogus.
---
modules_k/dialog/dlg_hash.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules_k/dialog/dlg_hash.c b/modules_k/dialog/dlg_hash.c index 6aba716..d7a16f1 100644 --- a/modules_k/dialog/dlg_hash.c +++ b/modules_k/dialog/dlg_hash.c @@ -721,6 +721,7 @@ void next_state_dlg(struct dlg_cell *dlg, int event, break; case DLG_EVENT_REQ: switch (dlg->state) { + case DLG_STATE_EARLY: case DLG_STATE_CONFIRMED_NA: case DLG_STATE_CONFIRMED: break;
There was a missing entry on git.sip-router.org/sip-router/email_map. I've added it: treimann=Timo Reimann timo.reimann@1und1.de
Next commits email should have the proper From:
Andrei
2010/6/23 Andrei Pelinescu-Onciul andrei@iptel.org:
There was a missing entry on git.sip-router.org/sip-router/email_map.
Hi, I've realized that my mail is wrong in that list:
ibc=Inaki Baz Castillo ibc@aliax.nt
It should be ".net". Could it be fixed please?
BTW, is it possible "Iñaki" to appear rather than "Inaki"? or would it mean codification problems? :)
Thanks a lot.
On Jun 24, 2010 at 10:52, Iñaki Baz Castillo ibc@aliax.net wrote:
2010/6/23 Andrei Pelinescu-Onciul andrei@iptel.org:
There was a missing entry on git.sip-router.org/sip-router/email_map.
Hi, I've realized that my mail is wrong in that list:
ibc=Inaki Baz Castillo <ibc@aliax.nt>
It should be ".net". Could it be fixed please?
BTW, is it possible "Iñaki" to appear rather than "Inaki"? or would it mean codification problems? :)
Thanks a lot.
Done, could you make a commit on the test repository (ssh://git.sip-router.org/test : clone it, do something, commit and push changes back) to see if it works with "ñ" ? (I will receive the commit email)
Andrei
2010/6/24 Andrei Pelinescu-Onciul andrei@iptel.org:
BTW, is it possible "Iñaki" to appear rather than "Inaki"? or would it mean codification problems? :)
Thanks a lot.
Done, could you make a commit on the test repository (ssh://git.sip-router.org/test : clone it, do something, commit and push changes back) to see if it works with "ñ" ? (I will receive the commit email)
Done. Thanks a lot.