[asterisk-users] Checking messages from outside the network

John Kiniston johnkiniston at gmail.com
Wed Sep 11 12:54:07 CDT 2013


You could add an 'a' extension to the context you are receiving calls in
and remove the call to VoiceMailMain after your call to Voicemail.

exten => a,1,VoiceMailMain(1001)

The VoiceMail app listens for users to press '*' and directs callers to the
'a' extension in the same context if pressed.


On Wed, Sep 11, 2013 at 9:26 AM, Nick Cameo <symack at gmail.com> wrote:

> Guys,
>
> Sorry, I pasted the wrong dialplan. What we are using is the following:
>
> exten => 6474770990,1,Answer
> exten => 6474770990,n,Wait(1)
> exten => 6474770990,n,Voicemail(1001,us)
> exten => 6474770990,n,VoicemailMain(1001)
> exten => 6474770990,n,Hangup
>
> So, we are using VoicemailMain, but wile trying to check messages (*#), it
> adds
> a message inadvertently.
>
> Can this be avoided?
>
> Nick.
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
A human being should be able to change a diaper, plan an invasion, butcher
a hog, conn a ship, design a building, write a sonnet, balance accounts,
build a wall, set a bone, comfort the dying, take orders, give orders,
cooperate, act alone, solve equations, analyze a new problem, pitch manure,
program a computer, cook a tasty meal, fight efficiently, die gallantly.
Specialization is for insects.
---Heinlein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130911/511949f8/attachment.htm>


More information about the asterisk-users mailing list