Skip to main content

Questions tagged [forwarding]

There are myriad kinds of forwarding. Use this if you must, but try to find a more specific [tag] first.

-1 votes
0 answers
15 views

ACM email forwarding is slow? [closed]

I take advantage of the Association for Computing Machinery (ACM) email forwarding. I notice that the time it takes for incoming email messages to appear on the server for download seems to be ...
fred's user avatar
  • 17
0 votes
0 answers
14 views

How to forward function calls to function target with same name but in different context

Working: import multiprocessing from time import sleep class bar(): def __init__(self): pass def x(self, a, b): print(self, a, b) def y(self, a, b=None, c=None): print(self, c, b, a) ...
Andreas Koten's user avatar
0 votes
0 answers
46 views

How to expose port of LXC container in Proxmox?

I have a proxmox server running an LXC container with radicale (a CalDav server). Everything worked fine while I only used the server in my own LAN. Now I want to expose the port 5232 to the Internet, ...
Pilonyen's user avatar
0 votes
1 answer
97 views

How to use a non-template function to achieve perfect forwarding by an argument-wise manner?

template<typename T> class Group; template<typename...U> class Group<std::tuple<U...>> { public: typedef std::tuple<U...> type; void emplace_back(U&......
soyokaze's user avatar
0 votes
0 answers
11 views

Dnsmasq printed out "forwarded to" correctly but tx count of network interface is not increased

I have problem about working of dnsmasq. To forward dns queries from other devices to external network, I used dnsmasq v2.86. When problem was happened, dnsmasq printed out forward log successfully ...
user3121679's user avatar
0 votes
0 answers
8 views

Nginx proxying lost Tomcat's HTTP port

===========================10.10.50.95=========================== I am running a Tomcat on the machine at 10.10.50.95 Locally, I verified the service is running normally using curl curl -v http://...
Kerwin Bryant's user avatar
-2 votes
1 answer
112 views

MIPS pipeline forwarding

Consider a 5-stage pipelined processor with Instruction Fetch (IF), Instruction Decode (ID), Execute (EX), Memory Access (MEM), and Register Writeback (WB) stages. Which of the following statements ...
Dolly Pandey's user avatar
0 votes
0 answers
21 views

Twilio Number to forward an incoming call to 2+ numbers. My current build ends the call if one of the ones is off. Will conference solve this?

I've pasted my code below. I've searched through some old posts and see that the Twilio dial feature can't delineate between a voicemail and an answer. Essentially - I only need one of the numbers to ...
WhatsGoud's user avatar
0 votes
1 answer
47 views

Possible to update a forwarding number by sending SMS?

Very new Twilio user and I have a really specific use case and wonder if this is possible? I am part of a team of volunteers for a water rescue charity and we have an on call Incident Commander (IC). ...
RobUK123's user avatar
1 vote
1 answer
119 views

How to automatically forward class instance methods to another object's methods?

Regarding the following example code, is there any type-safe way of automatically forwarding any of the prototypal method calls, each to its related method of another object? class Foo { greet() { ...
Adam B.'s user avatar
  • 1,127
0 votes
0 answers
44 views

connection refused from other device (python)

I am trying to create a messaging one-server platform on python, and I got to the moment where i set up the firewall, port forwarding and routing. But this server-client scheme works only on one ...
UA3YSR's user avatar
  • 1
0 votes
0 answers
18 views

Issue with Call Forwarding to Numbers that have are a Specific Length

Im seeking assistance regarding an issue with call forwarding. I have implemented call forwarding within my TwiML code to redirect incoming calls to a different phone number. The code is working as ...
Ronnie Seiler's user avatar
-1 votes
1 answer
107 views

Need to build an extremely simple one page/script site that redirects all possible links of one domain to another site

I want to build a site where any link to my domain such as domain.com/fefeg or domain.com/rfggtg the (/xxxxx) part will be randomly generated, always redirects to another domain. Basically, any link ...
user3283015's user avatar
0 votes
0 answers
32 views

Mongoose not connecting after using Port forwarding

I get the Error: err = new ServerSelectionError(); ^ MongooseServerSelectionError: connect ECONNREFUSED **My Server IP/ PORT** at _handleConnectionErrors (C:\Users\elias\source\repos\...
Waurick's user avatar
-3 votes
1 answer
195 views

Call forwarding / Recording / Messaging not working

Hi guys. I am not understanding how to set up a call/sms forwarding and recording. I have tried whit flows. I can see the inbound call, but there is no forwarding and no recording. I am trying to ...
Tamir Perl's user avatar
0 votes
2 answers
167 views

How to edit new messages before forwarding using python

I am using a Python code to forward new messages between two bot/channel telegram. I am trying to edit messages before forwarding them (I need to delete some parts of text), but I didn't find the ...
Marcello Gabrielli's user avatar
0 votes
2 answers
662 views

How auto forward messages from a channel to another channel using Python

How do I auto forward messages instantly from a channel to another channel? I created an example but doesn't work. This is my example: `from telethon import TelegramClient, events api_id = ...
Marcello Gabrielli's user avatar
1 vote
1 answer
2k views

How to disable forwarding message sent by Telegram Bot in private chat?

How to disable forwarding message of Telegram Bot in private chat? Some individuals are receiving messages from the bot and subsequently distributing them to others. I want to prevent this activity I ...
DotNetStar A's user avatar
-2 votes
1 answer
78 views

CENTOS LINUX cannot access example.com without hostname or www [closed]

I've configure a DNS Server on ROCKY linux. But It does not work like what I wanted. I can ping to hostname.example.com and www.example.com. But what I want is, I want to ping to example.com without ...
AI Faro's user avatar
0 votes
1 answer
674 views

Number of clock cycles required with and without forwarding

Consider the following sequence of MIPS instructions lw $4, 0($1) addi $5, $4, 10 add $2, $2, $3 lw $1, 20($2) add $1, $1, $5 (a) How many clock cycles will it take to fully execute these ...
eswcs's user avatar
  • 5
0 votes
1 answer
2k views

How to forward messages from one channel to another in telegram using user accounts? I tried but it doesn't work, nor I get any errors

I want to forward messages from one channel to another using my user account itself, and not bot account. Online there are many codes available for this but they all only work for bots, none works ...
Pragyan's user avatar
  • 407
0 votes
1 answer
162 views

How to handle buffer size for unknown data sizes in network operations (socks proxy)?

I am writing a socks4 proxy in C and everything works well, like I tested the data forwarding with a simple echo server as the remote peer. But now I am not sure how to handle the data if the other ...
mortytheshorty's user avatar
0 votes
1 answer
570 views

UDP port forwarding to linux bridge depending on TCP connection

I'm observing a routing behavior on a proxmox server (at its Debian 11 host level) that I can't explain. Maybe somebody can help me to better understand or had already observed the same and has a ...
HelpBox's user avatar
  • 53
-1 votes
1 answer
81 views

Editing and forwarding email (from different sender) Outlook VBA

i'm new in VBA so i need help to understand how can i: taking an email from my inbox, edit the body (deleting the last two rows and the first five rows). Forwarding that modified mail from another ...
Lidia Frizzi's user avatar
2 votes
0 answers
62 views

If I pass an rvalue into a function with T&&, in some cases I can change the value, in other cases I can't, why? [duplicate]

#include <iostream> void g(int&) { std::cout << "int&" << std::endl; } void g(int&&) { std::cout << "int&&" << std::...
OHtuzh's user avatar
  • 29
0 votes
0 answers
131 views

How do I route a domain name to specific page on a different domain name? Both domains are registered on the same account

My client recently purchased a new domain name and wants it to link to an interior page on the current website. Both domains are registered on the same account. The main site is currently hosted on a ...
Brandon Barish's user avatar
0 votes
0 answers
85 views

Calculating clock cycles when forwarding

I don't quite get the principle of forwarding, so I need some help. I have this file and need to calculate how many processor clocks are required to finish the program. Program completion occurs when ...
ivanka georgieva's user avatar
1 vote
1 answer
750 views

JWT token forwading between services

I have a problematic and a potential solution and i'm wondering if it's a good solution or if a better way of doing things exists. I have an API A called by a frontend with a JWT token. If the service ...
Platypus's user avatar
  • 361
0 votes
0 answers
57 views

java error connecting two devices with socket (public ip)

i'm almost a new java programmer (started at 5 month ago) and i want to connect two program over internet but i get some error that's i can't fix. i've tried alot. i told to my friend to ping my ...
MASEH's user avatar
  • 1
1 vote
1 answer
195 views

Terraform Cluster Logging Forwarder, from ARO to Azure

Is there a way to use Cluster Logging Forwarder to send audit log data from an ARO cluster to a Log Analytics Workspace in Azure using Terraform please. So far I tried following these guides https://...
eliew's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
22