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

Nico Gundacker nico.gundacker at dynetic.de
Wed May 21 04:03:58 CDT 2008


Hi Sergio,

Thanks for your quick answer! Here are the logs, I hope that´s what you
need? Asterisk Version is : 
Asterisk 1.4.19.1 built by root @ smettbo on a i686 running Linux on
2008-05-08 13:28:23 UTC

Thanks again

BR Nico



*CLI>   == ISDN1#02: Incoming call '' -> '1424'
    -- Executing [1424 at capi-in:1] h324m_gw("CAPI/ISDN1#02/1424-2",
"menu at demo") in new stack
    -- Executing [menu at demo:1] h324m_gw_answer("Local/menu at demo-e772,2", "")
in new stack
  == ISDN1#02: Answering for 1424
    -- Executing [menu at demo:2] Wait("Local/menu at demo-e772,2", "1") in new
stack
    -- Executing [menu at demo:3] mp4play("Local/menu at demo-e772,2",
"/tmp/menu/menu.mp4") in new stack
mp4play /tmp/menu/menu.mp4
found hint track 2
track 1 vide
found hint track 4
track 3 vide
found hint track 6
track 5 vide
MP4ERROR: FindTrackId: Track index doesn't exist - track 3 type hint
MP4ERROR: MP4Array::[]: index 2 of 2: Numerical result out of range
    -- Executing [menu at demo:4] Goto("Local/menu at demo-e772,2", "3") in new
stack
    -- Goto (demo,menu,3)
    -- Executing [menu at demo:3] mp4play("Local/menu at demo-e772,2",
"/tmp/menu/menu.mp4") in new stack
mp4play /tmp/menu/menu.mp4
found hint track 2
track 1 vide
found hint track 4
track 3 vide
found hint track 6
track 5 vide
MP4ERROR: FindTrackId: Track index doesn't exist - track 3 type hint
MP4ERROR: MP4Array::[]: index 2 of 2: Numerical result out of range
    -- Executing [menu at demo:4] Goto("Local/menu at demo-e772,2", "3") in new
stack
    -- Goto (demo,menu,3)
    -- Executing [menu at demo:3] mp4play("Local/menu at demo-e772,2",
"/tmp/menu/menu.mp4") in new stack
mp4play /tmp/menu/menu.mp4
found hint track 2
track 1 vide
found hint track 4
track 3 vide
found hint track 6
track 5 vide
MP4ERROR: FindTrackId: Track index doesn't exist - track 3 type hint
MP4ERROR: MP4Array::[]: index 2 of 2: Numerical result out of range
    -- Executing [menu at demo:4] Goto("Local/menu at demo-e772,2", "3") in new
stack
    -- Goto (demo,menu,3)
    -- Executing [menu at demo:3] mp4play("Local/menu at demo-e772,2",
"/tmp/menu/menu.mp4") in new stack
mp4play /tmp/menu/menu.mp4
found hint track 2
track 1 vide
found hint track 4
track 3 vide
found hint track 6
track 5 vide
MP4ERROR: FindTrackId: Track index doesn't exist - track 3 type hint
  == Spawn extension (demo, menu, 3) exited non-zero on
'Local/menu at demo-e772,2'
  == Spawn extension (capi-in, 1424, 1) exited non-zero on
'CAPI/ISDN1#02/1424-2'
  == ISDN1#02: CAPI Hangingup for PLCI=0x101 in state 2
       > ISDN1#02: CAPI INFO 0x3490: Normal call clearing









-----Ursprüngliche Nachricht-----
Von: asterisk-video-bounces at lists.digium.com
[mailto:asterisk-video-bounces at lists.digium.com] Im Auftrag von Sergio
Garcia Murillo
Gesendet: Mittwoch, 21. Mai 2008 10:42
An: asterisk-video at lists.digium.com
Betreff: Re: [Asterisk-video] DTMF & h324m gw -> can´tnavigate through
extensions

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