search for: 8500,1

Displaying 20 results from an estimated 44 matches for "8500,1".

Did you mean: 500,1
2003 Aug 07
1
MWI bug ?
...SIP/1000,20) exten => 1000,2,Voicemail2(u1000) exten => 1000,102,Voicemail2(b1000) exten => 1000,103,Hangup should be.. exten => 1000,1,Dial(SIP/1000,20) exten => 1000,2,Voicemail2(u1000@sip) exten => 1000,102,Voicemail2(b1000@sip) exten => 1000,103,Hangup and.. exten => 8500,1,Wait,1 exten => 8500,2,VoiceMailMain2(${CALLERIDNUM}) exten => 8500,3,Hangup should be.. exten => 8500,1,Wait,1 exten => 8500,2,VoiceMailMain2(${CALLERIDNUM}@sip) exten => 8500,3,Hangup sip.conf entry.. [1000] type=friend insecure=np username=1000 secret=secret nat=no host=dyna...
2005 Jan 30
4
Processing incoming calls with multiple contextst over PRI
...,2,Voicemail,u1001 exten => 1001,102,VOicemail,b1002 exten => 1002,1,Dial(SIP/1002,20,tr) exten => 1002,2,Voicemail,u1002 exten => 1002,102,Voicemail,b1002 exten => 1003,1,Dial(SIP/1003,20,tr) exten => 1003,2,Voicemail,u1003 exten => 1003,102,Voicemail,b1003 exten => 8500,1,VoicemailMain exten => t,1,Hangup [bpns-internal] include => outgoing-calls exten => 1001,1,Dial(SIP/1001,20,tr) exten => 1001,2,Voicemail,u1002 exten => 1001,102,Voicemail,b1002 exten => 1002,1,Dial(SIP/1002,20,tr) exten => 1002,2,Voicemail,u1002 exten => 1002...
2004 Oct 08
2
Bypass VoiceMail Mailbox prompt
While setting my first couple IP phones, I set their voicemail buttons to an extension that runs VoicemailMain. exten => 8500,1,Wait(1) ; voicemail exten => 8500,2,VoicemailMain ; exten => 8500,3,Hangup ; I would like to be able to pass the mailbox number allowing each phone to go in directly but I'd rather tno have a bunch of different extensions...
2004 Jul 15
2
Cisco phones and Messages and Forward ToVM keys
; Below assumes you are using the same number for Voicemail boxes as extensions ; if ${RDNIS} is blank then GotoIf will go to extension 2, otherwise it will go to extension 102 exten => 8500,1,GoToIf($[X${RDNIS} = X]?2:102) exten => 8500,2,VoiceMailMain(s${CALLERIDNUM}) exten => 8500,3,Hangup exten => 8500,102,VoiceMail(u${RDNIS}) exten => 8500,103,Hangup ; you should now be able to press the "Messages" key and get Voicemail man, and press the "ToVM" ke...
2003 Oct 25
1
Voicemail.conf in MySQL is not functioning
...'vm-incorrect' -- Playing 'vm-password' -- Incorrect password '2421' for user '2205' (context = <any>) -- Playing 'vm-incorrect' Here are my configs In extensions.conf I am using Voicemail2 and VoiceMailMain2 that has support for MySQL exten => 8500,1,VoiceMailMain2 In voicemail.conf I have the MySQL connectivity settings in [general] dbhost=localhost dbname=asterisk dbuser=someuser dbpass=somepass I have commented out the entire [default] section and it's mailboxes. I do have MySQL working with CDR MySQL from asterisk-addons thank...
2005 Jul 08
0
IAX - newbie question
...exten => 2001,1,Macro(callextension,${PHONE1}) ; MAIN CONTEXTS [incoming] ; Incoming Calls Come Through Here include => internal-site0 [internal] ; Internal Phones Dial Through Here include => internal-site0 ; Forward To Other Site exten => 2XXX,1,Dial(${SITE1}/${EXTEN}) exten => 8500,1,VoiceMailMain() site-1 ------ voip-kntl:~# more /etc/asterisk/iax.conf [general] bindport=4569 bindaddr=192.168.3.60 bandwidth=low [site0] type=friend username=user0 secret=secret1 auth=md5 host=192.168.3.60 context=incoming trunk=yes qualify=3000 disallow=all allow=ilbc voip-kntl:~# more /...
2011 Apr 04
1
Read VoiceMail direct
Hey Guy! I want direct access of VoiceMail without asking mailbox number (Direct ask PIN). I am using following dialplan but its still asking me Mailbox number. Look like asterisk 1.8 doesn't support CALLERIDNUM variable. Do you have any idea ? exten => 8500,1,answer exten => 8500,2,wait(1) exten => 8500,3,voicemailmain(${CALLERIDNUM:-4}@default) exten => 8500,4,hangup exten => i,1,playback(invalid) exten => i,2,hangup -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.co...
2005 Jun 15
1
SIP transfer/REFER to voicemail problem
...aw extensions.conf exerpt: exten => 6003,1,Dial(SIP/1003,15) exten => 6003,2,Voicemail(u1003) exten => 6003,102,Voicemail(b1003) exten => 6004,1,Dial(SIP/1004,5) exten => 6004,2,Voicemail(u1004) exten => 6004,102,Voicemail(b1004) exten => 2101,1,Dial(SIP/2101) exten => 8500,1,VoicemailMain exten => 8500,2,Hangup Asterisk (-dvvvvvvgc) with sip debug on (REFER-ing caller to VoicemailMain) : -- No username but # key pressed. Using CID '6003' -- Playing 'vm-password' (language 'en') Urgent handler -- Incorrect password '' for...
2003 Jul 03
3
Using switch =>
...icane]@172.22.0.50/default switch => IAX/hurricane:[hurricane]@172.22.0.50/default exten => 100,1,Macro(stdexten,100,SIP/100) ; exten => 200,1,Macro(stdexten,200,SIP/200) exten => 2382031,1,Macro(stdexten,100,SIP/100) ;exten => 2382031,1,Congestion ; ; Give voicemail at extension 8500 ; exten => 8500,1,VoicemailMain2 exten => 8500,2,Hangup ------------------------------- ------------------------------- iax.conf ------------------------------- ; ; Inter-Asterisk eXchange driver definition ; ; ; General settings, like port number to bind to, and ; an option address (the...
2004 Apr 05
5
Auto connect to voicemail
I have the voicemail setup working in that I get the MWI and it emails the message correctly. When I pressed the MWI button on my SNOM 200, it dials into the voicemail system and prompts me for a mailbox and password. I know there is a way to automatically connect directly into the mailbox via the extension.conf file, but I can not find the documentation I am looking for in reference to variables
2004 Dec 13
1
Repost: Cisco 7960 and Asterisk...not working....
...for evaulating echo latency. ; exten => 600,1,Playback(demo-echotest) ; Let them know what's going on exten => 600,2,Echo ; Do the echo test exten => 600,3,Playback(demo-echodone) ; Let them know it's over exten => 600,4,Goto(s,6) ; Start over ; ; Give voicemail at extension 8500 ; exten => 8500,1,VoicemailMain exten => 8500,2,Goto(s,6) ; ; Here's what a phone entry would look like (IXJ for example) ; ;exten => 1265,1,Dial(Phone/phone0,15) ;exten => 1265,2,Goto(s,5) ;[mainmenu] ; ; Example "main menu" context with submenu ; ;exten => s,1,Answer...
2004 Dec 11
0
Cisco 7960 and Asterisk...not working....
...for evaulating echo latency. ; exten => 600,1,Playback(demo-echotest) ; Let them know what's going on exten => 600,2,Echo ; Do the echo test exten => 600,3,Playback(demo-echodone) ; Let them know it's over exten => 600,4,Goto(s,6) ; Start over ; ; Give voicemail at extension 8500 ; exten => 8500,1,VoicemailMain exten => 8500,2,Goto(s,6) ; ; Here's what a phone entry would look like (IXJ for example) ; ;exten => 1265,1,Dial(Phone/phone0,15) ;exten => 1265,2,Goto(s,5) ;[mainmenu] ; ; Example "main menu" context with submenu ; ;exten => s,1,Answer...
2004 Apr 07
2
error 488 - Not Acceptable Here
...for evaulating echo latency. ; exten => 600,1,Playback(demo-echotest) ; Let them know what's going on exten => 600,2,Echo ; Do the echo test exten => 600,3,Playback(demo-echodone) ; Let them know it's over exten => 600,4,Goto(s,6) ; Start over ; ; Give voicemail at extension 8500 ; exten => 8500,1,VoicemailMain exten => 8500,2,Goto(s,6) ; ; Here's what a phone entry would look like (IXJ for example) ; ;exten => 1265,1,Dial(Phone/phone0,15) ;exten => 1265,2,Goto(s,5) ;[mainmenu] ; ; Example "main menu" context with submenu ; ;exten => s,1,Answer...
2005 Aug 27
2
Problems with registration
...atency. ; exten => 600,1,Playback(demo-echotest) ; Let them know what's going on exten => 600,n,Echo ; Do the echo test exten => 600,n,Playback(demo-echodone) ; Let them know it's over exten => 600,n,Goto(s,6) ; Start over ; ; Give voicemail at extension 8500 ; exten => 8500,1,VoicemailMain exten => 8500,n,Goto(s,6) ; ; Here's what a phone entry would look like (IXJ for example) ; ;exten => 1265,1,Dial(Phone/phone0,15) ;exten => 1265,n,Goto(s,5) ;[mainmenu] ; ; Example "main menu" context with submenu ; ;exten => s,1,Answer...
2005 Mar 11
3
Parked Call
I have a question, I am unclear on how to park a call. I know that you are supposed to be able to press "#" and then transfer the call to extension 700. However, * doesn't seem to be graping the dtmf. I am using dtmfmode=inband. Asterisk is in the media path as well. Thanks in advance Justin
2005 May 10
1
Redirect to an application on other asterisk server
Hello, I'm a newbie in connection several asterisk servers with each others. I've got the following situation. I've got 9 asterisk servers (asterisk00 till asterisk08). When I call to asterisk08 then I want to redirect an application which runs on asterisk00. But how can I redirect in an application on asterisk08 to an application on asterisk00? Or isn't this possible?
2009 May 08
2
Possible to add Voice delay?
Hi all, This is my first post to the list. I have searched the net far and wide but can't find an answer to this problem. When I have call forward working or use the voicemail from a SIP phone, the first part of the message is always cut off. So instead of hearing "call forward cancelled" I hear "l forward cancelled". Or in voicemail I hear "edian mail"
2004 Dec 29
0
Channel Zap/4-1 in prering state
...n => 600,1,Playback(demo-echotest) ; Let them know what's going on exten => 600,2,Echo ; Do the echo test exten => 600,3,Playback(demo-echodone) ; Let them know it's over exten => 600,4,Goto(s,6) ; Start over ; ; Give voicemail at extension 8500 ; exten => 8500,1,VoicemailMain exten => 8500,2,Goto(s,6) ; ; Here's what a phone entry would look like (IXJ for example) ; ;exten => 1265,1,Dial(Phone/phone0,15) ;exten => 1265,2,Goto(s,5) ;[mainmenu] ; ; Example "main menu" context with submenu ; ;exten => s,1,Answe...
2004 May 18
2
asterisk voicemail retrieval using a cisco 7940
can anyone give me a reference to the retrieval of voicemail from the Asterisk PBX using a cisco 7940 phine running sip image. i have configured a single voicemail box using the script, the corresponding entry in voicemail.conf and configured the extension to use the voicemail box . i can see from the asterisk console the message being passed to the voice mailbox, and correspondingly the sip
2004 Dec 21
2
CallerID returned with error on channel 'Zap/4-1'
...for evaulating echo latency. ; exten => 600,1,Playback(demo-echotest) ; Let them know what's going on exten => 600,2,Echo ; Do the echo test exten => 600,3,Playback(demo-echodone) ; Let them know it's over exten => 600,4,Goto(s,6) ; Start over ; ; Give voicemail at extension 8500 ; exten => 8500,1,VoicemailMain exten => 8500,2,Goto(s,6) ; ; Here's what a phone entry would look like (IXJ for example) ; ;exten => 1265,1,Dial(Phone/phone0,15) ;exten => 1265,2,Goto(s,5) ;[mainmenu] ; ; Example "main menu" context with submenu ; ;exten => s,1,Answer...