Displaying 20 results from an estimated 1000 matches similar to: "Queues in memory after startup"
2009 Jul 18
3
Count Available Queue members
Hi all,
Someone know how can I check for available members on a queue Before I
queue the call, so I can do something else with it? Note that is not the
case for joinempty
Thanks,
Gabriel Ortiz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090718/462b725b/attachment.htm
2012 Feb 02
2
externip nat audio sip trunk issue problem
Hi all,
I've tried search this problem on the list... no luck...
The case is:
without externip/localnet config on sip.conf [general] my SIP trunk works,
but with no audio NAT problem (asterisk sends the private 192 address to
the outside...)
when I configure externip/localnet correctly my SIP trunk simply disappear!
Checking the signalling with tcpdump shows me that Im sending the
2012 Oct 05
2
SendFAX - multi-page TIFF
Hi,
Does anyone had the problem of asterisk SendFax + spandsp sending only
the first page of a multi-page TIFF file?
Seams to be related to spandsp ECM config.
Any thoughts about it?
Thanks,
Gabriel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121005/ac471600/attachment.htm>
2009 Jan 16
1
Dialing from E1/T1
Hi,
A have an asterisk connected to a legacy PBX trought an E1 and to the PSTN
trought another E1. When the legacy user dial to the PSTN the call pass
trought Asterisk.
All works OK, the only problem is the delay on the Asterisk server when it
receives the digits from the 1st E1 link. It will only make the call when
the digit timeout expires.
Is there a way to make something like
2009 Aug 17
1
Goto mask
Hi all,
When I have 2 masks that would like to execute the same logic, there is
the way to use the Goto (or any other) command without changing the
${EXTEN}?
Eg. DID range is 1200-1349 -> call Macro(disca), what mask to use? (I just
got it with 2 masks, but I didn't wanted to duplicate the dialplan for both)
[test]
exten => _12XX,1,Set(DIR=3)
exten =>
2009 Nov 06
1
AMI Originate and Variable header
Hi all,
I'm trying to use the CDR() function on the "Variable" header of the
Originate AMI action, but it isn't working.
Anyone knows anything about this problem?
asterisk 1.4.26
Thanks,
Gabriel Ortiz
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jan 17
1
canreinvite per route
Can I activate/deactive the canreinvite SIP flag on the dial plan?
The idea is to allow reinvite only for exten <-> exten calls, and not for
outbound calls
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090117/a53f3178/attachment.htm
2017 Mar 22
2
Large astDB - millions of tuples - issues?
Hi all,
Does anyone uses astDB for a large amount of data, in special for
implementing black lists with millions of numbers (i'd like about 2 or 3
million)?
That would be held in memory right? Is this (memory consumption) the only
problem I could face?
Att.
Gabriel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Feb 15
2
Dialplan end of pattern matching question
Hi,
I've noticed an unusual behavior on the dialplan execution: assume this
DP:
exten => _6XXX,1,NoOp(test1)
exten => _XXXX,1,NoOp(test2)
exten => _XXXX,2,NoOp(test3)
If I call 6000 then test1 and test3 NoOps get executed, even though the
pattern is different.
I've always thought that if I call 6000 it would match the 6XXX pattern,
that only has 1 priority, that would get
2014 Oct 01
1
CALLERID(num) and CDR(clid) - originate
Hello,
A question on channel originating (call files and AMI Originate):
How can I change the CALLERID(num) var (because of the E1 provider
needs), but having another n?mber (the original one) stored on the "clid"
CDR field on the database?
A channel agnostic solution would be the best one, without having to deal
with the problem based on what type of Tech used for the outgoing
2007 Jul 04
1
QueueMemberStatus
I've been poking for the definition of QueueMemberStatus and all the
source file indicates is that it is a integer member of the "member"
structure.
Anyone know where I can find the CONSTANTS definitions?
--
Warm Regards,
Lee
2006 Jan 12
4
How do you create a tree strucutre with ActiveRecord
I want to build an application that has the concept of administrative
domains. What I mean by this is that administrators have access to
different data, based on what domains they are a member of. The domain
strucutre is hierarchical. Here is an example:
- MLB
- AL
- East
- Yankees
- Red Sox
...
+ Central
+ West
- NL
+ East
+ Central
+ West
Now
2009 Sep 11
1
Voicemail by email with HTML
Hi all,
I'm trying to send an email with the voicemail details and I want to send
a HTML link on it to make a click2call to the voicemail main, but the email
is send with 'text/plain' encoding and thus it will not show the link, but
the HTML in plain text on the body of the email,
How can I change the enconding to 'text/html' so the link will get
displayed correctly?
2007 Jan 22
1
QueueMemberStatus/Status Field
Hi all,
Where can I find the status definitions for the status field below?
Googled /web/voip-info.org and can't seem to find anything.
Event: QueueMemberStatus
Privilege: agent,all
Queue: support
Location: SIP/111
Membership: dynamic
Penalty: 0
CallsTaken: 0
LastCall: 0
Status: 1
Paused: 0
Thank you!
--
Warm Regards,
Lee
2010 Aug 10
1
Playback during call
Hi all,
How can I playback a file within an active call?
I've tried with ChanSpy whisper mode like this (using AMI):
Action: Originate
Channel: Local/9999 at default
Priority: 0
Variable: MSG=test
Application: ChanSpy
Data: SIP/1234-123
Async: 1
and in the dialplan:
[default]
exten => 9999,1,Answer()
exten => 9999,n,Wait(2)
exten => 9999,n,Playback(${MSG})
Where
2005 Mar 17
3
Realtime Problem = Segmentation faults
Hi:
I had asterisk with RealTime database working perfectly in a RH 9.0
machine. I used the sip cache so I even had MWI working. The problem
is that I decided to move to Fedora Core 3. I installed the lastets cvs
version of asterisk and the RealTime addon from asterisk-addons. I at
first had the problems with the kernel and the zaptel driver but all
that was solved with the
2010 Jan 04
1
Some minor configuration issues with queues
Hello list !
I have some configuration issues with queues, but I'm sure they are
minor and for someone who has already configured queues it could be
trivial.
This is my queue configuration :
[VC_support_queue]
musicclass = default
strategy = ringall
timeout = 20
retry = 5
wrapuptime=15
autofill=yes
autopause=no
maxlen = 0
setinterfacevar=yes
announce-frequency = 0
2016 Mar 10
2
RES: CVE-2016-1285 & CVE-2016-1286
As soon as RHEL does.
On 03/10/2016 02:13 PM, Leonardo Oliveira Ortiz wrote:
> CentOS will provide an update to fix it?
>
> ________________________________________
> De: centos-bounces at centos.org [centos-bounces at centos.org] em nome de Alice Wonder [alice at domblogger.net]
> Enviado: quinta-feira, 10 de mar?o de 2016 15:31
> Para: centos at centos.org
> Assunto: Re:
2014 Jan 31
2
manipulación de caracteres
lo que necesito es
"98989","121212"
y no :
paste(unlist(strsplit(char,",")),collapse=",")
[1] "98989,121212"
Luis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Luis Ridao Cruz
Faroe Marine Research Institute
Nóatún 1, P.O. Box 3051
FO-110 Tórshavn
Faroe Islands
Tel : (+298) 353900
Fax: : (+298) 353901
e-mail: luisr@hav.fo
2019 Feb 28
1
Using butt in same mount point that is used for relay
Thank you
Pada tanggal Kam, 28 Feb 2019 10.01 mas wanto <wantom428 at gmail.com menulis:
> Sam broadcaster and fallback mount
>
> Pada tanggal Kam, 28 Feb 2019 09.58 Leonardo Oliveira Ortiz <
> leonardo.ortiz at marisolsa.com menulis:
>
>> Hello.
>>
>>
>>
>> We are using icecast to relay a radio station on local network and I have
>> a