[asterisk-users] MeetMe errorhandling

Paul Belanger paul.belanger at polybeacon.com
Tue Sep 7 08:01:42 CDT 2010


On Tue, Sep 7, 2010 at 3:11 AM, Daniel Knoll <daniel at danielknoll.de> wrote:
> Hi Kai-Uwe,
> thank you for your answer. but it doesn't work.
> i use this dialplan.
c> exten => 22,n,NoCDR()
> exten => 22,n,WaitExten(2)
> exten => 22,n,Set(CHANNEL(musicclass)=music)
> exten => 22,n,Set(CHANNEL(language)=de)
> exten => 22,n,Read(roomid,conf-getconfno,6,1)
> exten => 22,n,MeetMe(${roomid},Ms)
> exten => 22,n,Hangup()
> exten => i,1,Playback(conf-invalid)
> exten => i,n,Goto(22,1)
> exten => t,1,Goto(22,1)
>
Your dialplan is missing priory 1 for you Answer().

exten => 22,1,Answer()

-- 
Paul Belanger | dCAP
Polybeacon | Consultant
Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode)
blog.polybeacon.com



More information about the asterisk-users mailing list