search for: main_menu

Displaying 14 results from an estimated 14 matches for "main_menu".

2002 Mar 04
1
String Resources & Popup Problem
Ok, that's done. Now after this the should compile and run : in En.rc MAIN_MENU is defined now like this : MAIN_MENU MENU { POPUP "&File" { MENUITEM "&New...", 0x100 En.rc is included by #include "En.rc" in rsrc.rc. And gcc complies about it when compiling : [syl@snoop notepad]$ make gcc -c -I. -I. -I../../include -I../../include -g...
2007 Apr 20
0
Polycom not picking up phone transferred phone call.
...-- Executing Set("Zap/2-1", "LAST_MENU_REACHED=check_time") in new stack -- Executing Set("Zap/2-1", "FAIL_MENU=error_invalid|TIMEOUT_MENU=error_timeout") in new stack -- Executing GotoIfTime("Zap/2-1", "09:00-17:00|mon-fri|*|*|?main_menu|s|1") in new stack -- Goto (main_menu,s,1) -- Executing Answer("Zap/2-1", "") in new stack -- Executing Set("Zap/2-1", "LAST_MENU_REACHED=main_menu") in new stack -- Executing Macro("Zap/2-1", "ProcessCaller") in n...
2006 Nov 09
1
Problem with CDR interpretation
..."linia_jest_chwilowo_zajeta","2006-11-08 09:15:30","2006-11-08 09:15:30","2006-11-08 09:16:06",36,36,"ANSWERED","DOCUMENTATION","asterisk-1295-1162973730.824","" "","914247106","18","main_menu","914247106","Zap/3-1","SIP/8118-4f79","Dial","SIP/8118|60|t","2006-11-08 09:17:42","2006-11-08 09:17:42","2006-11-08 09:18:12",30,30,"ANSWERED","DOCUMENTATION","asterisk-1295-1162973862....
2006 Dec 19
1
.Call files do not seem to work
...system does not seem to do anything with them, although asterisk *is* deleting the files that I put into /var/spool/asterisk/outgoing. 1. I nano'd a quick call file like so: Channel: SIP/axVoice/9105555555 CallerID : Leebo <5555555555> MaxRetries: 2 RetryTime: 30 WaitTime: 10 Context: main_menu Extension: s Priority: 1 2. And then mv'd to /var/spool/asterisk/outgoing As I mentioned, Asterisk appears to be grabbing the file, but there is no call made. Q. Do calls originated like this show up in CLI output? Q. The context portion of the package refers to the context to place the...
2007 Nov 09
3
How to get ten-digit number?
...oot/asterisk_sound_files/no_cid,10) exten => nocid,n,Verbose(User typed ${CALLERIDNUM}) ;Why does it hang up instead of jumping back to GosubIf? exten => nocid,n,Return exten => cid,1,Set(CALLERIDNAME = ${DB(cidname/${CALLERIDNUM})}) exten => cid,n,Background(/root/asterisk_sound_files/main_menu) exten => cid,n,Set(SOFTWARE=${EXTEN}) exten => cid,n,Hangup ======== Does someone have some similar code that I could use? Thank you.
2007 Dec 11
4
X100P Fxo card headaches
Hello List, Im just dipping my feet into the asterisk world, and im having major fxo problems Im running Asterisk (from svn) + libpri (from svn) + asterisk-addons (from svn) + asterisk gui (svn 1.4 branch) + zaptel (svn 1.4) on a Debian Etch box, with 1gb ram, running all of the services for my home server (web / db / music server etc), and i would like to run my PSTN line from Kingston Comms,
2007 Oct 21
2
Prompting for number when CID number not sent?
...I need to have them type their phone number (ten digits). OTOH, those who call without hiding their CID number are sent directly to the main menu. How would I go about prompting users for their phone number? Here's what I have at this point: ======== exten => s,1,Answer ;CID sent : go to main_menu exten => s,n,Background(/root/asterisk_sound_files/main_menu) ;CID hidden : prompt for CID and loop until ok exten => s/,n,Playback(/root/asterisk_sound_files/no_cid) exten => _[1-4],1,Playback(/root/asterisk_sound_files/you_can_record_msg) exten => _[1-4],n,Record(/tmp/asterisk-msg:wa...
2008 Jul 08
0
Trouble with faxing using iaxmodem / hylafax
...ot;Zap/3-1", "TIMEOUT(digit)=3") in new stack -- Digit timeout set to 3 -- Executing [s at ivr-3:9] Set("Zap/3-1", "TIMEOUT(response)=10") in new stack -- Response timeout set to 10 -- Executing [s at ivr-3:10] BackGround("Zap/3-1", "custom/main_menu") in new stack -- <Zap/3-1> Playing 'custom/main_menu' (language 'en') -- Registered IAX2 '1100' (AUTHENTICATED) at 127.0.0.1:4571 -- Registered IAX2 '1100' (AUTHENTICATED) at 127.0.0.1:4570 -- Registered IAX2 '1100' (AUTHENTICATED) at 127...
2006 Feb 04
2
rendering subtemplates
hi, i''ve got main site navigation in the application.rhtml file. the links in this template correspond to the ''index'' page of various controllers. The controllers themselves each have navigation of their own, which i would like to appear in every view for a particular controller in *addition* to the main site navigation. The problem I am encountering is that
2006 Dec 19
1
SPAM-LOW: Re: .Call files do not seem to wo rk
...s Mailing List - Non-Commercial Discussion Subject: Re: SPAM-LOW: Re: [asterisk-users] .Call files do not seem to work Tzafrir Cohen wrote: > On Tue, Dec 19, 2006 at 12:44:39PM -0500, Lee wrote: >>> In the CLI: >>> >>> sip show peer axVoice >>> show dialplan main_menu >>> set verbose 3 >>> >>> >>> Then drop the call file >>> >>> What is the CLI trace of the above? >>> >> Hi, thanks for responding. Please see the output below. >> >> Please note that moving a call file into /var/spoo...
2007 Nov 10
2
Record() : How to get filename created with %d?
...through their web browser (ie. with no need to be connected to *), and used TryExec() to do this: =========== exten => cid,1,Set(CALLERIDNAME = ${DB(cidname/${CALLERIDNUM})}) ;Is there a way to use Background() without using _[1-4] below? exten => cid,n,Background(/root/asterisk_sound_files/main_menu) exten => cid,n,Hangup() exten => _[1-4],1,Set(SOFTWARE=${IF($[${EXTEN}=1]?word)}) exten => _[1-4],n,Set(SOFTWARE=${IF($[${EXTEN}=2]?excel)}) exten => _[1-4],n,Set(SOFTWARE=${IF($[${EXTEN}=3]?powerpoint)}) exten => _[1-4],n,Set(SOFTWARE=${IF($[${EXTEN}=4]?support)}) exten => _[1-...
2006 Feb 01
4
exclude a column in save!
Hi all, I have a column that peeks its value from a sequence (postgres) some times. Other times, I set it to a certain value. This column has a default value of "nextval(''the_sequence'')"... When I want that this column peeks the value from the sequence, I do this: obj = Mymodel.new obj.some_column1 = blah obj.some_column2 = blah obj.some_column3 = blah obj.save! but
2007 Oct 18
1
IAX2: Calls answered before extension is tested?
...n-zero on 'SIP/101-081d1050' in macro 'belllord' == Spawn extension (macro-belllord, s, 1) exited non-zero on 'SIP/101-081d1050' And here's the relevant bits of my extension.conf [globals] ALANL=SIP/101 ; My Soft Phone ALANB=IAX2/alanb/201 ; Alan's Extension [main_menu] ; Test Dialplan for IVR exten => s,1,Answer() exten => s,n,Set(TIMEOUT(digit)=5) ; Max time between digits exten => s,n,Set(TIMEOUT(response)=15) ; Max time to wait exten => s,n,Wait(1) exten => s,n,Background(welcome-to-bell-lord) exten => s,n(resume),Background(press-3-for-tolc...
2007 Oct 24
5
OSLEC and zaptel-1.4.5.1
...seems to use long (250ms) winks ;cidsignalling=v23 ; Added for UK CLI detection ;cidstart=usehist ; After patching the driver from here : ; http://www.lusyn.com/resources/asterisk/usehist.htm ;callerid=asreceived ; propagate the CID received from BT ;rxgain=1.0 ;txgain=1.0 ;define channel context=main_menu language=en signalling=fxs_ks channel => 1 ;Our x100p -------------------------- Alan -- The way out is open! http://www.theopensourcerer.com