similar to: "multiple contexts for multiple locations"

Displaying 20 results from an estimated 1000 matches similar to: ""multiple contexts for multiple locations""

2010 Jun 25
2
Call drops on group paging asterisk - 1.4.22.1
Hi All, We are using group paging and our asterisk version: 1.4.22.1, but when ever any one page to the whole group (28 extensions), the calls which are on hold on those extensions will be dropped, is there any other way to have this feature or to go with Overhead paging. Currently this has become a serious problem, can anyone through some light on this group paging senario? Thank you very much
2009 Dec 14
3
Question regarding digital card TE412p
Hi, I was able to implement T122p one port PRI and was able to call out, but I am planning to use TE412p (includes echo cancellation) 4 port digital card (PRI), I wanted to know can asterisk support 3 four port PRI cards (12 PRI connections) with proper hardware like dual core quadcore processor and 8gb RAM in one server? Also I was planning to implement using 64 bit architecture with Asterisk:
2009 Sep 19
1
"Channels got stuck in asterisk 1.4.18.1"
Hi All, Today I faced a problem with channels getting stuck. We use asterisk 1.4.18.1, and there were 2 extensions (channels) that got stuck. When I try to do "soft hangup <channel>", it says "Requested for soft hangup" for that channel, but if we go and check once again those channels are still stuck. Also even after asterisk restart it did'nt go, finally we had to
2009 Oct 15
3
DS3 capacity calls using asterisk
Hi All, We are trying to implement a DS3 capacity calls (672 concurrent calls) using asterisk server. I wanted to ask are there any compatible DS3 cards with asterisk? I tried searching a lot but could find DS3000P from digium but unable to get this product. Does anybody have any idea of having any DS3 card in asterisk box so as to handle around 600 calls? Thanks Sandesh -------------- next part
2010 Jun 11
2
asterisk log problem
Hi All, We have built an asterisk server (asterisk - 1.4.26.2) where there would be around 322 concurrent calls going on, but I can see that full log grows rapidly, in one day it reaches to around 10-15 GB if I turn on the sip debug and its tedious even by using any commands to get the required call from the log if there is any problem. Is there any way of splitting the full log into parts
2009 Oct 21
4
Concurrent calls including mysql taking lot of time for execution
Hi, I tried getting our server setup for 400-500 simultaneous calls, calls were going through properly but at around 200-250 calls, mysql (connect ...) statement was taking at least 5-10 sec to connect to the database. I optimized all possible parameters in my.cnf: max_connection=1000 wait_timeout=60 query_cache_type=1 query_cache_limit=4M query_cache_size=512M interactive_timeout=120
2010 Jul 08
2
DTMF issues/redial tones with rfc2833
Hi, We have few systems with asterisk 1.4.22.1 and we use sip trunking for them not PRI's, one of our system is giving a problem of dtmf (rfc2833), like when we dial the number that have IVR and enter the extension or access code, it some time takes it and some times does'nt recognize the digits dialled. We also tried auto and info for dtmf but could not get the dtmf to work reliably, can
2010 Jul 21
1
Redial dtmf tones randomly...asterisk 1.4.21.2
Hi, We are experiencing this issue of redial dtmf tones generated randomly in the Voip calls, we have asterisk 1.4.21.2, dahdi 2.0.2.2 and we have dtmf as rfc 2833, we have a cisco router at the location Cisco 2431, 8FXS (only one FXS is used for Fax and rest are empy) connected to the netgear switch and all the phones are connected to this switch and there are no non sip devices in the
2010 Mar 19
4
Call Drops while doing assisted transfer from remote location
Hi all, We have our system hosted publicly and 4 phones are connected remotely at employee's home, and when they try to do a assisted transfer to one of the employee at the main office, the call is lost. For ex: person A calls person B, person B calls person C for assisted transfer, and as soon as person B hits transfer button again to transfer person A to C, the call is lost. But in the
2009 Jun 02
4
Realtime LDAP passwords
Hello, all. I'm afraid I've been dropped into the deep end even though I am an Asterisk novice. I've set up a few tiny, tiny systems in the past and have now been asked to pull together Asterisk, FreePBX, Kamailio, RTPProxy, and Fedora Directory Server into a VoIP service. After googling and reading for most of the last 24 hours, I finally have my head around the components and how
2009 Jul 20
0
No subject
device somewhere in your communication path, and since voice is picked up as DTMF, some device is also set to listen for inband DTMF. What is the origination source of incoming calls to your system? Zeeshan A Zakaria -- www.ilovetovoip.com On 2010-07-08 4:24 PM, "das sandesh" <sandesh440 at gmail.com> wrote: Hi, We have few systems with asterisk 1.4.22.1 and we use sip
2008 Jul 02
3
Unable to switch input to xen from serial console
Hi all, When i do ''xm dmesg'' the last statement says "*** Serial input -> DOM0 (type ''CTRL-a'' three times to switch input to Xen)" (i have no clue what''s that supposed to mean??) But when i press ctrl-a three times at the serial console, nothing happens. Iam using minicom to connect to the serial port of xen machine. Once xen
2010 Mar 12
0
Regarding - P-Asserted identity and Privacy - SOLVED
Hi All, I got this figured out, when the privacy is ON at the other end of the server and when we get the Invite message to the server connected to PRI's, just take the details from the invite message in the Dial plan and send the calls as anonymous: exten => _1NXXXXXXXXX,n,Set(PRIVACY=${SIP_HEADER(Privacy)}) exten => _1NXXXXXXXXX,n,ExecIf($["${PRIVACY}" =
2010 Oct 20
1
Parked calls drop asterisk-1.4.22.1
Hi We are facing a problem for orphaned parked calls, we have the following config: asterisk -1.4.22.1 dahdi-linux-complete-2.2.0.2+2.2.0 and when we get an incoming call and after it gets parked, after some set time (here its 2 min), it goes back to the operator, but the problem is that randomly it tries to call SIP/5060 instead of SIP/2200 (where 2200 is the extension number of the operator)
2008 Aug 21
2
doubt on releasing domain pages
Hi, I am trying to release domU pages from page_list and xenpage_list after domU shutdown while retaining the rest of the domain information. To achieve this in __domain_finalise_shutdown i call domain_relinquish_resources. This is failing to release pages from page_list for type PGT_l2_page_tables and crashing dom0. To be specific, while testing on mini-os i saw that when
2009 Sep 14
1
The "o" dial option
Hello, all. I see there is an "o" option for the Dial() command which reverts to the previous behavior of using the original callerid throughout the call - I suppose more specifically, using the callerid from leg 1 for leg 2 in B2BUA if I understand it correctly. That seems to be highly desirable behavior; I know we are seeing some problems with call history and call forwarding because
2009 Aug 27
2
Selective canreinvite in multi-tenant environment
Hello, all. In our multi-tenant environment, we would like to be able to use the reinvite media redirection within Asterisk for calls within a tenant but not between tenants. We would like inter-tenant calls to be fully proxied by the Asterisk server. I think the answer is, "we can't," but I thought I'd ask anyway. I'd dearly like to remove the substantial traffic
2009 Jul 28
1
outbound calls not reaching vitelity
Any vitelity customers with pbxinaflash boxes? I'm able to call in-house, but failing to make outbound calls. My assigned server at vitelity is not reachable. I can ping to my ISP OK. Any help appreciated. Such as actually how to make email contact with support at vitelity. They're not responding. Thanks, Tom
2009 Jul 16
1
Voicemail login incorrect
Hi all, I'm having trouble with voicemail on my *NOW 1.5/FreePBX box. I have enabled voicemail in the extensions area, and set the default password. However, every time I try to log in with a mailbox and password, I get the message "login incorrect". I've tried changing the voicemail password, and also disabling and re-enabling the voicemail feature. What else can I do to set up
2009 Jul 19
1
CyberData SIP-enabled VoIP Intercom
Hi, Did anyone have any experience with CyberData SIP-enabled VoIP Intercom units please? Are they any good? Can you recommend anything better? Thanks, Finku -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090720/b5d2d785/attachment.html