Displaying 20 results from an estimated 300 matches similar to: "Asterisk Queue Frame"
2012 Aug 13
8
Asterisk hangs while starting in OpenSuse 12.2
Hi,
I am using OpenSuse 12.2 64bit OS which uses Kernel 3.3.x version and
downloaded Asterisk 1.8 current version, after installing Asterisk, while
starting Asterisk it hangs at the stage of loading modules.conf, I checked
the forum https://issues.asterisk.org/jira/browse/ASTERISK-19245 but still
after updating through yast also i am facing the issue.
Have anybody faced this type of issue with
2012 Sep 26
6
SIP Retransmitting REGISTER message
Hi,
I was trying to register a VoIP trunk in Asterisk , where its keep on
sending Register message to the server, where I am not getting any response
from server.
But whereas if i register in Xlite softphone the account is getting
registered.
I suspect it could be network related issue, but since in softphone it is
getting registered from the same network.
Any ideas to isolate things would be
2011 Apr 01
6
Best Scripting Language
Hi,
Can anyone suggest which is the best scripting language for Asterisk or any
telecom device? Thanks in advance.
--
Thank you with regards,
Gopalakrishnan A.N.
VoIP call - sip:saigop at gtalk2voip.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/051f68d3/attachment.htm>
2016 Dec 04
2
Cisco IP 8841 asterisk integration
Can't I upload the 3PCC firmware ? available from the Cisco website?
Actually it came with sip88xx.... firmware.
Regards .
On Fri, 2 Dec 2016, 10:38 p.m. Steve Davies, <davies147 at gmail.com> wrote:
> Hi,
>
> You have to buy the 3PCC version for this to work. Once you have this,
> they work very much like the Cisco SPA handsets.
>
> I also ended up with a non-3PCC
2012 Jan 25
3
Executing Script after MixMonitor is called
Hello Guys,
I am trying to convert files that are .wac to mp3 after mixmonitor command is called but it doesnt execute the command, I tried the command in terminal it worked, any help please ... below is my dial plan
exten=6500,n,Set(MIXMONITOR_EXEC=&& nice -n 19 /usr/local/bin/lame -b 8 -t -F -m m --bitwidth 8 --quiet "/var/spool/asterisk/monitor/${CALLFILENAME}.wav"
2014 Mar 05
3
Enterprise VoIP Trunk
Am looking for a service provider who can provide enterprise SIP trunk with
100 channels concurrent sessions.
I see some like Inphonex, Broadvoice... and etc....
Is there any suggestions for the service providers.
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Aug 27
2
Kepress while on Queue
Hi,
Will Keypress option will work when am in the queue and hearing MoH?
Lets say a caller is waiting in queue and while he is hearing MoH, can he
key in some DTMF and go to some other queue? is that possible?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Dec 02
2
Cisco IP 8841 asterisk integration
Anyone tried integrating Cisco IP 8841 phone with Asterisk 11.x. I have the
phone with sip firmware came along with sip88xx-11.0.1SR xx. I tried to
upload woth TFTP due to some reason it's getting failed. Do I need to load
3pcc firmware or anyway to Configure from the phone itself or from the
GUI?
I have the SEPMAC.cnf.xml as well.
Any suggestions would be appreciated.
Regards .
2011 Dec 20
1
File Convert
Hi users,
I have Asterisk 1.6.2.20 in Ubuntu 10.04. I am trying to convert a gsm file
to G729 using file convert, but I am facing error as follows,
file convert /tmp/welcome.gsm /tmp/welcome.g729
Failed to convert /tmp/welcome.gsm to /tmp/welcome.g729!
Command 'file convert /tmp/welcome.gsm /tmp/welcome.g729' failed.
[Dec 20 17:24:18] WARNING[2221]: translate.c:256
2011 Aug 24
2
Asterisk Integration with Android device
Hi,
I created a extension in Asterisk, the extension has been configured in
Android softphone 3cx. When I tried to call from Andorid phone to some other
IP extension which is registered in Asterisk, I am not able to hear the
voice, when I check the asterisk log or wireshark there is only one way RTP
traffic, from Android I am connecting to Asterisk via 2G GSM network.
Any idea would be
2010 Sep 17
2
Call restriction for particular extension
Hi,
How to create dialplan restriction for particular extensions..
--
Thank you with regards,
Gopalakrishnan A.N,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100917/a4bc96f6/attachment.htm
2011 Feb 04
3
PRI voice optimization
Hi All,
This posting regarding PRI voice optimization, on dahdi 2.1.0.4.
we have more than 4 machine running on 4 port PRI card with echo
cancellation hardware based.
i have enabled echo cancel from chan_dahdi.conf using echocancel=yes, now
more than 70% of call get good voice
but some of calls having issue for callquality and other voice related
issues. now my question is that is there
any
2013 Jul 02
1
Asterisk trunking between two location
Am using Asterisk 11.2 in one location and 11.1 in another location.
when I trunk between two servers, the status is unreachable.
But with different server with 11.2 and 11.2 it works fine.
I tried both IAX and SIP.
the trunk in sip.conf what i have is,
[serverb]
type=friend
username=serverb
secret=serverb
host=10.10.10.5
port=5060
context=default
insecure=port,invite
dtmfmode=rfc2833
2013 Jul 04
1
Asterisk crash
Suddenly my asterisk restarted automatically and came up in seven seconds,
While checking core dump I see some message related to snmp.
No symbol table info available.
#5 0x00007fc7e6249faa in agent_thread (arg=<value optimized out>) at
snmp/agent.c:206
__PRETTY_FUNCTION__ = "agent_thread"
#6 0x000000000056dd0b in dummy_start (data=<value optimized out>) at
utils.c:1028
2013 Aug 18
1
Asterisk SIP Trunk between two Asterisk Servers
Hi,
Am making a simple SIP trunk between two Asterisk server,
Server 1
sip.conf
[usman02]
type=peer
username=usman02
secret=usman02
host=10.30.2.58
context=man02-trunk
port=5060
qualify=yes
disallow=all
;allow=g729
allow=g729
;allow=alaw
nat=force_rport,comedia
dtmfmode=rfc2833
relaxdtmf=yes
insecure=invite,port
extensions.conf
[man02-trunk]
exten => _1X.,1,Dial(SIP/usman02/${EXTEN})
exten
2013 May 23
1
GotoIf function
Hi,
Actually i would like to get the input from the user and he should not try
more than 3 times, he can try more than 3 times, if yes it will get routed
to the next priority and if not it goes to the loopback again from the
beginning.
And following is the one I created, I just want to know whether this will
validate the input and will allow for 3 times....
exten =>
2013 May 28
1
DTMF recognized after call establishment
Hi,
I am receiving DTMF without any reason after call establishment.
The log as follows, and I suspect something related to directmedia,
[May 17 00:33:35] VERBOSE[4238] app_dial.c: -- SIP/MyTrunk-000a4b49 is
making progress passing it to SIP/MAN-000a4b48
[May 17 00:33:35] VERBOSE[4238] app_dial.c: -- SIP/MyTrunk-000a4b49
answered SIP/MAN-000a4b48
[May 17 00:33:35] DTMF[4238] channel.c:
2006 Apr 10
1
Generic code for simulating from a distribution.
Hello all,
I have the code below to simulate samples of certain size from a
particular distribution (here,beta distribution) and compute some
statistics for the samples.
betasim2<-function(nsim,n,alpha,beta)
{
sim<-matrix(rbeta(nsim*n,alpha,beta),ncol=n)
xmean<-apply(sim,1,mean)
xvar<-apply(sim,1,var)
xmedian<-apply(sim,1,median)
2016 Dec 05
4
Cisco IP 8841 asterisk integration
True agree, problem is somehow the people purchased.... am supporting to
overcome that. Trying level best... around 20 phones has been
purchased....
??
On Mon, 5 Dec 2016, 8:55 p.m. Victor Villarreal, <mefhigoseth at gmail.com>
wrote:
> With all the money you plan to invest in firmware, licenses, etc., you
> have bought a Grandstream IP phone or Yealink...
> --
>
2013 Jun 06
1
Asterisk HA
I was go through'ing the following links for HA,
https://wiki.asterisk.org/wiki/display/TOP/Failover+-+Linux - which doesn't
have file syncing.
https://www.johncahill.net/wiki/index.php/2_Node_Active/Passive_cluster -
this one has file syncing with pacemaker
Any other HA applications available or the lsyncd with pacemaker is good?
Regards
-------------- next part --------------
An HTML