首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏菩提树下的杨过

    freeswitch笔记(8)-esl outbound 填坑笔记

    org.freeswitch.esl.client.outbound.OutboundChannelInitializer 这个类,每次freeswitch有来电时,会以outbound外联模式,通过tcp 试想一下,如果在outbound的处理过程中,一通电话进来,我们订阅了一堆事件,这堆事件发过来后,如果让workerGroup并行处理,事件的处理顺序就得不到保证了,这在电话系统中是很重要的,比如:响铃 其实不光是outbound,inbound也是类似机制,保证事件接收时按顺序处理。 另外,在outbound的onConnect事件里,如果尝试跟freeswitch发命令,会发现block住,后面的代码完全无法执行,这也是一个大坑。 另外82行,outbound的onEslEvent方法,其实永远也不会被触发,因为根本没订阅任何事件,inbound的示例部分也有同样问题。

    2.4K31发布于 2020-07-07
  • 来自专栏小工匠聊架构

    Netty Review - 探索Pipeline的Inbound和Outbound

    Outbound(出站)指的是数据从应用程序传输到网络,即数据从本地主机发送到远程主机。 Inbound和Outbound的区别在于数据的流动方向。Inbound数据是从网络进入应用程序,而Outbound数据是从应用程序发送到网络。 虽然Inbound和Outbound描述了数据的不同流动方向,但它们之间也存在联系。在ChannelPipeline中,Inbound和Outbound数据可以相互影响和交互。 例如,一个ChannelHandler可以在处理Inbound数据时生成Outbound数据作为响应,或者在处理Outbound数据时修改Inbound数据的内容。 总结起来,Inbound和Outbound是描述数据在ChannelPipeline中流动方向的概念。Inbound数据是从网络进入应用程序,Outbound数据是从应用程序发送到网络。

    49710编辑于 2023-12-01
  • 来自专栏灰子学技术

    Envoy:关于outbound流量的处理逻辑

    本篇文章,笔者试图讲清楚流量在经过Envoy之后,outbound的流量处理过程是什么样子的。

    48010编辑于 2023-10-30
  • 来自专栏灰子学技术

    Envoy流量劫持后outbound部分处理逻辑

    因为iptables劫持流量的时候,只会在Envoy中基于outbound流量出口15006创建一个真实的物理连接socket,所有的流量到了这个socket之后,会先匹配到对应Listener。 在istio原生的环境里面,outbound收到的消息一般是http://servicename:port/api这个格式,往往在匹配Listener之前,会先经过k8s的dns去找一波servicename

    98710发布于 2021-10-13
  • 来自专栏小工匠聊架构

    Netty Review - 探索Pipeline的Inbound和Outbound

    Outbound(出站)指的是数据从应用程序传输到网络,即数据从本地主机发送到远程主机。 Inbound和Outbound的区别在于数据的流动方向。Inbound数据是从网络进入应用程序,而Outbound数据是从应用程序发送到网络。 虽然Inbound和Outbound描述了数据的不同流动方向,但它们之间也存在联系。在ChannelPipeline中,Inbound和Outbound数据可以相互影响和交互。 例如,一个ChannelHandler可以在处理Inbound数据时生成Outbound数据作为响应,或者在处理Outbound数据时修改Inbound数据的内容。 总结起来,Inbound和Outbound是描述数据在ChannelPipeline中流动方向的概念。Inbound数据是从网络进入应用程序,Outbound数据是从应用程序发送到网络。

    54310编辑于 2023-12-01
  • 来自专栏爱编码

    【Netty】inBound和outBound事件的传播过程

    本节以 ChannelRead事件为例,学习 inBound和 outBound事件的传播过程。总体如下图 ? 最后传到尾节点TailContext outBound事件的传播 学习outbound事件的传播,和inbound事件有相似之处。 ChannelOutboundHandlerContext private AbstractChannelHandlerContext findContextOutbound() { //循环往前查找,通过outbound ctx.outbound); return ctx; } 4.执行write回调方法 private void invokeWrite(Object msg, ChannelPromise public void flush(ChannelHandlerContext ctx) { unsafe.flush(); } 总结 学习了 inBound和 outBound

    3.7K20发布于 2019-07-03
  • 来自专栏菩提树下的杨过

    freeswitch笔记(9)-esl outbound中如何放音采集按键?

    org.freeswitch.esl.client.dptools.ExecuteException; import org.freeswitch.esl.client.internal.Context; import org.freeswitch.esl.client.outbound.IClientHandler ; import org.freeswitch.esl.client.outbound.IClientHandlerFactory; import org.freeswitch.esl.client.outbound.SocketClient new OutboundDTMFTest(); } public OutboundDTMFTest() { try { //outbound 首先要订阅DTMF事件,只有在事件回调里,才能拿到用户按键信息 2. playAndGetDigits 在outbound async full异步模式下,这个方法的返回值,其实没啥用,永远都是__undef

    1.8K41发布于 2020-08-10
  • 来自专栏解决方案服务

    HTTP Outbound Request contains pw 外发请求如何避免信息泄露

    "HTTP Outbound Request contains pw" "HTTP外发请求包含pw"。这涉及到网络请求中可能包含的敏感信息。" HTTP Outbound Request" 意味着HTTP外发请求"pw" 是密码的简写。

    43620编辑于 2023-10-08
  • 来自专栏SAP供应链

    SAP WM 高阶之2-Step Picking for Outbound Delivery

    SAP WM 高阶之2-Step Picking for Outbound Delivery Part I:相关说明 本文主要展示使用SAP WM的2-Step Picking功能为外向交货单做拣配的全过程 如下销售订单736, 凭证流, 有2张OBD(outbound delivery). 本文就是展示如何通过SAP WM模块里的2-step Picking功能为这2张OBD做拣配。

    62210编辑于 2022-03-31
  • 来自专栏数据魔术师

    出口集装箱堆场箱位分配问题(Slots Allocation Problem for Outbound Containers)

    堆垛机工作时间、集卡运输及等待时间都不一样 主要决策是为每一个集装箱具体分配一个箱位 实现取箱和存箱作业效率提升 出口集装箱箱位分配问题 (Slots Allocation Problem for Outbound Stacking Outbound Barge Containers in an Automated Deep-Sea Terminal. The storage location assignment problem for outbound containers in a maritime terminal.

    4.9K53发布于 2020-08-07
  • 来自专栏SAP EWM

    SAP EWM学习笔记之EWM系统对于OUTBOUND DELIVERY如何确定集货区(Staging Area)?

    SAP EWM学习笔记之EWM系统对于OUTBOUND DELIVERY如何确定集货区(Staging Area)? 事务代码:/SCWM/STADET_OUT – Staging Area and Door Determination(Outbound),进入如下界面,本文基于笔者观看SAP EWM培训视频所做的笔记

    15700编辑于 2025-05-26
  • 来自专栏赵化冰的技术博客

    Istio Ambient 模式流量管理实现机制详解(三)

    如下图所示: ambient 模式 outbound 流量劫持(ptp 网络) 备注:如果想要详细了解 outbound 流量拦截的机制,可以参考本系列中第二篇的 outbound 流量劫持 部分的内容 该机制采用了两层 Listener 来对 outbound 流量进行处理,分别是对外接收请求的 Outbound Listener,以及和 server 端创建 HTTP CONNECT 隧道的 Internal Outbound Listener 通过下面的命令可以查看 Outbound Listener 的配置: ~ k -n istio-system exec ztunnel-gzlxs curl "127.0.0.1 ztunnel outbound listener 配置 需要注意的是,ztunnel_outbound listener 中还配置了一个 Original Source Listener Filter include_eds"|fx 'x.configs[6]'|fx Outbound 处理总览 通过对 ztunnel 配置的分析,我们可以看到,在 ztunnel 中,Outbound 方向流量的处理过程如下

    63950编辑于 2022-10-31
  • 来自专栏Albert陈凯

    2020-02-24 WMS功能要求及其开发计划 -中英文对照

    功能: Functions: 1,生成出库单;/Add an Outbound Order 2,修改出库单;/Modify the Outbound Order 3,删除出库单;/Delete the Outbound Order 4,审核出库单;/Approve the Outbound Order 5,下达出库单;/Assign the Outbound Order 6,出库规则设定 ;/Configurate the Outbound Rules 出库任务管理:出库单正式下达以后,物料可以出库,根据出库规则及其方式生成出库任务, Outbound Task Management The outbound task can be generated according the outbound rules. 出库任务管理对出库任务进行控制及其跟踪。 Outbound task management begins to control and track the outbound task.

    2.3K20发布于 2020-02-25
  • 来自专栏赵化冰的技术博客

    Istio Ambient 模式流量管理实现机制详解(三)

    如下图所示: ambient 模式 outbound 流量劫持(ptp 网络) 备注:如果想要详细了解 outbound 流量拦截的机制,可以参考本系列中第二篇的 outbound 流量劫持 部分的内容 该机制采用了两层 Listener 来对 outbound 流量进行处理,分别是对外接收请求的 Outbound Listener,以及和 server 端创建 HTTP CONNECT 隧道的 Internal Outbound Listener 通过下面的命令可以查看 Outbound Listener 的配置: ~ k -n istio-system exec ztunnel-gzlxs curl "127.0.0.1 include_eds"|fx 'x.configs[6]'|fx Outbound 处理总览 通过对 ztunnel 配置的分析,我们可以看到,在 ztunnel 中,Outbound 方向流量的处理过程如下 ztunnel_outbound 的 filter_chain_matcher 中的 match 条件选中 spiffe://cluster.local/ns/default/sa/bookinfo-productpage_to_http_reviews.default.svc.cluster.local_outbound_internal.local_outbound_internal

    50940编辑于 2023-02-25
  • 来自专栏SAP供应链

    SAP SD基础知识之创建并处理外向交货单

    SAP SD基础知识之创建并处理外向交货单 一,创建外向交货单的选项Options for Creating Outbound Deliveries 我们可以手动地创建outbound delivery ,参考或者不参考特定的销售订单,也可以参考公司代码间/公司代码内STO这样的特殊类型的采购订单去创建outbound delivery单据。 我们使用不同的标准选择凭证来集中处理delivery,下一步,系统自动创建outbound deliveries;如果shipping criteria相同,系统合并这些凭证到一张outbound delivery ;反过来,系统分割一个交易到几张outbound deliveries。 我们还可以添加独立于订单的项目到outbound delivery;对这样的item,系统使用通常的rules来决定item category。

    1.4K11发布于 2021-01-10
  • 来自专栏SAP供应链

    SAP SD基础知识之创建并处理外向交货单

    SAP SD基础知识之创建并处理外向交货单 一,创建外向交货单的选项Options for Creating Outbound Deliveries 我们可以手动地创建outbound delivery ,参考或者不参考特定的销售订单,也可以参考公司代码间/公司代码内STO这样的特殊类型的采购订单去创建outbound delivery单据。 我们使用不同的标准选择凭证来集中处理delivery,下一步,系统自动创建outbound deliveries;如果shipping criteria相同,系统合并这些凭证到一张outbound delivery ;反过来,系统分割一个交易到几张outbound deliveries。 和shipping point这样的信息一旦我们创建了outbound delivery之后是不可更改的。

    1.2K20发布于 2021-03-01
  • 来自专栏数通

    10、【实战中提升自己】华为 华三中小型企业网络架构搭建 【防火墙篇之安全策略与NAT部署】

    4 什么是inbound与Outbound流量。 首先要明白,inbound与Outbound是针对优先级来说的,从高优先级的Zone去往低优先级的Zone的流量为Outbound的流量,比如Trust到Untrust的流量,也就是内网访问外网的流量。 [USG-GW-policy-interzone-trust-isp_dx-outbound]policy 1 [USG-GW-policy-interzone-trust-isp_dx-outbound [USG-GW-policy-interzone-trust-isp_dx-outbound]policy 2 [USG-GW-policy-interzone-trust-isp_dx-outbound 到电信ISP的NAT策略 [USG-GW]nat-policy interzone trust isp_dx outbound [USG-GW-nat-policy-interzone-trust-isp_dx-outbound

    87110编辑于 2024-12-03
  • 来自专栏数通

    14、【实战中提升自己】 防火墙篇之VPN部署–L2TP over IPSEC

    5 解决办法2、直接通过防火墙上网 部署NAT策略 断开VPN连接,添加默认网关 [USG-GW]policy interzone l2tp isp_dx outbound [USG-GW-policy-interzone-l2tp-isp_dx-outbound l2tp isp_dx outbound [USG-GW-nat-policy-interzone-l2tp-isp_dx-outbound]policy 0 [USG-GW-nat-policy-interzone-l2tp-isp_dx-outbound 6 联通端的配置 [USG-GW]policy interzone l2tp isp_lt outbound [USG-GW-policy-interzone-l2tp-isp_lt-outbound l2tp isp_lt outbound [USG-GW-nat-policy-interzone-l2tp-isp_lt-outbound]policy 0 [USG-GW-nat-policy-interzone-l2tp-isp_lt-outbound [USG-GW-nat-policy-interzone-l2tp-isp_lt-outbound-0]easy-ip g0/0/2 说明:最终联通也可以访问的,这里不测试了。

    1.5K01编辑于 2024-12-03
  • 来自专栏云原生实验室

    熔断与异常检测在 Istio 中的应用

    : 0 cluster.outbound|8000||httpbin.default.svc.cluster.local.upstream_rq_total: 5 cluster.outbound|8000 _2xx: 5 cluster.outbound|8000||httpbin.default.svc.cluster.local.upstream_rq_pending_overflow: 0 cluster.outbound : 3 cluster.outbound|8000||httpbin.default.svc.cluster.local.upstream_rq_total: 10 cluster.outbound|8000 _2xx: 7 cluster.outbound|8000||httpbin.default.svc.cluster.local.upstream_rq_503: 3 cluster.outbound| : 0 cluster.outbound|8000||httpbin.default.svc.cluster.local.upstream_rq_pending_overflow: 4 cluster.outbound

    2.4K30发布于 2019-08-29
  • 来自专栏SAP供应链

    Output type SPED trigger inbound delivery after PGI for inter-company STO's outb

    Output type SPED trigger inbound delivery after PGI for inter-company STO's outbound delivery Inter-company , to realize the function of automatically triggering the inbound delivery after the goods issue of outbound VL10B to create a outbound delivery for this STO,DN#80000781. VL02N to pick and post goods issue for this outbound delivery, Success! Now let me to check the output record for this outbound delivery using VL03N, There is output record

    99330发布于 2021-11-18
领券