Re: [SR-Users] http_async_client "route_name" is what type of route?

2022-09-30 Thread Daniel-Constantin Mierla
33487 >> Office: 916-235-2097 Main: 888-444- >> email: bbrid...@call48.com | web: www.call48.com >> >> >> -Original Message- >> From: sr-users On Behalf Of Brooks >> Bridges >> Sent: Thursday, September 29, 2022 14:09 >> To:

Re: [SR-Users] http_async_client "route_name" is what type of route?

2022-09-29 Thread Alex Balashov
-Original Message- > From: sr-users On Behalf Of Alex > Balashov > Sent: Thursday, September 29, 2022 14:00 > To: Kamailio (SER) - Users Mailing List > Subject: Re: [SR-Users] http_async_client "route_name" is what type of route? > > There is arguably no sen

Re: [SR-Users] http_async_client "route_name" is what type of route?

2022-09-29 Thread Brooks Bridges
> From: sr-users On Behalf Of Alex > Balashov > Sent: Thursday, September 29, 2022 13:50 > To: Kamailio (SER) - Users Mailing List > Subject: Re: [SR-Users] http_async_client "route_name" is what type of route? > > It’s a module-specific event route. > > Are

Re: [SR-Users] http_async_client "route_name" is what type of route?

2022-09-29 Thread Alex Balashov
Balashov > Sent: Thursday, September 29, 2022 13:50 > To: Kamailio (SER) - Users Mailing List > Subject: Re: [SR-Users] http_async_client "route_name" is what type of route? > > It’s a module-specific event route. > > Are you using $http_req(suspend)? If so, try — and

Re: [SR-Users] http_async_client "route_name" is what type of route?

2022-09-29 Thread Brooks Bridges
: www.call48.com -Original Message- From: sr-users On Behalf Of Alex Balashov Sent: Thursday, September 29, 2022 13:50 To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] http_async_client "route_name" is what type of route? It’s a module-specific event route. Are

Re: [SR-Users] http_async_client "route_name" is what type of route?

2022-09-29 Thread Alex Balashov
It’s a module-specific event route. Are you using $http_req(suspend)? If so, try — and it’s a long shot, but try it: route[HTTP_REPLY] { … route(ANOTHER_ROUTE); } Are the functions you want available inside route[ANOTHER_ROUTE]? — Alex > On Sep 29, 2022, at 4:46 PM, Brooks

[SR-Users] http_async_client "route_name" is what type of route?

2022-09-29 Thread Brooks Bridges
Running into an issue where I can't access certain functions inside the response route or "route_name" for handling the asynchronous reply from an http_async_query() that's being run. Does anyone know what type of route that is considered to be? I know it's not a request route or a failure