similar to: Iax2 statistics in dialplan

Displaying 20 results from an estimated 20000 matches similar to: "Iax2 statistics in dialplan"

2015 Nov 24
2
subscriber state before dial
Hi All After a Dial() I get: WARNING[7964][C-000075a8]: app_dial.c:2437 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Subscriber absent) if the subscriber is not registered. Is there a way from dialplan to know, *before* Dial(), if a destination Subscriber is a) not registered or b) busy ? I need to redirect a call to some other Subscriber if (s)he is not there
2016 Jan 19
2
how to flush user input before READ()
On Mon, 18 Jan 2016 16:09:17 -0200 "Ethy H. Brito" <ethy.brito at inexo.com.br> wrote: > On Mon, 18 Jan 2016 09:38:52 -0800 (PST) > Steve Edwards <asterisk.org at sedwards.com> wrote: > > > On Mon, 18 Jan 2016, Ethy H. Brito wrote: > > > > >> how to flush user input before READ()? > > > > How about a read() to a dummy variable
2015 May 28
1
chan_sip.c: Hanging up call
On Thu, 28 May 2015 11:15:45 -0500 Scott Griepentrog <sgriepentrog at digium.com> wrote: > The string "5a2600300339934f704528bb14ed05e9 at MyAsterisk:5060" is the unique > identifier for the call in SIP known as the Call-ID. If you have a packet > capture of the port 5060 SIP traffic, that identifier will be in each SIP > message related to the call, which also
2016 Jan 18
2
how to flush user input before READ()
On Mon, 18 Jan 2016, Ethy H. Brito wrote: >> how to flush user input before READ()? How about a read() to a dummy variable with a 1 second timeout to consume the octothorpe and password? -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
2015 Jan 30
2
SSL traffic on RTP instance without an SSL session
Hi All We've been reading this in the CLI a lot lately: Received SSL traffic on RTP instance '0x7fe7481faad8' without an SSL session How can we find details about this particular RTP instance? "rtp set debug" needs an IP which is precisely what I want to know (and I don't)! Cheers Ethy
2015 Apr 28
2
Function IMPORT and Local channels
Hi all These questions were asked back in 2009 at lists.digium.com and got unanswered: - Has someone been successful in using IMPORT on a Local channel ? - Is there a known limitation in doing so ? I run into the same problem. ${IMPORT(Local/1234 at example-abcd;2,CALLERID(dstchannel))} returns nothing. But I can read the dstchannel for it into the CDR. Asterisk is 11.7.0~dfsg-1ubuntu1
2015 Oct 20
4
asterisk core dumped after UBUNTU 14.04 dist-upgrade
Hi I had a bad experience upgrading Ubuntu a few months ago. Today I made a "dd" copy to another harddisk and tried to dist-upgrade. I get "Illegal instruction (core dumped)" running "service asterisk debug" at random places. Any help will be appreciated to spot this problem. I think it is worth to mention that the dadhi hardware is not present at the copied
2016 Jan 15
2
how to flush user input before READ()
Hi how to flush user input before READ()? I wrote a small script to ask for user password before granting access to outside, but some telefones memorize the full user input, including "#". So, when the user press redial, for instance 5556789#123, asterisk accepts the number and the password "123" and gives access to the outside word to whomever redials that terminal. Any
2005 Dec 19
3
match''ing packets by size
I visited yesican.chsoft.biz and the author proposes a way to match packets by less than some size . Here is the thing: match u16 0x0000 0xffb0 at 2 With this match he says that packet with less than 80 bytes will match the rule. Well, 0xffb0 translates to 1111 1111 1011 0000 (which is -80 BTW). So, if I am correct any packet with bits 4 and/or 5 set (together with any of the 4
2006 Apr 12
1
iax2 show netstats
Hi guys, i've been using iax2 show netstats and i wonder if someone could explain what all these means, just in case i have them wrong. Because i am looking for something that tells me that there is delay , and/or packet loss. -------- LOCAL --------------------- -------- REMOTE -------------------- Channel RTT Jit Del Lost % Drop OOO Kpkts
2015 May 28
2
chan_sip.c: Hanging up call
Hi All I have a few lines like this at asterisk/messages. [May 25 15:22:42] WARNING[27725] chan_sip.c: Hanging up call 5a2600300339934f704528bb14ed05e9 at MyAsterisk:5060 - no reply to our critical packet (see https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions). Since we have hundreds of clients with hundreds of simultaneous calls, how is it possible to know to which customer/IP
2015 Jul 15
2
how to return a transfered call to the transferrer?
Hi all Any of you guys could point me in the right direction? I need to make that a blind transfer to return to the transferrer when the transferee does not answer. Scenario: . Miss Jane Doe, our front desk attendant, picks up an external call to Mr. Smith; . Miss Doe flashes, dial Mr. Smith's extension and then hangup; . Mr Smith's phone rings until timeout; . At this point, how
2009 Sep 22
3
RTPAUDIOQOS
hey all, can any body know what this parameter stands for i got RTPAUDIOQOS while i have SIP channels but could not understand then what this parameter tell * ssrc=254186206;themssrc=2024901615;lp=0;rxjitter=0.020917;rxcount=150;txjitter=0.000000;txcount=83;rlp=0;rtt=14818.715000 * if any one know plese help me to or give any documentation link regards Dhaval -------------- next part
2005 Nov 11
3
passive FTP trafic control
Hi All How to classify packets belonging to a FTP session? Port 21 session is easy. but what about data transfers? Their port numbers (both) are above 1024. I was thinking about ip_conntrack_ftp. Something like: iptables -A FORWARD -p tcp --sport 1024: --dport 1024: \ -m state --state ESTABLISHED,RELATED -j CLASSIFY --set-class X:Y But what if I also have ip_conntrack_irc, for instance.
2015 Feb 10
0
SSL traffic on RTP instance without an SSL session
Hi again. Does nobody have a good answer for this? Cheers Ethy On Fri, 30 Jan 2015 12:37:36 -0200 "Ethy H. Brito" <ethy.brito at inexo.com.br> wrote: > > Hi All > > We've been reading this in the CLI a lot lately: > Received SSL traffic on RTP instance '0x7fe7481faad8' without an SSL > session > > How can we find details about this
2006 Jul 12
3
unix password sync not working
Hi all I trying to sync a samba password with Linux password. I did: encrypt passwords = yes ; passwd program = /usr/bin/passwd %u passwd program = /tmp/teste %u update encrypted = no unix password sync = yes passwd chat debug = yes passwd chat = *New*password* %n\n*Re-enter*new*password* %n\n*changed* The problem is 'passwd program' is not even called. I
2004 Aug 04
0
Can't get T or t option to work with two IAX2 channels.
I have this in my dialplan: exten => 6,1,Dial(IAX2/rious@NuFone/16162180431,30,rTt) A call comes in via NuFone over IAX2. The caller presses 6. The dial application calls my cell phone. If I press # on either the calling phone or the called number, nothing happens. I have notransfer=yes set in my iax.conf. I can see both calls with show channels the entire call. If I do an iax2 debug, I can see
2005 Dec 05
0
Fwd: Re: inspecting what''s going in a class
Subject: Re: [LARTC] inspecting what''s going in a class Date: Monday 05 December 2005 09:38 From: "Ethy H. Brito" <ethy.brito@inexo.com.br> To: jasonb@edseek.com On Mon, 5 Dec 2005 00:59:46 -0500 Jason Boxman <jasonb@edseek.com> wrote: > > > Sadly not possible with tc-filter. But perhaps I could do this for tc > > > with Vincent Perrier''s
2018 May 03
2
samba 4 joining samba 3 pdc - group mismatch
On Thu, 3 May 2018 19:18:45 +0100 Rowland Penny via samba <samba at lists.samba.org> wrote: > On Thu, 3 May 2018 14:59:18 -0300 > "Ethy H. Brito via samba" <samba at lists.samba.org> wrote: > > > I run the pdbedit command. > > I got a lage amount of users (and groups). > > The admin of the S3 server deleted (userdel) 75 users and these are >
2018 May 03
0
samba 4 joining samba 3 pdc - group mismatch
On Thu, 3 May 2018 15:55:47 -0300 "Ethy H. Brito" <ethy.brito at inexo.com.br> wrote: > On Thu, 3 May 2018 19:18:45 +0100 > Rowland Penny via samba <samba at lists.samba.org> wrote: > > > On Thu, 3 May 2018 14:59:18 -0300 > > "Ethy H. Brito via samba" <samba at lists.samba.org> wrote: > > > > > I run the pdbedit command.