search for: oncal

Displaying 13 results from an estimated 13 matches for "oncal".

Did you mean: ocal
2006 Mar 07
1
Setting Vaaibles
...ving trouble setting both variables and global variables thru an extension. I am using Asterisk 1.2.4 with Ztdummy on CentOS 3.4 with an Xlite softphone. I have two xlite phones on diffent computers. One logs in as xlite1 and the other as SNOM. My dial plan is as follows Exten => 200,1,Dial(${OnCall},10) Exten => 201,1,Set(OnCall=SIP/SNOM) Exten => 202,1,Set(OnCall=SIP/xlite1) (I have tried Set and SetGlobalVar). When I use Set I get the following in the CLI -- Executing Set("SIP/snom-a645", "OnCall=SIP/SNOM") in new stack == Auto fallthrough, cahnnel 'SIP/snom...
2006 Mar 14
3
Outbound paging dialplan example?
...back number, followed by the pound sign." and put that in as a Background() message. The tricky bit that I can't figure out (without sample dialplans in voip-info) is how to capture the DTMF the caller provides and send it out via a System() call to an external application to page the oncall person. As the oncall person will conceivably change on a regular basis, we can't just hand it out to customers, unfortunately/thankfully. Thanks for any assistance!
2004 Jan 04
1
pager reminder script
...l a second pager(s)/email(s)/text messenger(s) with a different message. The logic is very simple: you install the script where you want it installed, have cron run it at whatever interval you choose and you never have to worry about it again. In my case, we have an incidence where someone is oncall 24 hours a day. This person is assigned an alpha-numeric pager, when an initial call is received to the oncall mailbox, asterisk sends a message to the pager. Our employee has 20 minutes to answer the page, we have cron set up to run the script every 5 minutes. If the script finds that a ms...
2007 Mar 08
0
Timeouts not working
...conf that not working. exten => s,1,Answer exten => s,2,Dial(SIP/01278******@xifos,10,Tt) exten => s,3,GotoIf($[$[${DIALSTATUS} = "CHANUNAVAIL"] | $[${DIALSTATUS} = "CONGESTION"] ]?4) exten => s,4,Dial(Zap/4/901278******|10) exten => s,5,Playback('connect-oncall-eng'); exten => s,6,Dial(SIP/${GLOBAL($BridgwaterMB)}@xifos,20,Tt) exten => s,7,GotoIf($[$[${DIALSTATUS} = "CHANUNAVAIL"] | $[${DIALSTATUS} = "CONGESTION"] ]?8) exten => s,8,Dial(Zap/4/9w${GLOBAL($BridgwaterMB)}|20) exten => s,9,Playback('connect-oncall-eng...
2014 Apr 23
0
Select fields, Coffeescript and Cocoon
...parately. My code: form <%= render 'usergroup_fields', :f => usergroup %> <%= link_to_add_association "Add Group", f, :usergroups %> usergroup_fields: <%= f.select :ops_group_id, options_for_select(@groups…..{ id: 'ops_select' } %> <%= f.select :oncall_id, options_for_select(@oncalls….{ id: 'oncalls_select' } %> Coffee: $ -> $(document).on 'change', ('#ops_select'), -> $.ajax '/projects/update_oncalls/', type: 'GET' dataType: 'script' data: { ops_group_id:...
2015 Nov 04
4
Find me macro - calling multiple people to get a hold of one
...CRO_RESULT to anything to connect the caller exten => t,1,Playback(weasels-eaten-phonesys) ; if you're too late with pressing 1 exten => t,n,Set(MACRO_RESULT=CONTINUE) [findme] exten => s,1,Set(CALLERID(all)="Alarm" <911>) same => n,Playback(please-wait-connect-oncall-eng) same => n,Dial(LOCAL/9999${WIEBE_MOBILE}) same => n,Playback(vm-nobodyavail) exten => t,1,Playback(vm-nobodyavail) ============================= First of all, what is MACRO_RESULT? I can't seem to find anything about that. Googling for it yields basically nothing. But t...
2003 Oct 28
4
Software FAX
...ny real problems. I did have to..... RH 9.0 1) Install an audio devel rpm 1) install libtiff from source, and copy over a bunch of include files to /usr/local/include 2) build/install spandsp 3) move app_rxfax.c and app_txfax.c to apps/ dir in asterisk source tree. 4) move Makefile.patch from oncall to apps/ dir in asterisk 5) patch the makefile 6) edit the makefile and remove all references to steve's home dir to make it point to my spandsp source directory. 7) rebuild/install asterisk 8) Create a dir incoming/ in /var/spool/asterisk 9) edit extensions.conf and add the following lin...
2014 May 06
0
js .closest
I have a script: $ -> $(document).on 'change', ('.ops_select'), -> val = $(".ops_select option:selected").val() $.ajax '/projects/update_oncalls/', type: 'GET' dataType: 'script' data: {ops_group_id: val } which triggers a "update_concalls.js.coffee" file to replace a the value in a select-tag. $(".oncalls_select").empty().append("<%= escape_javascript(render(:partial...
2010 Nov 10
3
RGoogleDocs stopped working
Hello, Some code using RGoogleDocs, which had been working smoothly since the summer, just stopped working. I know that it worked on November 3rd, but it doesn't work today. I've confirmed that the login and password still work when I log in manually. I've confirmed that the URL gives the same error when I paste it into Firefox. I don't know enough about this web service to figure
2003 Aug 20
0
Re: Re: Your application
...Track Shipments Other TS - Log Calls TS - Search Our Knowledge Base TS - Subscribe to Knowledge Base Alerts TS - Track Calls TS - Track Software Performance Reports TS - Track Technical Application Notes WebEX OnCall Product: Expert Framework Extension Module ------------------- Assembly Detail Documentation Installation LicenseMgt Report...
2003 Aug 20
0
Re: Re: That movie
...Track Shipments Other TS - Log Calls TS - Search Our Knowledge Base TS - Subscribe to Knowledge Base Alerts TS - Track Calls TS - Track Software Performance Reports TS - Track Technical Application Notes WebEX OnCall Product: Expert Framework Extension Module ------------------- Assembly Detail Documentation Installation LicenseMgt Report...
2003 Aug 20
0
Re: Re: Wicked screensaver
...Track Shipments Other TS - Log Calls TS - Search Our Knowledge Base TS - Subscribe to Knowledge Base Alerts TS - Track Calls TS - Track Software Performance Reports TS - Track Technical Application Notes WebEX OnCall Product: Expert Framework Extension Module ------------------- Assembly Detail Documentation Installation LicenseMgt Report...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...CurlOptions = list(capath = system.file("CurlSSL", "cacert.pem", > package = "RCurl"), ssl.verifypeer = FALSE)) > sheets.con = getGoogleDocsConnection(getGoogleAuth("fjbuch at gmail.com", ps, > service ="wise")) > ts2=getWorksheets("OnCall",sheets.con) #OnCall is just the name of a > spreadsheet > names(ts2) > y2005<-sheetAsMatrix(ts2$y2005,header=TRUE, as.data.frame=TRUE, trim=TRUE) > > Finally, I am willing to offer you a TeamViewer session where we can take > control of one another's computers and se...