search for: callstatus

Displaying 12 results from an estimated 12 matches for "callstatus".

Did you mean: call_status
2007 Oct 15
1
Answering Machine Detection
...100] betweenWordsSilence [50] maximumNumberOfWords [5] silenceThreshold [256] == Spawn extension (CC2, 0445540881644, 2) exited non-zero on 'Local/0445540881644 at CC2-c93c,2' -- Executing [h at CC2:1] DeadAGI("Local/0445540881644 at CC2-c93c,2", "agi://localhost/updateCallStatus.agi?callStatus=hangupcc2") in new stack -- AGI Script agi://localhost/updateCallStatus.agi?callStatus=hangupcc2 completed, returning 0 -- AMD: Word detected. iWordsCount:1 -- AMD: Changed state to STATE_IN_SILENCE -- AMD: HUMAN: silenceDuration:800 afterGreetingSilence:800...
2006 Jun 27
2
Callstatus on bridge IAX2 <-> ZAPTEL is always "answer" even if the call fails
Hello, In my asterisk box, i have a zaptel card connected to my analogic pstn line. I'm using a IAX2 client to call outside : IAX2 client <--> Asterisk <--> Zaptel card <----> France telecom line When checking cdr logs file, i always have an "ANSWER" on call status when call on this trunk, even if the final destination does not answer. Is "ANSWER" the
2007 Dec 02
2
Answering Machine Detection
...[5] silenceThreshold > > [256] > > == Spawn extension (CC2, 0445540881644, 2) exited non-zero on > > 'Local/0445540881644 at CC2-c93c,2' > > -- Executing [h at CC2:1] DeadAGI("Local/0445540881644 at CC2-c93c,2", > > "agi://localhost/updateCallStatus.agi?callStatus=hangupcc2") in new > > stack > > -- AGI Script > > agi://localhost/updateCallStatus.agi?callStatus=hangupcc2 completed, > > returning 0 > > -- AMD: Word detected. iWordsCount:1 > > -- AMD: Changed state to STATE_IN_SILENCE > &gt...
2010 Feb 03
1
CDR / billsec / originate / local chan
...async:.true callerid:."".<61211111111> context:.campaignType_5 priority:.1 channel:.SIP/trunk1/61212142321 And the campaignType_5 context looks similar to: [campaignType_5_] exten = s,1,Answer() exten = s,n,Set(timestarted=${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)}) exten = s,n,Set(CALLSTATUS=0) exten = s,n,Background(lyrics-louie-louie) exten = s,n,WaitExten(5) exten = s,n,Set(timefinished=${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)}) exten = s,n,Set(DIGITPRESSED=99) exten = s,n,Set(TIMETOPRESS=${timestarted)}) exten = s,n,NoOp(Billsec is: ${CDR(billsec)}) exten = s,n,Hangup exten = 1,1,Set(DI...
2009 Aug 25
1
How to detect if the call is being answered by Voice Mail?
...$self->agi->set_variable("STATE","NEXT"); $self->agi->set_variable("stat_vars","$call_id:$conv_id:$DocPhone"); my $response = $self->agi->exec("Dial","Local/$DocPhone\@$out_context/n|20|g"); my $CallStatus = $self->agi->get_variable("DIALSTATUS"); my $ANSWEREDTIME=$self->agi->get_variable("ANSWEREDTIME"); to_log($self, "Physician Call Status: $CallStatus; ANSWEREDTIME: $ANSWEREDTIME", 2); return 0; } Is this not the correct...
2007 Aug 29
1
Re: using Ajax.PeriodicalUpdater in iPhone
...gt; Code: > start :function(){ > ... > var soptions = {} > soptions.postBody = "RequestBody=" + > pars.toAjaxRequest().Body; > soptions.onSuccess = this.getMeetingDetail.bind(this); > soptions.frequency = 10; > this.callStatus = new Ajax.PeriodicalUpdater("", > this.eng._uri, soptions) > }, > > getMeetingDetail : function(strResponse) > { > alert("getReturnMsg"); > } > > After call start function, I can get the "getReturnMsg" for onl...
2006 May 23
3
AGI ?
...genDialString { my $areaCode = shift; my $prefix = shift; my $number = shift; my $iaxUser = shift; my $iaxPass = shift; my $iaxHost = shift; my $sipHost = shift; my $one = "1"; my $dialStr = ""; my $callStatus = ""; my $channel = ""; ### If they dialed toll free dial on local PSTN ### if($areaCode eq "800" || $areaCode eq "866" || $areaCode eq "877" || $areaCode eq "888") { $dialStr = "Dial Zap/g2/$o...
2006 Apr 05
15
How to restrict simultaneous phone registrations
Hello all, I am looking for a way to restrict users from logging in two separate phones with the same authorization name/password at the same time. Meaning, I only want users to be able to place a call from one phone in one location, but have the ability to move from computer to computer. Has anyone found any sort of solution for this type scenario? Thanks, Bryan Mahin Please visit us @
2006 Mar 26
0
UK EI
I'm using a Digium TE411P connected to a UK switch (EuroISDN). Everything is working, but if I dial a busy number (from SIP) is seems to stay busy until I hang up, even though the dial-plan drops through some other stuff using CALLSTATUS variable (i.e. S-BUSY), none of the timeouts come into play. Any ideas? Steve -- NetTek Ltd UK mob +44-(0)7775 755503 UK +44-(0)20 79932612 / US +1-(310)8577715 / Fax +44-(0)20 7483 2455 Skype/GoogleTalk/AIM/Gizmo stevekennedyuk / MSN steve@gbnet.net Euro Tech News Blog http://eurotechnews.bl...
2010 Feb 08
0
originate, local channel and failure extension
...[campaignType_5_] exten = s,1,Answer() ... exten = h,1,Set(timefinished=${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)}) exten = h,2,GotoIf($["${TIMETOPRESS}foo" = "foo"]?h,20) ... exten = failed,1,Set(DIGITPRESSED=98) exten = failed,2,Set(TIMETOPRESS=${timestarted}) exten = failed,3,Set(CALLSTATUS=6) exten = failed,4,Set(timestarted=${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)}) exten = failed,5,Set(timefinished=${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)}) It looks like I am now being forced to use a local exten so I can access all the CDR variables I need, with the way the call is established now looking...
2010 Nov 24
1
Disable connected line updates for dahdi PRI channel
...end chan_dahdi.c: 1 INVOKE Component Context Specific/C [1 0x01] chan_dahdi.c: 1 invokeId Integer(2 0x02) = 3 0x0003 chan_dahdi.c: 1 operationValue OID(6 0x06) = 4.0.369.1.5 chan_dahdi.c: 1 operationValue = ROSE_ETSI_EctInform chan_dahdi.c: 1 EctInform Sequence/C(48 0x30) chan_dahdi.c: 1 callStatus Enumerated(10 0x0A) = 1 0x0001 chan_dahdi.c: 1 redirectionNumber PresentedNumberUnscreened chan_dahdi.c: 1 Explicit Context Specific/C [0 0x00] chan_dahdi.c: 1 presentationAllowedNumber PartyNumber chan_dahdi.c: 1 unknownPartyNumber Context Specific [0 0x00] = "0102" chan_dahdi.c:...
2010 May 12
3
Asterisk core dumping on SendFax with FFA
...Set' -- Executing [s at tbsendfax:3] Set("SIP/vltb-sbc01-00000000", "ANSWERED=1") in new stack [May 12 22:47:09] DEBUG[22725]: pbx.c:3692 pbx_extension_helper: Launching 'Set' -- Executing [s at tbsendfax:4] Set("SIP/vltb-sbc01-00000000", "CALLSTATUS=0") in new stack [May 12 22:47:09] DEBUG[22725]: pbx.c:3692 pbx_extension_helper: Launching 'Set' -- Executing [s at tbsendfax:5] Set("SIP/vltb-sbc01-00000000", "FAXOPT(localstationid)="vltbfax"") in new stack [May 12 22:47:09] DEBUG[22725]: res_fax...