Displaying 12 results from an estimated 12 matches for "companya".
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
2006 Apr 04
3
Auto Attendant Question
Hi Folks
I have had a look through 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 clarificati...
2008 Nov 06
2
Variable Scope Question
...ffices then I 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...
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
2004 Dec 18
1
Getting the "real" extension into CDR
Hey gang,
Getting ready to run some test bills for customers. Most SIP phones have
both an extension and a DID. If a person calls a DID asterisk redirects the
call to the right extension:
exten => 8005551212,1,Goto(companyA-internal,3022,1)
The problem is, that if someone calls 8005551212, the CDR shows the DST
number as 3022. Is there a way around this? I understand that 3022 is the
"destination" but that isn't what the outside person dialed; and I need to
know what was dialed in order to bill correctl...
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...
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
2005 Sep 28
1
Tiny Echo on PSTN via Zaptel
...ly within
ztmonitor's dynamic range display. The PSTN line is pretty good at tx 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 "...
2005 Apr 28
0
Rewriting outgoing email addresses
...mail address to be rewritten to
that of the registered email address of the list therefore everyone in
the company who is subscribed to the list gets the replies.
I am guessing that the following steps would have to be done:-
* Setup an internal email account for each list (e.g.
centos-list at companya.com)
* Configure sendmail to either forward the message onto the exchange
server and store in public folders or use filtering rules to deliver it
to the appropriate Cyrus mailbox.
* Maintain a list of all mailing lists subscribed to and have sendmail
rewrite the from headers if anyone tries to s...
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.