Re: [asterisk-users] [SOLVED] AMI issue with Filter

2016-05-19 Thread Lenz Emilitri
D'oh moment - filters do work, but you can only set one at a time. By
reading the docs, I mistakenly assumed that you could set many of them
at once.
Thanks
l.


2016-05-19 12:54 GMT+02:00 Lenz Emilitri :
> Hello all,
> I am trying to use the Filter action in AMI to make AMI less chatty by
> blacklisting some events; and I must be doing something wrong, because
> if I send something like:
>
> Action: Filter
> ActionID: AID563116752-152218
> Operation: Add
> Filter: !Event: VarSet*
> Filter: !Event: ExtensionStatus*
> Filter: !Event: NewAccountCode*
> Filter: !Event: NewCallerid*
> Filter: !Event: Newexten*
> Filter: !Event: RTCPSent*
>
> I still get plenty of:
>
> Uniqueid: 1463577738.539
> Extension: 201
> Channel: SIP/200-00a1
> Context: from-internal
> Event: Newexten
> Application: Set
> Privilege: dialplan,all
> AppData: ADMINCODE=15
> Priority: 1
>
> I get them with or without the trailing *.
>
> I am testing this on Asterisk 11 and 13, so I must be doing something
> wrong - but what? :-)
> Thanks
> l.
>
>
>
>
> --
> Loway - home of QueueMetrics - http://queuemetrics.com
> Try the WombatDialer auto-dialer @ http://wombatdialer.com



-- 
Loway - home of QueueMetrics - http://queuemetrics.com
Try the WombatDialer auto-dialer @ http://wombatdialer.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Call File - CPU spikes

2016-05-19 Thread Lenz Emilitri
If you are on 13 it would likely be easier to use ARI directly?
l.


2016-05-11 22:52 GMT+02:00 Bryant Zimmerman :
> I am working on a project that we are seeing a 100% CPU spike when we move
> 50 calls files to the folder.
>
> We are running pjsip and asterisk 13..It holds the spike for several minutes
> Are there any tunable that may help with this?
>
>
> Thanks
> Bryant
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users



-- 
Loway - home of QueueMetrics - http://queuemetrics.com
Try the WombatDialer auto-dialer @ http://wombatdialer.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] AMI issue with Filter

2016-05-19 Thread Lenz Emilitri
Hello all,
I am trying to use the Filter action in AMI to make AMI less chatty by
blacklisting some events; and I must be doing something wrong, because
if I send something like:

Action: Filter
ActionID: AID563116752-152218
Operation: Add
Filter: !Event: VarSet*
Filter: !Event: ExtensionStatus*
Filter: !Event: NewAccountCode*
Filter: !Event: NewCallerid*
Filter: !Event: Newexten*
Filter: !Event: RTCPSent*

I still get plenty of:

Uniqueid: 1463577738.539
Extension: 201
Channel: SIP/200-00a1
Context: from-internal
Event: Newexten
Application: Set
Privilege: dialplan,all
AppData: ADMINCODE=15
Priority: 1

I get them with or without the trailing *.

I am testing this on Asterisk 11 and 13, so I must be doing something
wrong - but what? :-)
Thanks
l.




-- 
Loway - home of QueueMetrics - http://queuemetrics.com
Try the WombatDialer auto-dialer @ http://wombatdialer.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] TDM800 just receive calls, but not make

2016-05-19 Thread Tzafrir Cohen
On Wed, May 18, 2016 at 02:29:30PM -0300, Vitor Mazuco wrote:
> Hello everyone
> 
> I have a TDM 800 on an Ubuntu Server
> 
> he's just getting call normally, but when I call any number by this
> board, it is silent and not make the call.
> 
> look at the log
> 
> Executing [629886874@ramais:1] Dial("SIP/2000-000e",
> "DAHDI/6-1/29xxx,60,tT") in new stack
> [May 18 14:21:31] WARNING[4332][C-000d]: chan_dahdi.c:13433
> dahdi_request: Unknown option '-' in '6-1/29886874'

This should have given you a hint. There is simply no need for this
'-1'. In your dialplan you need to have:

   Dial(DAHDI/6/${THENUMBER})

instead of:

   Dial(DAHDI/6-1/${THENUMBER})

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users