search for: newcallerid

Displaying 17 results from an estimated 17 matches for "newcallerid".

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 => 2125551212,6,Noop(${CALLERID})...
2006 Jun 13
1
calleridname.agi patch to only overwrite name if it is missing
...@@ #$nxx='892'; #$station='8019'; -if ($Fonetastic > '0') { +if (($Fonetastic > '0') && ($calleridname != 'unknown')){ $AGI->verbose("Ready for Fonetastic.US lookup... \n"); if ($name = &fonetastic_lookup ($npa, $nxx)) { $newcallerid = "\"$name <$npa$nxx$station>\""; @@ -68,7 +70,7 @@ $AGI->verbose("Fonetastic.US lookup disabled."); } -if ($AnyWho > '0') { +if (($AnyWho > '0') && ($calleridname != 'unknown')){ $AGI->verbose("Ready for AnyWh...
2008 Feb 20
0
Strange NewCallerIDEvent after channel are linked
...d 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 NewCallerID Event *after* the Linked Event. See below: 1) NewChannel: Myself the Caller 2) some NewExten Events 3) NewCallerID: I set my CallerID to e.g. 111 4) NewExten: The Execution of the Dial App 5) NewChannel: The Channel for the Callee, the Callerid is set to an value from a former Call 6) NewState:...
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 paste my dial plan and the the AMI events: [b]1.2 dialplan[/b] exten => _4XX,1,dial(SIP/${EXTEN}) exten => 140,1,Answer() exten => 140,n,Set(CALLERID(name)=140:${CALLERID(name)}) exten =>...
2005 May 25
2
Manager and Callerid problems
...,all Source: SIP/intruder1-85f0 Destination: SIP/test-f037 CallerID: 201 CallerIDName: Anton Krall SrcUniqueID: 1117038116.7 DestUniqueID: 1117038116.8 Event: Newchannel Privilege: call,all Channel: SIP/test-f037 State: Ringing CallerID: 201 CallerIDName: Anton Krall Uniqueid: 1117038116.8 Event: Newcallerid Privilege: call,all Channel: SIP/test-f037 CallerID: 101 CallerIDName: <Unknown> Uniqueid: 1117038116.8 Why is the callerid been rewritten?
2007 Mar 30
1
call file vs. originate
...: Local/201@from-sip2-3974,2 State: Ring CallerID: <unknown> CallerIDName: <unknown> Uniqueid: 1175271459.2289 Event: Newchannel Privilege: call,all Channel: Local/201@from-sip2-3974,1 State: Down CallerID: <unknown> CallerIDName: <unknown> Uniqueid: 1175271459.2288 Event: Newcallerid Privilege: call,all Channel: Local/201@from-sip2-3974,1 CallerID: 201 CallerIDName: Fake Name Uniqueid: 1175271459.2288 CID-CallingPres: 0 (Presentation Allowed, Not Screened) Event: Newcallerid Privilege: call,all Channel: Local/201@from-sip2-3974,1 CallerID: 201 CallerIDName: Fake Name Uniqueid:...
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 Event: Newexten. Which is the most efficient way of monitoring if a new phone call is coming my way? Also my application will only monitor a single extension, sho...
2007 Oct 24
1
AMI ActionID.... Doesn't work
...inate 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 makes the AMI useless. What about all the other events? Newcallerid, Newstate, Link, Unlink and REALLY importantly the CDR events. Really... someone please tell me it's fixed in 1.4? Thanks, Doug. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------...
2005 May 24
1
CTI
...ing calls.. Ive been trying software like ascendis callerid, call alert and identapop pro, but seems something is wrong with my dialplan or asttapi or something since I dont get the callerid but rather the calledid which is my own extension. I see some messages on the manager says something about a newcallerid event... Which is weird.. Why is it doing this? Also, havent been able to find a callerid application that can run a command line on windows to open a web page passing the callerid as parameter... And last but not least, havent found a decent tapi dialer.... What are guys doing regarding CTI?...
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
...OANSWER........ Is there anyway to specify which channel you want to? monitor with dialstatus? Here is the response in the AGI with the setup like I have it above and I'm calling a busy number: Channel: IAX2/teenlighthouse/16384 State: Down Callerid: <unknown Uniqueid: 1106323559.4 Event: Newcallerid Channel: IAX2/teenlighthouse/16384 Callerid: DAQE Dialer Uniqueid: 1106323559.4 Event: Newchannel Channel: IAX2/teenlighthouse/16384 State: Ringing Callerid: DAQE Dialer Uniqueid: 1106323559.4 Event: Newstate Channel: IAX2/teenlighthouse/16384 State: Up Callerid: DAQE Dialer Uniqueid: 1106323559....
2007 Aug 27
0
Bad hangup event cause
...gent: Asterisk PBX Max-Forwards: 70 Content-Length: 0 --- These are the events received from the AMI: Event: Newchannel Privilege: call,all Timestamp: 1188194254.782040 Channel: SIP/1-081d3ba0 State: Down CallerIDNum: <unknown> CallerIDName: <unknown> Uniqueid: 1188194254.9 Event: Newcallerid Privilege: call,all Timestamp: 1188194254.782548 Channel: SIP/1-081d3ba0 CallerID: 123 CallerIDName: 123 Uniqueid: 1188194254.9 CID-CallingPres: 0 (Presentation Allowed, Not Screened) Event: Newcallerid Privilege: call,all Timestamp: 1188194254.782694 Channel: SIP/1-081d3ba0 CallerID: 123 CallerID...
2005 Mar 11
2
Re: Incoming echo cancel
...already. I really think there should be an > option on the meetme. > > Thanks, > Dave > > > ------------------------------ > > Message: 21 > Date: Fri, 11 Mar 2005 13:15:00 GMT > From: Iqbal <iqbal@gigo.co.uk> > Subject: Re: [Asterisk-Users] SetCallerID({$NEWCALLERID}) > To: asterisk-users@lists.digium.com > Message-ID: <o80wpBK5.1110546900.6299240.iqbal@gigo.co.uk> > Content-Type: text/plain; charset=ISO-8859-1 > > > that would do it, the $ is in the wrong place > > Iqbal > > On 3/11/2005, "beonice" <beonice@yah...
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
2004 Aug 04
1
Identifying which call an event belongs to
...125551111@pbx1 callerid: 12125551111 MaxRetries: 1 WaitTime: 10 Application: AGI Data: callback.agi|2&12125551111&12125552222 Then I'm receiving the following events: Uniqueid: 1091642334.98 Event: Newchannel Callerid: State: Down Channel: SIP/pbx1-fc4f Uniqueid: 1091642334.98 Event: Newcallerid Callerid: 12125551111 Channel: SIP/pbx1-fc4f Uniqueid: 1091642334.98 Event: Newchannel Callerid: 12125551111 State: Up Channel: SIP/pbx1-fc4f ... etc. The question is how do I associate event with the originated call. The could be other concurrent calls that also generate events and I don't...
2009 Sep 03
1
Originate calls with AMI.
...xt: internal > > Response: Error > Message: Originate failed > > Event: Newchannel > Privilege: call,all > Channel: SIP/zoiper-019a3000 > State: Down > CallerIDNum: <unknown> > CallerIDName: <unknown> > Uniqueid: asterisk-1251987055.7 > > Event: Newcallerid > Privilege: call,all > Channel: SIP/zoiper-019a3000 > CallerID: <Unknown> > CallerIDName: <Unknown> > Uniqueid: asterisk-1251987055.7 > CID-CallingPres: 0 (Presentation Allowed, Not Screened) > > Event: Hangup > Privilege: call,all > Channel: SIP/zoiper-0...
2015 Oct 09
0
Asterisk 11.20.0 Now Available
...duplicate RTCP messages; other potential scheduling issues in chan_sip/chan_skinny (Reported by Matt Jordan) * ASTERISK-25438 - res_rtp_asterisk: ICE role message even when ICE is not enabled (Reported by Joshua Colp) * ASTERISK-25427 - Callerid change does not always emit NewCallerid AMI event (Reported by Ivan Poddubny) * ASTERISK-25407 - Asterisk fails to log to multiple syslog destinations (Reported by Elazar Broad) * ASTERISK-25410 - app_record: RECORDED_FILE variable not being populated (Reported by Kevin Harwell) * ASTERISK-25394 - pbx: Incorrect device and...
2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
...9;SetAccount'; if( defined $event{'Application'} && $event{'Application'} eq 'SetVar') { my ( $_var, $_val ) = split(/=/, $event{'AppData'}); $channels{$event{'Channel'}}{$_var} = $_val; } }; /Newcallerid/i && do { $channels{$event{'Channel'}}{'CALLERID'} = $event{'Callerid'} if defined $event{'Callerid'}; }; /newstate/i && do { $channels{$event{'Channel'}}{'CA...