Displaying 20 results from an estimated 2000 matches similar to: "2 companies - one asterisk"
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
Hello Guys,
I'm somewhat of a newbie and am desperately seeking for some help...
I've managed to get asterisk up and running on my server, and signed up with a
broadvoice account...
I'm having no problem dialing and communicating between extensions, but whenever
anyone tries to call my broadvoice account, they are greeted by no ring or
anything, but rather simply a direct to
2005 May 12
1
ast_yyerror - 'space' in Caller-ID - string comparison
I've some code to manipulate incoming Caller-ID - so its suitable for
replying to...
[sipdef]
exten => s,1,NoOp(FWD SIP: "${CALLERIDNAME}" <${CALLERIDNUM}>)
; Alter incoming calles from pulver - add a '87'
exten => s,2,Gotoif($[${CALLERIDNAME} = ${CALLERIDNUM}]?3:4)
exten => s,3,SetCIDName(87${CALLERIDNUM})
exten => s,4,SetCIDNum(87${CALLERIDNUM})
exten
2005 Jan 27
2
Q: Can I over-ride the value of ${CALLERIDNAME} ?
Folks,
I'd like to change the value of ${CALLERIDNAME} for incoming PSTN
calls from certain numbers, but haven't found a way that works. The goal is
to provide more informative names on my phones' caller ID displays--e.g., I
would prefer to display "ROB CELL" instead of "CELLULAR CALL" when I call
home from my cell phone.
This is what I tried in the context
2005 May 28
1
cmd curl crashes asterisk:
I recently began using the curl cmd to do an external callerid
lookup on my own customer database. I've noticed certain lookups will cause
a crash and not show anything in the messages file or the console. The curl
command is connecting to an external webserver which has a oracle db
connection. The file its hitting is PHP and does a very simply lookup
showing the text like "C1234 Bobs
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 13
1
SetCIDName question
Hi all,
I tried to set the calleridname of an incoming call to get different
incoming labels displayed for different incoming numbers.
This does work for hidden number-calls so I can set the displayed CIDName
on my cisco7960 from "CID withheld" to "abc CID withheld"
If the incoming CID isn't hidden it works to use SetCallerID but not to
change only the CIDName with
2004 Nov 24
3
Haven't got a clue ...
On how to even search for this "feature" as I have no idea on what it can
be.
I've got a meridian linked to * (by EuroISDN) which is linked to a ISDN30.
I can make calls from the meridian, and receive calls into the meridian.
Great stuff.
However, if someone dials an invalid number, then instead of hearing a
"three tone", the line just drops and goes dead. The console
2006 Jan 31
5
Queue() with timeout=0
Hello,
i've recently switched over from 1.0.9 to 1.2.3.
I've experienced some (to me) weird behaviour.
This is the config for an example queue.conf:
[654]
wrapuptime=30
timeout=20
strategy=ringall
retry=5
queue-youarenext=queue-youarenext
queue-thereare=queue-thereare
queue-thankyou=queue-thankyou
queue-callswaiting=queue-callswaiting
music=default
monitor-join=yes
monitor-format=
2005 Mar 25
5
Two companies - One Asterisk???
We have two small business that run out of our office. One business has
3 phone lines, and the other has only one.
In a perfect world, Asterisk would indicate WHICH line (or group) the
outsider caller called, so that we would know which way to answer the
phone. The incoming calls would go through a voice mail menu first -
different for each company. (Press one for sales, two for
2005 Oct 12
3
AGI and set_callerid for number and name
Hi,
I've been trying to use the set_callerid function in the AGI. It sets
the CallerIDname properly but I can't figure out how to set the
CallerIDnumber.
Is it at at possible ?
Cheers.
SL
2005 Jun 29
5
Problems with OR Logic in the GotoIf Statement
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3034 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050629/596126bc/smime.bin
2006 Mar 28
3
How to send announcement after called has picked up the phone?
Hi
I would like to send a text to the called person when he picks up the phone
before the call gets connected through. Is there a way to do this?
Example: I'm registered to multiple SIP providers. They come in to a context
each and then get through to my phone. Now I would like to send myself an
announcement about from which SIP provider this call came from.
--
Beno?t Panizzon,
2003 Jun 09
1
Question for someone running hylafax off *.
Hi,
I am setting up a hylafax server. From what I've read so far, hylafax
supports CID numbers and names but currently does not support DID. I assume
I can do something like this...
[40faxDIDs]
exten => _87[5-8]X,1,SetVar(CALLERIDNAME=${EXTEN})
exten => _87[5-8]X,2,Dial(Zap/g${hylafaxMODEMGROUP})
...and use the CIDName variable in hylafax to route the faxes to the
appropriate
2005 Jul 07
1
Queues and busy agents problem
Hi
I have a problem with the queues on Asterisk. The setup is Asterisk@Home
v1.0 with Asterisk 1.0.7.
I have 1 queue (4500) set up, with leastrecent strategy. There are no
agents configured in this queue.
Agents log in by dialing 4500* on their phones. All incoming calls are sent
to the queue. Calls wait 120 seconds in the queue, and are then sent to
voicemail extension 310.
My problem is
2006 Mar 10
0
queue and service period
i've got 3 queues:
QUEUE A
- >(mon,tue,wed,thu,fri) 8-12/14-18 -> Queue the call
> else play a mex reporting the service period
QUEUE B
- >(mon,tue,wed,thu,fri) 8-12-> Queue the call
> else play a mex reporting the service period
QUEUE C
- >(mon,tue,wed,thu,fri,sat,sun) 8--20 -> Queue the call
> else play a mex reporting the service period
how can i set it?
2005 Jan 29
0
RE: Asterisk-Users Digest, Vol 6, Issue 463
Folks,
Eric is spot-on--both phones are happy with the modified
${CALLERIDNAME} value since I removed the quotes in the call to
SetCIDName(). I've replace my calls to SetCallerID() since I think using
SetCIDName() is cleaner.
Cheers,
Rob
> -----Original Message-----
> Date: Sat, 29 Jan 2005 16:44:16 -0600
> From: Eric Wieling aka ManxPower <eric@fnords.org>
>
2004 Aug 31
2
limit the length of extensions
How do I limit the length of an extension? In my test IVR/Automated
Attendant (whatever it's called), at the beginning it plays "if you know
your parties 3 digit extension, you may enter it now) and then it gives
a list of options. If the caller puts the 3 digit extension, it goes
through fine, if they press 1, or 2 it goes to the selected menu option,
but if they dial 91235551212 it
2005 Sep 01
1
dialparties.agi is returning no extensions to dial
Hi,
I set up a ring group. I would like for people who select a certain voice
menu option to ring a list of extensions (I have just one extension in there at
the moment) and if it doesn't answer to go to an extension's voice mail. I am
using a version of asterisk from CVS, last updated a couple of weeks ago.
This line in extensions_addtional.conf sends the call to ringgroup 3 if
2004 Dec 02
1
firefly and caller id
Is there a bug in Firefly (3rdparty) wherein it does not show caller ID?
I am using SetCIDNum(12345) before I dial my firefly (IAX2) phone... no caller
ID. CallerID is passed properly to other clients.
-A.
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every
single thing I do No matter what I get busy extensions. I am willing to pay
someone to help here. Anybody got a clue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm