similar to: RE: Asterisk-Users Digest, Vol 6, Issue 463

Displaying 20 results from an estimated 2000 matches similar to: "RE: Asterisk-Users Digest, Vol 6, Issue 463"

2005 Jan 29
1
Subject: RE: Q: Can I over-ride the value of caller ID
>On Sat, 29 Jan 2005 12:53:11 -0600 > -----Original Message----- >From: <asterisk@draughon.org> >Subject: [Asterisk-Users] RE: Q: Can I over-ride the value of > ${CALLERIDNAME} ? >To: <asterisk-users@lists.digium.com> >Message-ID: <001a01c50633$d9e10a30$6701a8c0@calhoun> >Content-Type: text/plain; charset="us-ascii" > >Folks, > > Many
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 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 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
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 Mar 25
1
2 companies - one asterisk
I have working with a polycom IP500 phone. I like the idea of having each line button on the phone as a separate sip device. If I understand it right, each phone could have three extensions (one for each line.) This would be great since I could then use the dialplan to forward calls to the desired extension. I envision something like this: Extenson 101 - Company-A Extension 102 - Company B
2005 Jul 11
0
zaphfc / incoming call - error 6
Hi Folks, I've Asterisk Bristuffed up and running behind an Auerswald Commander Basic ISDN PBX on the internal ISDN Bus (BRI/PTMP). The HFC Card works marvelleous for outgoing calls (as the parallely installed avm fritzcard with chan_capi does), but when I'm trying to call in, I get a short ring signal and then the connection is terminated. This does not happen with chan_capi and
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
2006 Apr 23
1
call queue problems
Hi everyone I am having problems with my call queue We currently run a customer care call center which has attendants login during the daytime. Customers who call the 'customer care line (a specific number) always get routed to the cutomer care queue (called 124). After hours, staffs of the Network operating center provide customer care services for customers who call in after the last
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
2005 Jan 26
1
Inbound analog Telco line not answered
I have an X100P clone hocked up to an analog line of my PRI. I can use it to dial out. but when I call the extension it answers and says "GOODBY" I have a Livevoip DID which successfuly rings to ext 202 I am using asterisk@home and through the AMP inface the line should ring to ext 202 Below are Asterisk Messages, Extensions.conf and Extensions_additional.conf Extensions.conf
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
2004 Dec 13
1
incoming call from pstn to fxo not working with Asterisk
When somebody call me on my pstn # cable connected to my fxo card it does not work when I check my computer the following error shows Connected to Asterisk CVS-v1-0-12/05/04-19:46:25 currently running on asterisk1 (pid = 2160) Verbosity is atleast 3 -- Remote UNIX connection -- Starting simple switch on 'Zap/1-1' == Starting Zap/1-1 at incoming,s,1 failed so falling
2004 Aug 12
4
Problems receiving SIP calls
I can't see for the trees :) I can make calls out to my SIP provider but get an "unable to authenticate <calling no.> when I try to call in via the PSTN number they have supplied me (where <calling no.> = phone number trying to make the call) sip.conf [general] register => 4316568:xxxxxxxx@sipgate.de [sipgate] secret=xxxxxx username=4316568 fromuser=4316568
2005 Jul 20
1
Agent Penalty
Can anyone shed any light on an issue with agent penalties? I have 2 queues set up with agents working both queues, but where agent 1 should have a penalty for queue 2 and agent 2 should have a penalty for queue 1. When a call is sent to either queue, it rings agents with and without penalties at the same time. I set up a second system and cannot replicate the issue on the test system. I
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
2003 Nov 09
1
Dialing 800 numbers through FWD or SIPphone?
Hi, Does anyone know how to dial toll-free (800) numbers through FWD or Siphone? Using the configuration below, I can dial out to SIPphone.com users by simply dialing their number (1747XXXXXXX) and can dial out to FWD users by dialing 1383<FWD#> However, when I dial 18005551212 through SIPphone, or through FWD (depending upon which line is selected in "; 800 Toll Free Numbers"
2005 Jan 17
0
Multiple Line Caller Id With Polycom IP500
Greetings, I'm wondering if it's possible to display line breaks with caller ID display. I have the Polycom ip500 phone, and what I am trying to accomplish is instead of the phone saying 'Incoming call from: name/number' i want it to appear on the phone like this Incoming Call from: Menu Context last in Name Number I tried using \n and \\n between the variables (${VAR} \\n
2005 Feb 26
0
'asterisk' displays on 2nd line (CID Number Line) on Cisco 79x0 phones
I have found that I can make the phones display any one word on this second line by adding a fromuser=<word> in sip.conf. This really isn't good enough though. When you look at the received calls or missed calls directory, each item has two lines, the first is the CID name, and the 2nd is supposed to be the CID number. However, if it is asterisk, or some other word, when you hit the
2006 Feb 27
0
voipstunt can't get call in asterisk
Hi, does any know why? i can make call out with my asterisk and voipstunt but i can't get call in on my voip in number i get rejected. if i use Sipura without asterisk i get in calls here is my sip.conf ---------------------------------------------- [general] useragent=nedi port=5060 context=default ;tos=lowdelay disallow=all allow=ulaw allow=alaw allow=gsm allow=g726 language=de