Hello,
look also at core cookbook:
- http://www.kamailio.org/wiki/cookbooks/devel/core
More documentation is available at:
- http://www.kamailio.org/w/documentation/
SER Getting Started is old, but still useful to read. Other commercial
books can be found out there.
Cheers,
Daniel
On 04/
Hey Daniel,
Thanks for the reply and pointers on what I'm doing wrong. I'll look into
the branch_failure_route and read the docs again to make sure I do serial
forking and not accidentally creating a parallel fork.
Does there happen to be any good resources (blog posts, wiki articles,
books, anci
Hello,
On 04/02/15 16:28, Ryan Brindley wrote:
>
> Hey community,
>
> I'm trying to understand t_relay () when a forward times out.
>
> This is an abbreviated version of what i have:
>
> Request_route {
> ...
> Route(do1)
> }
>
> Route [do1] {
> ...
> T_on_reply (1reply)
> T_on_failure (1fail)
>
Hey community,
I'm trying to understand t_relay () when a forward times out.
This is an abbreviated version of what i have:
Request_route {
...
Route(do1)
}
Route [do1] {
...
T_on_reply (1reply)
T_on_failure (1fail)
T_relay ()
}
Reply_route[1reply] {
...
If (t_check_status (302)) {
Route (d