similar to: Checking messages from outside the network

Displaying 20 results from an estimated 40000 matches similar to: "Checking messages from outside the network"

2015 Oct 19
2
Why I get repeat messages many times
I am using the asterisk 13 and I config my dialplan for the SIP messaging as the following : http://highsecurity.blogspot.com/2012/03/asterisk-10-110-sms-messaging-or-sip.html [astsms] exten => _.,1,NoOp(SMS receiving dialplan invoked) exten => _.,n,NoOp(To ${MESSAGE(to)}) exten => _.,n,NoOp(From ${MESSAGE(from)}) exten => _.,n,NoOp(Body ${MESSAGE(body)}) exten =>
2006 Dec 28
2
Checking voicemail from outside
Hi all, I'm sure this is a stupid question, but is there a way to check your voicemail by calling your extension from the outside? When I call my own extension from outside and hit pound or star, it just stops my greeting and gives me the "beep". I'd like to call my extension and press a key and be prompted for my password. Otherwise the only way I can think to get around
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
2008 Aug 24
6
entering a password to have access to a sip account?!
Hi all, i;m obviously a newbie, its been 2 days that im trying to figure out a way to deny a specific extension (300) from calling another specific extensions (03) except if the caller punch a specified password.. sorry if im not explaining myself well.. heres an example: i called my pstn line(with 300 as its sip account), an attendant answers and asks me to punch in an extension number right
2008 Sep 11
3
Outside SIP Caller accessing voivemail
Now that we have voicemail working, people have asked to be able to dial in externally and be able to access their voicemail. My dial plan is simple, after ringing a few extensions for some time, it goes to voicemail. What needs to happen to allow for someone to switch out of this into Voicemailmain in such a fashion that an external inbound caller wouldn't at least hear the option? Can the
2013 Apr 12
3
Network based transcoding
Hello Everyone, We are looking for solutions where the transcoding is abstracted away from our * box (i.e., to the network layer) using some carrier grade gateway, or router. The reason for my post is to know about solutions people have used in the past, and how it fits into their overall architecture. Our transcoding needs consists mainly of u/alaw <-> g729, and gsm would also be good....
2004 Sep 28
3
Retrieve voice mail message from outside
Hi, is there a way to retrieve a VM message pressing some key during the greeting playback? Our scenario is a PBX with analog trunks and no DID. There's a general mailbox and no way to assign a number to voicemail. I've seen these question before in this list, but seen no answer to it... Thanks, Renato
2009 Oct 15
1
Callpickup works for outside calls but not inside calls
Hello, all. I've got a problem where we set up call pickup for a customer. If the Bob's extension rings and Bob is in Jim's office, Bob can press the button on his Snom 320 that says "Bob" and pick up his line. It works great for calls coming in from the outside but does not work for internal calls. Internal calls generate a app_directed_pickup.c:204 pickup_exec: No
2004 Jun 26
2
Newbie needs help
I've been banging my head on a brick wall for about an hour now trying to understand why the following doesn't work (which is even provided as an example in the distribution!). The goal is to create a voicemail-only extension not associated with a phone. I'd rather not have an extension dedicated to VoicemailMain(), so I would like the user to be able to hit '*' during
2005 Jul 25
2
VoiceMailMain issue..
Hi everybody, I'm in a middle of a Asterisk learning period. I am at a very good point except I'm not able to use VoiceMailMain. This Is my simple dialplan regarding VoiceMail ;Number that the IP Phones dial to access voice mail exten => 22999,1,VoiceMailMain (s${CALLERIDNUM}) exten => 22999,2,Wait(3) exten => 22999,3,Hangup Why do I get Forbidden 403 and one console display
2005 Mar 21
2
Ext matching problems
Hello everyone... I'm trying to get up a testing pbx installation. Following instructions of what've read from the handbook and from asterisk's wiki, I wrote the dial plan as follows: [general] ; ; static = yes ;[globals] ; [default] ; exten => 0,1,Answer() exten => 0,2,Playback(fcopba1) exten => 0,3,Hangup() exten => *0,1,Answer() exten => *0,2,Record(fcopba1:gsm)
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
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
2014 Apr 21
3
Open Source Asterisk Polling Solution
Hello Everyone, We are looking for a simple open source auto dialer with "polling" capabilities. What we would like is a program that we can upload leads to, and have asterisk: i) Dial numbers ii) Play pre-recorded iii) If user presses one, forward the call to an agent There are so many solutions out there it's hard to make a decision on what works, what has just a limited free
2005 Sep 30
2
SIP make outside call
Hi, I am can make local extension to and from SIP X-Lite softphone, but I can't dial out using X-Lite but local analog works just fine. Here are my conf files any idea? Thanks, David my sip.conf [general] bindport=5060 ; UDP Port to bind to (SIP standard port is 5060) bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all) allow=all [3000]
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,
2006 Oct 22
2
checking 'voicemail" externally - doesn't work
Can not check voice mail-box externally. I'm trying to log-in externally (from PSTN line) to check my "voice-mail" so I created context to authenticate log-in ... exten => 7,4,Authenticate(01894546) exten => 7,5,DISA(4789|disa-access) Authentication works OK, I get inside dial none enter my mailbox extension but it doesn't accept my mailbox password even though it is the
2011 Apr 09
1
asterisk-users Digest, Vol 81, Issue 27
I need to change the sip port from 5060 to 5061 actually we already used 5060 for proxy to sip any idea to change 5060 to 5061 so all can acces the sip using this port please help........................ On 4/8/11, asterisk-users-request at lists.digium.com <asterisk-users-request at lists.digium.com> wrote: > Send asterisk-users mailing list submissions to > asterisk-users at
2009 Feb 12
1
Problem with parking
Hi, I'm having problem with call parking. When I park call, either via transfer to xten or park digit sequence from features.conf, I hear the parking lot number read to me and the user gets transferred. However, MOH stops for the caller the moment user is transferred. The user can be retrieved by dialing the parked extension and voice resumes. If the parked user hangs up, the channel state
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