[Asterisk-video] DTMF & h324m gw -> can´tnavigate through extensions

Sergio Garcia Murillo sergio.garcia at fontventa.com
Wed May 21 03:41:52 CDT 2008


Version? Logs??

BR
Sergio

----- Original Message -----
From: Nico Gundacker [mailto:nico.gundacker at dynetic.de]
To: asterisk-video at lists.digium.com
Sent: Wed, 21 May 2008 10:31:06 +0200
Subject: [Asterisk-video] DTMF & h324m gw -> can´tnavigate through extensions

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)



More information about the asterisk-video mailing list