Displaying 15 results from an estimated 15 matches for "dialgroups".
Did you mean:
dialgroup
2008 Jul 28
2
Callcentric Issues
Hey,
I have a few dids with callcentric. They seem to work fine most of the
time but at some points I get "handle_request_invite: Failed
to authenticate user <sip:PSTNnumber"
This happens intermittently.
The way I understand it the insecure=port,invite should tell asterisk
not to authenticate users coming from that host. But its not working for
some reason.
This is my sip.conf
2008 Oct 31
1
Monitor group calls (recording calls)
Hello there,
I appreciate any help about this problem that I can't figure out...
I need to record all my calls: this is pretty easy using Monitor() before
the Dial().
eg:
exten =>
425,n,Monitor(wav49,/var/spool/asterisk/monitor/425/${EPOCH}_${CALLERID(num)}_in,mb)
exten => 425,n,Dial(${PHONE1},10)
Now, I want to create a call group: I mean, I want a number (eg 800) that
makes
2023 Jul 22
1
Parallel dialoog with different Alert-Info headers
We have a couple of parallel ring settings (and this has worked well for eons).
Either in the form of
same => n,Dial(SIP/1001 & SIP/1002 & SIP/1003 …..)
Or via a subroutine (below) that has a bit of extra logic:
FOO = 1010 & 1019 & 1017 & 1033
...
same => n,gosub(sub-callout,s,1,(${FOO},”Ringing all class FOO telefons"))
Now I have two types of phones
2014 May 08
1
Multicast RTP
I'm currently working with Asterisk 11.8.1 trying to get Multicast RTP
working (it's not) with some Polycom phones, and I'm really trying to
determine if Asterisk or the phones are the issue. I THINK it's Asterisk...
In extensions.conf I have a simple: "Page(MulticastRTP/basic/x.x.x.x:xxxx)
line, and when I dial that extension I get:
-- Called
2017 Aug 27
2
asterisk13: no voicemail prompt in German
According to the instructions given at
https://www.asterisksounds.org/de
I converted and installed German prompts successfully and for numbers, I can successfully
listen to a German female voice counting or telling the date/time.
But unlikily, somehow the voicemail prompt is still English, although my general language
settings are "de".
I use pjsip.conf, not sip.conf.
In
2013 Dec 17
1
Who causes the congestion or can I mix?
Is there a recommended way to find out the cause of DIALSTATUS = CONGESTION for PRI/BRI
channels? Currently I am evaluating the DIALSTATUS variable and I also count the active ISDN
channels for the ISDN trunk in question. Counting the active ISDN channels seems somewhat clumsy
as the mapping to a specific trunk must be done by hand (or write even more code).
I have a setup where outgoing calls
2006 Mar 09
2
Merlin Magix Integration
Hi List,
Merlin Magix hardware v02
I'm trying to get asterisk to act as a voicemail server for a lucent
merlin magix PBX that we purchased used. We have 4 FXO channels between
the two PBXs on a Sangoma A200 card. The 770 dialgroup is working
properly, in that calls to 770 are answered by Asterisk. The magix is
sending mode codes in the format #XX#XXX#, where the 2nd block of digits
2005 Jan 31
4
line assignment on TDM400P
Greetings. We are running * on RH9 using a Digium TDM400P four-port FXO
card. We use only two ports on the card (ports 0 and 2 in this case). A
consultant set this up for us, and it mostly works OK.
However, outbound calls use our secondary number rather than our primary
number first. This undesirable because of Caller ID; we'd like the primary
number to appear instead.
Yes, I can
2011 Feb 28
0
Asterisk 1.6.2.17 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.6.2.17.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.6.2.17 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this
2011 Feb 28
0
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.3. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.3 resolves several issues reported by the community
and would have not been possible without your participation. Thank you!
The following is a sample of the issues resolved in this release:
2011 Feb 28
0
Asterisk 1.6.2.17 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.6.2.17.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.6.2.17 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this
2011 Feb 28
0
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.3. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.3 resolves several issues reported by the community
and would have not been possible without your participation. Thank you!
The following is a sample of the issues resolved in this release:
2007 Apr 30
2
don't want call to get answered
In my * box I've configured two queues and incoming number and whenever any
one calls those number call comes to my *box and it sends call to my agents
in queue. but if no agent is available it still answer the call. Is there
any why when my agents are not available I don't want call to get answered.
Here is my dialplan:
exten => xxxx,1,GotoIfTime(*|*|20|dec?ccagents,xxxx,6)
exten
2011 Jun 13
3
asterisk queue 'ringall' stratagy
Hi List,
I have faced a problem in asterisk queue implementation.
I configured a queue with 'ringall' strategy and 'ringinuse=yes' in queues.conf. If three calls come to this queue in parallel, the logged in queue agent used to get only one call (may be the first one), not all the calls waiting in the queue at a time. Once the agent answers the call the next call is displayed.
I
2017 May 08
8
Dial an extension to modify dialplan
Hello
I have the following scenario:
[mynicecontext]
exten => 2000,1,Dial(SIP/deviceA&SIP/deviceB&SIP/deviceC)
As expected, by dialing 2000, all three devices will ring. And that's
fine.
However, there are situations where I only want "deviceA" and "deviceB"
to ring. I would like to have an extension to dial in order to modify
the dialplan.
Here is what I