Displaying 20 results from an estimated 1000 matches similar to: "Zombie (Masqueraded) Channel CDR Problem"
2007 Jul 23
0
app_changrab, replacement for meetme and conference: returning to dialplan
Hi all,
there is an application called changrab with quite interesting capabilities:
http://www.freeswitch.org/asterisk_stuff/app_changrab.c
I think it is available in the 1.4 version by default!?
This application can connect to channels which are already UP. The only
possibility AFAIK to connect channels after they are UP are the well
known conferencing applications meetme and conference. If
2005 Jun 21
5
app_changrab.c released on pbxfreeware.org
I released app_changrab.c lastnight really late... It includes a way
to hijack a channel and originate calls from the CLI.
/b
---
Keep Your Friends Close, But Your Enemies Even Closer...
2007 Jul 30
5
Silly MeetMe() question.
I've got the ztdummy kernel module loaded and seem to have all the desired
prerequisites in place, but Asterisk never seems to compile with MeetMe()
application support enabled, nor does there appear to be a module I am
failing to load that would contain this application.
Is there something really obvious I am missing?
Thanks,
--
Alex Balashov
Evariste Systems
Web :
2009 Jun 30
0
Redirect with ExtraChannel on Bridged call give AMI event with second channel name AsyncGoto/...<ZOMBIE>
Originally posted on asterisk-dev with no response for 5 days, so posting it
to the wider audience now.
Asterisk Release 1.6.1.1
Scenario:-
1. 2 SIP peers (Zoiper softphone, if it matters) registered as 901 and
902
2. Using AMI, 901 is Originated
3. When 901 answers, it is Redirected to an extension "exten =>
dial,1,Dial(SIP/902)"
4. 902 rings, then answers
5.
2010 Apr 28
0
asterisk core dumps after cdr database writes using odbc
Both of our production asterisk servers are dumping core when making writes
to our cdr tables. Here is a backtrace of the problems we are having:
#0 0x00447b1f in tdserror (tds_ctx=0x1, tds=0xb7938c90, msgno=20004,
errnum=9) at util.c:347
347 if (tds_ctx && tds_ctx->err_handler) {
(gdb) bt
#0 0x00447b1f in tdserror (tds_ctx=0x1, tds=0xb7938c90, msgno=20004,
errnum=9) at
2007 Apr 18
2
SIP failover between Sip Providers
Hi all,
lets say I've registered at several Sip-Providers. Provider A offers
best rates but is often too busy to get a line. Sip Provider B is stable
(but more expensive). The asterisk box has a high call volume therefore
problems at provider A will get obvious after a few calls stalled. In
this case astersik shall switch temporarily to provider B but shall test
periodically for selected
2007 Feb 02
1
WARNING[4218]: res_features.c:1385 ast_bridge_call: Bridge failed on channels ( when I use asyncgoto)
Hi All,
I download the app_asyncgoto.c, compile the app_asyncgoto.so. Then according to this page
http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO ;
when I dial ,there have this warning:
-- Executing AsyncGoto("SIP/111-086497c8", "SIP/113-08674628|dynamic-nway|111|1") in new stack
Feb 2 16:53:10 DEBUG[4218]: app_asyncgoto.c:95 asyncgoto_exec: Attempting
2008 Oct 13
1
Need help for debuging
I am running asterisk 1.2.27 and it dead today. The following is the backtrace of core file. Can anybody help me to identify what is the possible cause of crash?
It seems the mysql connection causing problem in Thread 2. But I can not tell what exactly happened.
This asterisk is using as ACD for over hundred agents.
#> thread apply all bt
........
........
Thread 6 (process 20135):
#0
2005 Oct 17
1
Call transfer - atxfer
Hi,
I try to set up attended transfer in my Asterisk Box . My
features.conf look like this:
[general]
parkext => 100
parkpos => 1-5
context => parkedcalls
parkingtime => 100
transferdigittimeout => 3l
courtesytone = beep
xfersound = beep
xferfailsound = invalid
featuredigittimeout = 500
;adsipark = yes
pickupexten = *8
[featuremap]
atxfer => *2
blindxfer => #
disconnect
2011 Dec 12
1
Syncing shared mailboxes
Hi,
while trying to sync the mailboxes of several users who use and share
their mailboxes dsync prints this message:
dsync-local(<user-who-uses-shared-mailbox>): Warning: Subscriptions file
/home/<user-who-uses-shared-mailbox>/Maildir/subscriptions: Removing
invalid entry: shared/<sharing-user>/<shared-folder>
The problem is: Every user has to subscribe the shared folder
2005 Sep 21
1
Addendum to Problem with Queues question
Here is the full "transaction"
-- outgoing agentcall, to agent '1001', on
'Local/3044@local-4fee,1'
-- Called Agent/1001
-- Executing Macro("Local/3044@local-4fee,2",
"sipline|3044") in new stack
-- Executing Dial("Local/3044@local-4fee,2",
"SIP/3044|20|t") in new stack
-- Called 3044
-- SIP/3044-ea92 is
2011 Dec 08
1
noaclright
Hi,
I recently upgraded to openSuse 12.1 which comes with dovecot 2.0.14.
Because of mail-client-problems I am running one dovecot which requires
authentication via a client-certificate and another one which can be
used without a certificate. (Configurations can be found below.)
Since the upgrade our shared mailbox is no longer visible. I tried to
repair this by setting the ACLs once again (using
2006 Dec 21
2
asterisk crashed
our * crashed twice in a month with segmentation fault &
a core dump. here's the stack trace:
#0 0xb7e11965 in mallopt () from /lib/tls/libc.so.6
#1 0xb7e10c43 in malloc () from /lib/tls/libc.so.6
#2 0xb7e17090 in strdup () from /lib/tls/libc.so.6
#3 0x08057ada in ast_verbose (fmt=0x0) at logger.c:879
#4 0xb7b29009 in moh_files_release (chan=0x9455ca0, data=0xb657be48) at
2010 Mar 01
0
Asterisk / Trixbox 2.6 Streaming MOH Problems
I've tried a number of solutions, but I've been unable to get Asterisk
working with streaming MOH without running into the "buffer" issue.
I've tried using various combinations madplay, mpg123, mpg321. I've
also tried streamplayer by itself, and in combination with play-fifo (
http://www.freeswitch.org/asterisk_stuff/play-fifo.c ) to try and
eliminate the issue.
For
2007 Apr 23
1
problem with 3-way conferenicing
Hi,
I am trying to achieve 3-way conferencing taking hint from wiki link
http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO
Here is the scenario:
1. user "ua1" calls user "ca1"
2. "ua1" then presses the feature code "*0" to redirect "ca1" to
conference room 300
3. "ua1" then dials the user "33"
4. user
2007 Feb 26
0
IAX/SIP Inter Asterisk Transfer
Hi,
I've thoroughly searched the mailing list for a concrete example but
haven't found one, thats why I end up here with my question.
Theres has been some talk about IAX Transfers, but quite theoretically.
Lets say there is a setup of several asterisk-boxes connected in a local
Ethernet.
Asterisk A establishes actively a connection to a SIP client B. When B
picks up, the connection
2001 Feb 28
0
ipmasqadm and default route on masqueraded host
Hi,
I''m running a Debian 2.2r2 on a university server with 3 public ip on one
ethernet card (but soon we will have three cards).
There''s a tunnel (implemented with vtund on a tun interface with local
address 192.168.1.10 and remote 192.168.1.20) from this server to another
server without public ip and behind a router.
I wanted to make the second server visible to the world, so
2004 Mar 23
1
slow printing from firewalled/masqueraded clients
Printing to a samba print share from a client that is firewalled/
masqueraded is painfully slow. Seems the protocol requires the samba
server to make an initiating connection back to the SMB server on the
client which will of course fail on a firewalled/masqueraded client.
The problem is that the a print job hangs till this operation times out
causing printing to take several minutes for users.
2017 Jan 26
1
[Bug 1115] New: Not all packets leaving the system get masqueraded
https://bugzilla.netfilter.org/show_bug.cgi?id=1115
Bug ID: 1115
Summary: Not all packets leaving the system get masqueraded
Product: iptables
Version: 1.4.x
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: iptables
Assignee: netfilter-buglog
2006 Mar 27
0
Re: Re: multiple isp. masqueraded machines somtimes work and somet
Why ping google ???
you should either ping your assigned external ip address ( make your config dhcp for your external ip address even if it is static )
( If your dsl link is up you sould have an address if not you should not )
If for some reson you cannot do that, ping your isp''s default gw or someone closer. With google you never know what is going on.
I do something similar with -m