[Asterisk-video] Help with example from fontventa page

Nico Gundacker nico.gundacker at dynetic.de
Fri May 9 06:05:09 CDT 2008


Hi everybody,

 

once again I need your help. I setup a new system, this time with an ISDN
Fritz Card (using capi drivers) and asterisk version 1.4.19. This time the
system is playing videos (h263 & h263-2000) to a mobile phone. Also
transcode and rtsp are working with that device. The only problem left, is
to manage an menu like it is described at the fontventa-page. The first menu
is shown to my mobile phone (Sony Ericson k810i ), but when I try to switch
the menu-folder (calling 1,2,3 or 4) the asterisk system drop down the call
with the following message. Thanks again for your help now and in the past.

 

Regards Nico

 

== Spawn extension (videomail, s, 2) exited non-zero on
'Local/s at videomail-cb6f,2'

  == Spawn extension (capi-in, 1424, 1) exited non-zero on
'CAPI/ISDN1#02/1424-1'

  == ISDN1#02: CAPI Hangingup for PLCI=0x101 in state 2

       > ISDN1#02: CAPI INFO 0x3490: Normal call clearing

 

 

exten => 1424,1,H324m_gw(s at videomail)

 

[videomail]

exten => s,1,Answer

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

exten => s,n,Goto(videomail,s,1)

 

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

exten => 1,n,mp4play(/tmp/menu/menu1.mp4)

exten => 1,n,mp4play(/tmp/menu/menu1.mp4)

exten => 1,n,mp4play(/tmp/menu/menu1.mp4)

exten => 1,n,mp4play(/tmp/menu/menu1.mp4)

exten => 1,n,Goto(videomail-rec,s,1)

 

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

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

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

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

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

exten => 2,n,Goto(videomail-play,s,1)

 

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

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

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

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

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

exten => 3,n,Goto(videomail,s,1)

 

exten => 4,1,mp4play(/tmp/menu/menu4.mp4)

exten => 4,n,mp4play(/tmp/menu/menu4.mp4)

exten => 4,n,mp4play(/tmp/menu/menu4.mp4)

exten => 4,n,mp4play(/tmp/menu/menu4.mp4)

exten => 4,n,mp4play(/tmp/menu/menu4.mp4)

exten => 4,n,Hangup

 

[videomail-play]

exten => s,1,mp4play(/tmp/menu/save.mp4)

exten => s,n,Goto(videomail,s,1)

 

exten => #,1,Goto(videomail,s,1)

exten => *,1,Goto(videomail-play,s,1)

 

[videomail-rec]

exten => s,1,mp4save(/tmp/menu/save.mp4)

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-video/attachments/20080509/18cab225/attachment-0001.htm 


More information about the asterisk-video mailing list