[asterisk-gui] Asterisk GUI no time based rule menu HELP!

Alek Katamail diablo2875 at katamail.com
Thu Jun 5 03:37:12 CDT 2008


>No, you should use one line to one provider, and then match the DID's in 
>the incoming
>calling rules.

Like this:

[DID_trunk_1]
include = default
include = default
exten = _0707777777,1,Goto(ringroups-custom-1,s,1)

[ringroups-custom-1]
gui_ring_groupname = home
exten = s,1,NoOp(RINGGROUP)
exten = s,n,Dial(SIP/101&SIP/102,40)
exten = s,n,Voicemail(102,b)

the DID is the number of my trunk right?
In this way when I call the "congratulations" voice answer not the ring
group

>That is NOT a voicemail extension. Obviously it is trying to dial a trunk.
It was a outgoing pattern problem now I solved. Now if I hit 999 I got the
voicemail. But when I hit the voicemail button on my SNOM phone I receive
this message:

chan_sip.c:14033 handle_request_invite: Call from '102' to extension
'asterisk' rejected because extension not found.

This is my voicemail config:
exten => 999,1,VoiceMailMain


I can't also understand how outgoing Patterson works. In my remote pbx I was
using till now if I put something like X. I mathc all calls. In the GUI the
X. pattern doesn't works it gives me something like this:

[numberplan-custom-1]
plancomment = Default DialPlan
include = default
include = parkedcalls
exten = X.,1,Macro(trunkdial,${trunk_1}/${EXTEN:0},${trunk_1_cid})
comment = X.,1,all,custom




More information about the asterisk-gui mailing list