[Asterisk-video] DTMF & h324m_gw -> can´t navigate through extensions

Nico Gundacker nico.gundacker at dynetic.de
Wed May 21 03:31:06 CDT 2008


Hi,

 

I like to setup a small IVVR-System and most of the functions work fine. But
there is one problem when I try to navigate through the given menu via DTMF.
I used an example from an old posting.
http://www.allasterisk.com/lists/asterisk-video@lists.digium.com/2007-09/msg
00125.html 

When calling asterisk the first menu is shown on the mobile-phone, but when
dialing a number (1,2 or 3) there is no access to the other extensions and
the call is broken. Is someone there who had the same problem or could
please help me fixing this bug?

 

Greetings Nico

 

[capi-in]

exten => 1424,1,h324m_gw(menu at demo)

 

[demo]

exten => menu,1,h324m_gw_answer()

exten => menu,2,Wait(1)

exten => menu,3,mp4play(/tmp/menu/menu.mp4)

exten => menu,4,Goto(3)

exten => 1,1,Goto(marriage|video|1)

exten => 2,1,Goto(murder|video|1)

exten => 3,1,Goto(naked-soccer|video|1)

[marriage]

exten => video,1,Wait(1)

exten => video,2,mp4play(/tmp/menu/menu1.mp4)

exten => video,3,Goto(demo|menu|2)

exten => _X,1,Goto(demo|menu|2)

[murder]

exten => video,1,Wait(1)

exten => video,2,mp4play(/tmp/menu/menu2.mp4)

exten => video,3,Goto(demo|menu|2)

exten => _X,1,Goto(demo|menu|2)

[naked-soccer]

exten => video,1,Wait(1)

exten => video,2,mp4play(/tmp/menu/menu3.mp4)

exten => video,3,Goto(demo|menu|2)

exten => _X,1,Goto(demo|menu|2)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-video/attachments/20080521/5d58f869/attachment.htm 


More information about the asterisk-video mailing list