Displaying 20 results from an estimated 10000 matches similar to: "*** Asterisk sunday news: Read the sample configs, Luke!"
2007 May 23
0
SIP.CONF: incominglimit and outgoinglimit
Hi all,
I have some peers configured in SIP.CONF file with parameters
incominglimit and outgoinglimit set up to 10. By doing that, I expect
that this peer will not be allowed to handle more than 10 incoming calls
and 10 outgoing calls at the same time.
However, since I upgraded to Asterisk 1.2.17, I started to face a
problem. Sometimes, calls to those peers are not connected. When I check
the
2004 May 22
1
app_queue and app_groupcount
The new app_groupcount looks great for most applications but it a is a
step back for call queueing...
since app_queue calls physical interfaces and not extensions,
app_groupcont can't be used to limit the calls passed to a dynamically
added agent.
I presently use the broken sip incominglimit feature (even though it's
less than ideal as it also limits outgoing calls preventing
2004 Jul 13
0
WARNING: Deprecated incominglimit and outgoinglimit
For those that don't read every line of source code here's something I found out today...
--------
Deprecated incominglimit and outgoinglimit
Incominglimit = number of calls the local extension can originate to Asterisk.
Outgoinglimit = number of calls Asterisk will terminate to local extension.
End of Life for these commands announced**, please use setgroup and checkgroup, that will
2004 Apr 20
3
Limiting incoming SIP calls & Original CallerID on transfer
I have 2 issues which I need to resolve on our production Asterisk
server:
We are currently using Polycom IP600 VOIP phones for our office which
are capable of handling 2 calls per SIP registration. What we're finding
is when staff are on the phone, Asterisk will pass them a second call
which will show up on their display, and an audible beep is heard over
the phone (regular call waiting). I
2004 Apr 26
0
Some Grandstream news
Hi there,
for those that haven't yet found out for themselves:
- BudgeTone/ HandyTone firmware now has an option for "disable
callwaiting" which probably eliminates the most urgent need for
outgoinglimit= and incominglimit= in sip.conf (firmware 1.0.4.54 and
later, maybe even available in some slightly earlier versions)
- new option "subscribe for MWMI" (message
2004 Dec 14
3
sip_buddies mysql table
Not being an asterisk expert, but having been around
the block once or twice when it comes to data and the
like, I have made some observations based on the examples
given on voip-info.org Sip configs.
it appears there is an adjustment to be made in
the sip_buddies example table:
>>> name
Although set to 30 characters, I don't see where it is
limited in the text file. In theory,
2004 Jul 05
3
*** Asterisk Sunday (hrrm) News: Moving ahead at CVS Warp 5
Sunday news is today published on a monday. Yesterday was fourth of
july, and I used that as an excuse for being off line yesterday.
(Sweden's national day is June 6th - and it's not yet a public holiday,
btw). Most of my Asterisk time lately have been used for producing
the registration site for Astricon and tracking down speakers that
haven't sent in their material for the conference
2003 Oct 20
3
Call Waiting on SIP phones
Hi All,
This is the first time I'm submitting a patch, and I hope it fixes more than
it breaks. I'm putting it here, since John Todd mentioned a while ago about
the heavy load Mark and crew have at Digium (doing such good work), so I
thought all of us could test this first, and if ok submit for inclusion in
CVS later if appropriate.
This is an extension to work done earlier (sorry I
2003 Nov 17
2
Hunt groups and SIP?
I would like to setup a hunt group, not a group ring, using sip phones.
Anyone done this with sip devices? Comments suggestions?
I have not had much luck with the outgoinglimit=1, incominglimit=1
stuff that I would need to get busy extinctions to work right, which is
why I'm asking on the list.
2004 May 23
1
*** Asterisk Sunday News: Conferences on the phone and IRL - "in real life"
Here in Sweden, it's supposed to be springtime. A wonderful time of the year,
with sunny skies and wonderful weather. Almost summer. Today, it's not.
It's winter all over again with rain and only 3 degrees celsius outside.
Better to stay inside and write a weekly Asterisk newsletter :-)
This week's topics:
-------------------
* Looking beyond Asterisk 1.0/1.1 - what's up?
*
2011 Mar 29
1
wrong from URI in options message
I recently configured a SIP peer which i must specify my fromuser as my
ten digit "DID". I send calls to this peer, but whenever Asterisk sends
an options message, the fromuser is "asterisk".
Is this a bug? Or is there some other config I must make ?
register = 2155551941:123456 at 10.0.138.226/2155551941~600
[peer](!)
type=peer
context=inbound
qualify=yes
2003 Aug 07
1
Sip Trunk config
incominglimit is already implemented for SIP. Just specify under the
endpoint how many incoming connections are allowed.
For example,
[cisco]
type=friend
username=cisco
secret=blah
nat=yes ; This phone may be natted
host=dynamic
canreinvite=no ; Cisco poops on reinvite sometimes
qualify=200 ; Qualify peer is no more than 200ms away
2004 Jun 13
4
*** Asterisk Sunday News: Off track with 1.0, moving forward
Thank you very much for all feedback on Asterisk Sunday News!
This is the last issue for June. This week I'll go on holiday
and will be back with more news in early July.
My kids are getting summer leave this week and we'll be
visiting the south of England for a while. Another part of
Europe that still use their own currency.
If you think there's an European standard, you're
2005 Oct 18
1
Queues and call waiting indication
Hi,
I'm running 1.2 beta1 in a mini call center.
I have 3 queues with 10 operators, and I'm running into some trouble because when all the operators are busy answering call asterisk still sends them more, resulting in a "beep beep" (call waiting) over and over again in Xlite audio.
An easy solution woud be the use of a "single line" user agent, like firefly, still
2007 Feb 22
1
Lastest SVN (1.4) and realtime call limit
Hello,
I am running version 1.4 with realtime support. I've set (for Snom phones
300/320/360) a call limit of 1 (incominglimit and outgoinglimit fields in the
database).
- When I used 1.4 SIP SHOW PEER show that it has a call limit of 1. The problem
was that when such a phone received a call and did attended transfer it
was left "in use" and could not receive new calls.
-
2004 May 16
1
** Asterisk Sunday Morning News: Contribute to the community
Another Asterisk week has gone by. A lot of changes has been submitted into
the CVS head, only a few to CVS stable.
CVS stable only changes for bug fixes now.
* Using MGCP? Please step forward!!
-----------------------------------
There are a number of MGCP bugs and fixes in the bug tracker that needs more
activity. If you are using the MGCP protocol, please step forward and help us
fix this.
2005 Feb 01
2
assign connections automatically
Hi all,
I am trying to create a function that will open connections to all
files of
one type within the working directory.
I've got the function to open the connections, but I am having a
bugger of a
time trying to get these connections named as objects in the workspace.
I am at the point where I can do it outside of the function, but not
inside, using assign. I'm sure I'm
2005 Feb 03
1
403 Forbidden when registering sip user database on backend
i am getting 403 Forbidden message from asterisk when
it try to register my user agent. i am basically
useing mysql through ODBC. i hvae checked ODBC
connecteion with
'ODBC Show' command.
------------------------------------------------------
*CLI> odbc show
Name: mysql1
DSN: asteriskdsn
Connected: yes
*CLI>
------------------------------------------------------
and user is added to
2008 Apr 17
1
Help with using 'get' function and variable scope
Hi -
I'm having a really hard time w/understanding R's get function, and would
appreciate any help with this.
Specifically, I'm using a for loop to call a function. I'd like the
function to have access to the variable being incremented in the for-loop,
i.e.
t.fn <- function() return( get( "i" ) )
t.fn2 <- function() {
for ( i in 1:5 )
cat( t.fn(),
2004 Jul 29
2
Zultys Zip 4x4
Is anyone successfully using one of these with Asterisk? I cannot get the
phone to register, this message keeps coming up on the Asterisk console:
Jul 29 14:11:39 NOTICE[1125350192]: chan_sip.c:7323 handle_request:
Registration from '"000BEA801CA6" <sip:000BEA801CA6@hcs.net:5060>' failed
for '204.194.36.138'
The telephone LCD says "SIP registation