similar to: Asterisk 1.4 is asking me for Mailbox #

Displaying 20 results from an estimated 40000 matches similar to: "Asterisk 1.4 is asking me for Mailbox #"

2007 Mar 21
3
Voicemail mailbox number passed in connection?
Does anyone know how to configure a SIP phone to pass the mailbox number to the voicemail service when dialing? I would like to press the message waiting lamp and be prompted for my password instead of "mailbox number". Can this be passed in the set-up call or based on caller-id? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 01
2
Cannot log into mailbox , guidance requested
Hi All I am working on voicemail , mailbox , after reading documents, I had setup of three users for mailbox to make things simpler , I had kept the user name and passord same for all the sip users, Now I am able to record the message and I do get voicemail in my email , But as defined in extensions.conf The Asterisk console messages, part of the sip.conf ,
2004 Dec 17
2
voicemail without prompt
I'm trying to find a way to call voicemail without being prompted for my mailbox number. I was wondering if there was a variable for sip mailbox, or is there a way to define a variable that matches a sip's mailbox. I tried using "exten => 996,1,voicemailMain(${CALLERIDNUM})" but this only works if the mailbox matches the caller id. Any suggestions would be appreciated.
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
2003 Jul 07
5
Direct entry to your own voice mailbox
Hi, There is any possibility to dial a specific extension and then enter in your own mailbox (the one defined for that specific SIP phone) without asking for the exxtension number but only for the password? I want to be the same extension for all phones, not a specific one for each of them. It is possible to have a time stamp in the recorded message? I want to know when the message has been
2006 Jan 04
2
VoiceMailMain Pass Mailbox
I have a extension 981 setup for entering VoiceMailMain: exten => 981,1,VoiceMailMain,([mailbox]@usvm) exten => 981,2,HangUp() I want to pass the calling extension to the context (extension and mailbox numbers are the same). This dosen't seem to work. I get this in the console: Asterisk Ready. *CLI> -- Executing VoiceMailMain("SIP/2504-ba66",
2004 Oct 03
3
VoiceMail without password? How?
If my extension is 22, and voice mail access number is 909, then with exten => 909,1,voicemailmain(s22) I can access voice mail 22, without number and password prompt. But, I want that every extension can access its voice mail without number and password. So, when I put exent => 909,1,voicemailmain(${calleridnum}) voicemail want only password. I want to eliminate password too, so when I
2004 Apr 08
4
External access to voicemail
in my setup i have several users with DID lines coming in from various sip/iax providers. within our old phone system, a user could call their own DID line, then hit the * key when they hear their voicemail greeting and be prompted for their password. is there any way this could be replicated within asterisk? i'm having trouble figuring it out since it steps through things sequentially,
2004 Jun 03
3
CALLERIDNUM not passed over?
When a user dials 999 he is always asked for the mailbox and has to enter his mailbox number and password. As I understand this shouldn't happen because the CALLERIDNUM is passed over to VoicemailMain. It's annoying to have to enter the number everytime ... The voice mail configuration is read from MySQL. We are using the CVS version from a few days ago. Extract from extensions.conf:
2007 Sep 19
1
How to cancel the password check in VoicemailMain()
Hi in asterisk 1.4, I need to cancel the password check and allow users enter in the mailbox without entering password. I tried this: exten => 911119,1,Set(LANGUAGE()=es) exten => 911119,n,VoicemailMain(${Mailbox}@default,s) exten => 911119,n,Hangup and this: exten => 911119,1,Set(LANGUAGE()=es) exten => 911119,2,VoicemailMain(s) exten => 911119,n,Hangup But it does not work,
2005 Jul 25
7
Some more VOICEMAILMAIN issue...
Hi everybody, I have corrected this line in extensions.conf by stripping spaces off and now it executes: exten => 22999,1,VoiceMailMain(s${CALLERIDNUM}) when it runs, the mail box number is asked and password too. I expected no question were made, because I inserted CALLERIDNUMBER and s in front of box number. Anybody knows why? Thank to you all, very kind members of this list! Ciao Mauro
2012 Jan 07
2
Asterisk 10.0 & 1.4 - iax codec are not compatible
I'm trying Asterisk 10.0 (as 8.x is not passing PSTN CallerID) and Asterisk 10.0 is no better. I'm still getting: WARNING[12295]: chan_sip.c:14446 check_auth: username mismatch, have <11>, digest has <pstn-1270> NOTICE[12295]: chan_sip.c:22769 handle_request_invite: Failed to authenticate device "KMIEC Z" <sip:7804715665 at 10.0.0.110>;tag=1c1222950155 Anybody
2006 Jan 22
4
Snom 320 and message retrieve key
Hi, I found some issues with Snom 320 message retrieve key. This button works only when the MWI does not blink! If MWI blinks and I do press retrieve button I get "Unknown" on display and busy tone. From the sip debug it looks like that Snom does not send credentials to Asterisk which responds with 407 Proxy Auth required. I have loaded Snom with latest 5 firmware. No change. I'm
2004 May 14
7
What's in ${EXTEN} ? Why does voicemail prompt for an extension?
Why does voicemail prompt me for an extension instead of just asking my password? [voice-mail] exten => 99,1,VoicemailMain(${EXTEN}@inside) exten => 99,2,Hangup Paul Mahler pmahler@signate.com <mailto:pmahler@signate.com> <http://www.signate.com/> Signate, LLC PO Box 60430 Palo Alto, CA 94306 VoIP Systems, Training & Consulting
2005 Oct 05
5
Voicemailmain automatic extension detection?
Is there a way I can have "voice mail check" calls coming from my internal users automatically get to the right extension, without having the user enter their extension? I'm thinking that I could have the local SPA boxes translate, or have each user live in a context where the extension in question exists uniquely per user, but both of these seem kludgey. Thanks in advance for
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
The Asterisk Development Team has announced the first beta of Asterisk 14.0.0. This beta is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 14.0.0-beta1 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this beta: New
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
2005 Jan 15
1
Re: Budgetone and MWI
asterisk-users-request@lists.digium.com is believed to have said: >Budgetone and MWI > >The message button can be programmed to dial an extension that checks >voicemail >exten => 160,1,Voicemailmain(${CALLERIDNUM}) > Thanks, this is what I was thinking about. Still, how do you get the BT to dial 160? In my Asterisk setting I have the same mailbox numbers reused for the
2007 Jan 17
4
Erratic Snom MWI lights
Long story short... Snom's ... Retrieve button... works when MWI is *NOT* lit but does *NOT* work when it is lit. Any advice Useragent : snom360/6.5.2 Function: F_RETRIEVE [root@pbx ~]# asterisk -rx "show version" Asterisk 1.2.13 built by root @ pbx on a i686 running Linux on 2006-11-17 16:35:22 UTC [gateway] exten => 201,hint,SIP/201 exten =>
2005 Aug 17
4
Voicemail Retrival
Hi, I am very new to Asterisk. I wanted to know how to retrive the Voicemails. I could see some voicemails assosiated with some extensions. Any ideas?? --------------------------------- How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos. Get Yahoo! Photos -------------- next part -------------- An HTML attachment was scrubbed... URL: