Sweet! I’ll check it out!
-Eric
> On Aug 14, 2015, at 11:09 AM, Sylvain Boily wrote:
>
> Hello,
>
> I did a docker image for siremis, if some people want to play easily like me
> with kamailio and siremis ;)
>
> Info here : https://github.com/sboily/dockerfile/tree/master/siremis
> or : h
Thanks! Here is the config that I have right now
request_route {
sip_trace();
route(DISPATCH);
}
failure_route[CATCH_REDIRECT] {
if(t_is_canceled())
exit;
if(t_branch_timeout() || $T_rpl($rs) != 302) {
# Gateway timeout or unexpected non-302 response
Hey Everyone, I've been banging my head against the desk for days trying to
get this working, and I'm sure it's something simple that I'm not doing, but
maybe someone else can add some input.
Here is the best way to describe my call flow.
Customer -> Kamailio -> Routing Server (302) -> Kamaili