similar to: Hunt groups and SIP?

Displaying 20 results from an estimated 9000 matches similar to: "Hunt groups and SIP?"

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 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 Apr 12
3
Hunting S(n)IPs
Hi Akk, If this has been discussed/done then apologies be-4-hand. I did not find it in the Wiki or the Archives. Here's the question. We have incoming PRI lines, all on the same main number. An attendant is supposed to handle all incoming calls. Now, let's say I have a multi-line SIP phone. For argument's sake (and to keep it simple) say I only have two lines. We'll call them
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
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
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 Dec 14
3
Problems with app_realtime
It seems that when setting qualify = 200 or qualify = yes in the database for a sip friend/peer, RealTime does not update the registration status like it should. I also have several peers which have been offline and Asterisk still reports them as registered, even though the registration seconds are only 200. Asterisk Ver: CVS HEAD 12/1/2004 Layout of sip_buddies: mysql> describe
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
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
2004 Sep 21
3
Uniden uip200
I got a Uniden UIP200 and started to configure it and I am lost.... I have a tftp server setup on my * server and have the files unidencom.txt and uniden<mac>.txt there. But it doesn't quite work yet. It registers as a sip phone (sip show peers), but I cann't dial it and the display shows #1 disconnected all the time. It has firmware version BS4.59a in it. I have no idea if I
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 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
2005 Oct 18
2
SV: Queues and call waiting indication
Hi, This issue has been discussed probably a million times on every asterisk forum in the world and I have the same problem too. Another problem you would have with the agents is that when they make an outgoing call they are not regarded as "busy" by asterisk and it sends more calls to the agent if it has call waiting enabled. This behaviour is totally senseless since the whole purouse
2003 Nov 28
4
call waiting disable in sip
Hello, is there a way to disable call waiting in sip? I`m using grandstream 101 and even when the phone is in use I hear ringing in the headset. It is pretty annoying , is there some way to disable this? I cant find anything like it in the grandstream docs. Thanks -- Anton Yurchenko<phila@dg.net.ua> Digital Generation
2004 Jun 23
1
Problem with incominglimit and outgoinglimit
Hi, I seem to have a problem with chanisavail and the call limits on sip phones(incoming and outgoing) The problem seems to be that chanisavail when trying create to create channels and hanging them up afterwards screw up the current usage limit on the phones. Example with chanisavail: Phone A calls voicemail (usage now 1) Phone B tries to call Phone A and uses ChanIsAvail in the dialplan.
2010 May 12
2
asterisk-users Digest, Vol 70, Issue 25
Hi Vardan I did same as you told and deleted the SIP information in Astdb and restarted asterisk. but the result was same. as you said there might be mistake in sip.conf so i am pasting both servers configuration here.. 1- nasir.server.com [abc] username=abc type=friend secret=mysecret nat=yes mailbox=12234568 incominglimit=2 outgoinglimit=2 host=dynamic dtmfmode=rfc2833 context=payasyougo
2004 May 25
1
Call Admission Control
Let's say you have a 256 Kbps Internet connection and you're using it for voice calls. With mu-law (G.711), each call uses about 80 kbps, so you really can't have more than 3 calls active at one time. Does Asterisk support any kind of Call Admission Control where it would prevent you from originating a call if it would exceed your Internet bandwidth? For example, in this case, ideally,
2010 Jul 28
2
Nat issue one way audio on IP dial
hi there, i have posted earlier on the list but got no satisfying answer. the problem is not big. I have asterisk server directly connected with internet (79.80.x.x) and clients are behind router. clients/users are registered with asterisk and are using sipura and xlite softphone. Now problem is that when a user calls other by dialing his IP:Port (sip uri), call is connected fine and he can