similar to: Manager and Callerid problems

Displaying 20 results from an estimated 100 matches similar to: "Manager and Callerid problems"

2005 Mar 20
1
TAPI
I just installed tapi and some app called identapop pro. I havent tested incoming calls yet but so far, I cant get calls out using outlooks. I configured TAPI for asterisk inside outlooks and I set TAPI to these configs: TAPI connects using the manager to asterisk without problems. As channels I configure this: User channel: SIP/myphone and the phone actually rings when I tell outlook to dial
2005 May 24
1
CTI
Hi Guys! After 1 week or looking for answers about CTI and Asterisk, I havent been able to find the necessary applications to do what I want to do. Maybe you guys have more insight on this. I tried installing asttapi, and works great! Can make outbound calls from outlook, etc.. Nice work! For incoming calls.. Ive been trying software like ascendis callerid, call alert and identapop pro, but
2007 Jun 04
2
Get calling channel before pickup
Hi, Is it possible to get the remote channelname that will be bridged when the call is answered, only having the channel that is in the Ring(ing) state? As far as I can see no variable seems to fit when doing the show channel command. I want to be able to redirect/manipulate an incoming call before it gets answered/bridged, but to do that I have to now which channel to use. Is there a way?
2006 Feb 03
4
CallerID popup
Hi, I'm trying to write a small Visual Basic app to throw a popup with CallerIDNum when a call center agent answers a queue call. Does anyone know what is the right manager event to intercept? Thanks Mimmus
2007 Dec 10
0
diferents events between ast1.2 & ast1.4 ??
Hi all, I'm new in the list, and I have a problem upgrading from asterisk 1.2 to asterisk 1.4: There is a diference from asterisk1.2 to asterisk1.4 in AMI events. When I do a call to a queue (with the same extensions.conf dial plan) with ast1.2 and ast1.4, in ast1.2 apper 3 newcallerid event in ast1.4 apper only 2. It is normal? anyone knows it? what is the reason? I
2005 Mar 10
3
SetCallerID({$NEWCALLERID})
I am trying to SetCallerID to a variable I have defined. This obviously is wrong. It actually sets the caller ID to $NEWCALLERID. I have search through the examples on wiki but wasn't able to find something similar to see what I was doing wrong. Could someone tell me the correct way to SetCallerID to a defined variable? exten => 2125551212,5,SetCallerID({$NEWCALLERID}) exten =>
2005 Feb 05
1
TAPI integration with * using Identapop software
Hi, I've got Outlook to call the number on * using the TAPI interface documented on the Wiki. Its working OK. I have downloaded the Indentapop application, and it appears to connect to * Ok using the Debug modes, but It isnt detecting incoming calls. Has anyone git identapop working? Care to share configuration details? Thanks
2007 Mar 30
1
call file vs. originate
I'm having trouble getting the manager interface to behave properly; specifically the Originate event. If I create an originate event as below, the calling phone will auto-answer (as it's supposed to) but the receiving phone never rings. It will timeout at 20 seconds. Action: Originate Channel: Local/201@from-sip2 Context: from-sip Extension: 154 Priority: 1 CallerID: John Doe
2006 Jun 13
1
calleridname.agi patch to only overwrite name if it is missing
I edited the calleridname.agi patch to only overwrite the name if it is missing. The asteridex option still overwrites the name since it is our master list for known numbers. -- Steven calleridname.agi.patch: --- C:\Documents and Settings\steveb\Desktop\calleridname.agi-orig Tue Jun 13 14:37:09 2006 +++ C:\Documents and Settings\steveb\Desktop\calleridname.agi Tue Jun 13 14:37:09 2006 @@ -16,6
2005 Jul 15
8
RE: 2 asterisks connected but trying to bridge
Hey, For the bridge issue, take a look at 'notransfer=yes' option in your iax.conf. It'll force * to stay in the path http://www.mail-archive.com/asterisk-users@lists.digium.com/msg42262.html
2007 Sep 04
1
Asterisk Manager Interface, reliably monitor NewCall for an extension
Hi Everyone, I am writing an open source application that brings desktops widgets to OS X (http://sourceforge.net/projects/astrxtools4osx/), for which I am trying to get my head around the Asterisk Manager Interface. I had been using the Event: NewCallerid to detect a new call which my Asterisk server doesn't seem to send to the socket anymore, because of which I have reverted to using
2007 Oct 24
1
AMI ActionID.... Doesn't work
Is it well known that setting the ActionID when connecting to AMI has absolutely no effect? Is this fixed in Asterisk 1.4? If you add an ActionID to your Originate command for example, it looks like the only events that come back with an ActionID associated are the initial response, OriginateSuccess and OriginateFailure. That's it. No other events have an ActionID associated. This pretty much
2005 Feb 26
1
Queue Auto fallthrough
I gave a queue setup like this, but I also have it setup so that if no agents are online, the caller cannot get in but I discovered that if that's the case, the call hangsup on the caller: [soportetecnico] ;Soporte Tecnico exten => 2,1,Playback(${SONIDOS}/transferringcall) exten => 2,2,Queue(Soporte-Tecnico) exten => 2-.,1,Playback(noagents) I want to play a message tothecaller
2007 Jul 12
0
No subject
static void senddialevent(struct ast_channel *src, struct ast_channel *dst) { manager_event(EVENT_FLAG_CALL, "Dial", "Source: %s\r\n" "Destination: %s\r\n" "CallerID: %s\r\n" "CallerIDName: %s\r\n" "SrcUniqueID: %s\r\n" "DestUniqueID: %s\r\n" "CDRUserfield: %s\r\n", src->name,
2003 May 19
1
CDR-Event on AstManager
Hi all, what's your opinion about CDR-Event (like Hangup or Ring etc.) on AstManager ? Or, is something like this already implemented ? Regards, Thomas
2005 Mar 11
2
Re: Incoming echo cancel
Same problem here: if call come over ISDN PRI and it is for a SIP phone that equals to strong echo situation, at the SIP end. Interestingly this doesn't happen on all calls but it does on 95% of them. Asterisk load at that moment is insignificant - 1 to 2 calls. I have tried with all possible echo cancellers in zconfig.h, with and without MMX, and with and without CFLAGS+=-march=i686 in
2008 Feb 20
0
Strange NewCallerIDEvent after channel are linked
Hi all, just for learning purposes i made a little gui frontend that visualizes incoming and outgoing calls in realtime, using the events of asterisk. I experienced a strange behaviour for outgoing calls. The callerid for the *called* person got changed to one of my own numbers, after the channels git linked. After looking into the flow of events i saw that asterisk keeps sending an
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
I'm running Asterisk CVS-v1-0-12/20/04. I'm using PHP with Manager API Here is the code: #################################################################### # Make call #################################################################### $socket = fsockopen($ask_db,"5038", $errno, $errstr, $timeout); if (!$socket) { echo "$errstr ($errno)<br /\n"; } else {
2007 Aug 27
0
Bad hangup event cause
Hello, i have a problem with the hangup cause received from the AMI in the Hangup events. All calls that arent answered after ringing are returning hangup cause 16 (normal clearing) instead 19. Im running asterisk 1.4.11, the calls are generated to a SIP peer using the AMI originate command. This is the 'sip debug' output: Reliably Transmitting (no NAT) to 192.168.0.70:5060: INVITE sip:1
2010 May 20
0
Early injecting Jack between call parties
I use Jack for getting callee sound. Dial with option M(): JACK_HOOK(manipulate,i(rec_737219:input),o(rec_737219:output),c(rec_737219))=on This works fine, but I need to connect the sound channel to Jack *before* the actual answer. As you can see in the AMI log, between "Ringing" to JACK_HOOK there is a 6 second break. I don't want that. I need a way to launch Dialplan function