Displaying 5 results from an estimated 5 matches for "jthomasdpu".
2012 May 29
1
unable to create channel of type 'SIP'
I'm trying to use OpenBTS with Asterisk.
I have two phones that are connecting to OpenBTS correctly, but on the
Asterisk side the phones can't call each other.
I followed this guide:
http://gnuradio.org/redmine/projects/gnuradio/wiki/OpenBTSSettingUpAsterisk
I set up two phones in sip.conf and extensions.conf.
In my SIP output I see this:
WARNING[1689]: app_dial.c:2041 dial_exec_full:
2015 May 07
1
Phones don't stop ringing when queue is answered
...sh ringing. In this example I am ringing
the same group (queue_level_1) twice, however in a real-world scenario I
would ring queue_level_1 and then ring queue_level_2 which each have a
different list of phones.
Thanks,
Andrew
----- Original Message -----
> From: "James Thomas" <jthomasdpu at gmail.com>
> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com>
> Sent: Thursday, May 7, 2015 10:20:10 AM
> Subject: Re: [asterisk-users] Phones don't stop ringing when queue is answered
>
> What purpose do th...
2015 May 06
2
Phones don't stop ringing when queue is answered
Hello,
I am running Asterisk 11 on CentOS 6.4 with about 150 local SIP clients on a
LAN. The SIP clients are a mixture of Yealink phones (e.g SIP-T32G, SIP-T42G,
etc). I have configured the system as follows:
sip.conf:
[169]
secret=111111
dtmfmode=rfc2833
directmedia=no
directrtpsetup=yes
canreinvite=no
context=main
host=dynamic
type=friend
port=5060
call-limit=5
nat=force_rport,comedia
2016 Oct 21
2
Problem with REMAINDER? 957%60 be 15 remainder 57 not 15 remainder -3 ?
I'm not mathematically gifted, but shouldn't 957%60 be 15 remainder 57?
Google and my desktop calculator certainly think so.
So where am I going wrong here? The following code
exten => 7,1,Verbose(Context: ${CONTEXT} Exten:${EXTEN})
same => n,Set(myNum=957)
same => n,Set(sec=$[REMAINDER(${myNum},60)])
same => n,Set(sec=$[ABS(${sec})])
same =>
2015 May 07
0
Phones don't stop ringing when queue is answered
What purpose do the WaitExten()s serve here? Are you really allowing the
caller to connect to different extensions in the test-queue context? Have
you tried without the WaitExten()s?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150507/d97ed1a4/attachment.html>