search for: companyb

Displaying 10 results from an estimated 10 matches for "companyb".

Did you mean: company
2004 Nov 08
5
Same Extensions in Multiple contexts
Hi For a customer, I am trying to setup 3 different companies on one asterisk box, and I need to assign extension 200 in three different companies. I was using different contexts, but was unable to get it to work. So, my basic question is - In Asterisk, Can we have same extension number in different contexts? For example: [Context_company_1] exten => 200,1,,,
2009 Aug 01
3
Dialplan strategy suggestions needed
I have a new Asterisk system going into production next week and I'm a bit stumped as to the best way to handle the Dialplans for it. The Asterisk system is replacing 4 separate PSTN lines with both SIP & PSTN inputs. The setting up of the dial plan is giving me some design headaches, which probably means I'm missing something obvious and doing this the hard way. I have separate
2008 Nov 06
2
Variable Scope Question
...have two virtually operator contexts, two virtually identical mainmenu contexts and two virtually identical admin contexts that allow them to record the appropriate mainmenu greetings. What I'd like to do would be to consolidate the mainmenu and operator contexts and create a CompanyA and CompanyB context that sets a variable for the appropriate company then jumps into the mainmenu or operator context carrying that value so the correct greetings are played and the correct operator extension is used. The variable would need to be one that only affects the current call and no others since...
2006 Apr 04
3
Auto Attendant Question
...ough the Features list, and I see that the system does support an auto attendant, however is it possible to have say 5 telephone numbers that a person would dial and have 5 different messages I.e Dial 555-1121 and you get a message for companyA call centre Dial 555-1131 and you get a message for companyB call centre Dial 555-1141 and you get a message for companyC call centre etc. etc. Once you have listened to the message welcome to blah blah your call is important etc etc. you are put through to an operator If you need any clarification please let me know Thanks Lyndon -------------- next part...
2005 Oct 04
5
PBX 'Personalities' ?
We are running our * server as a virtual PBX for 6 companies. I am having all of the Allison prompts plus our own custom IVR prompts being re-recorded for each company, in a different voice (marketing thing) with a different personality (perky, corporate, earthy) . I'm curious if someone could point out a dirty trick to get the voice to play right, for internal and external callers,
2003 Sep 04
2
Incoming CallerID management
Greetings, I need if possibile an explanation on how to manage the incoming callerid for an incoming call. Let me explain the situation: We have two different companies in this office that shares the same PBX (* box). Each company have its own number for the incoming calls. What i'd like to implement is something that, depending on the incoming line that is involved in the call, plays a
2012 Oct 18
1
Samba4 - multiple forest hosting?
Can I configure Samba4 in such a way that I have two separate **forests** on a single machine? let?s say one for CompanyA and other for companyB? So essentially does Samba4 support multiple server instances like Samba3 as described here http://wiki.samba.org/index.php/Multiple_Server_Instances? If it does not yet, are there any known blockers in supporting this or it?s just a question of time and resource? Thank you.
2005 Sep 28
1
Tiny Echo on PSTN via Zaptel
...x 0 and rx 0, so I left it. I've tried turning them down, but that didn't kill the echo. My zapata.conf includes these lines at the bottom: echocancel=yes echocancelwhenbridged=no echotraining=yes context=companyA-pstn txgain=0.0 rxgain=0.0 signalling=fxs_ks group=1 channel=1-7 context=companyB-pstn txgain=0.0 rxgain=0.0 signalling=fxs_ks group=2 channel=11-12 context=internal txgain=-12.0 rxgain=-8.0 signalling=fxo_ls callerid=asreceived group=3 channel=13-48 When the calls are connected, I can use "zap show channel 11" and verify that the echo cancellation is ON. But I can...
2004 Sep 02
5
Any way to _always_ execute certain commands in a dialplan context?
I've got a need to do something like the following: [foo-context] exten => _.,1,SetCIDNum(123) exten => _.,2,SetCIDName(XYZ) include => local include => tollfree But of course, this example won't work. The goal here is this: if a call ends up being handled by the "local" or "tollfree" contexts, I want those SetCID*** commands executed. Otherwise, I
2006 Dec 19
26
Match a Numer - then continue with dialplan
Anyone know if there's a way to match a dialplan extension, execute some code, say set a variable, and then continue with the dialplan? I want to set a variable when the dialplan flows beyond a certain context. This would be a great feature. Doug.