Hello, I would like to know whether there is a way to associate a TV media server with Asterisk. Is it possible to access TV Chanels in the Telephone Sets. Anybody have any tips or documents related to this please let me know. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100802/f8425f2e/attachment.htm
On Mon, Aug 2, 2010 at 5:37 AM, Tino <tino at sparksupport.com> wrote:> Hello, > > I would like to know whether there is a way to associate a TV media server with Asterisk.? Is it possible to access TV Chanels in the Telephone Sets. Anybody have any tips or documents related to this please let me know. > > Thanks > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > ? ? ? ? ? ? ? http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > ? http://lists.digium.com/mailman/listinfo/asterisk-users >That idea could go two ways, dial a number and get audio, or dial a number with a video phone and watch the channel. The video phone idea sounds like it'd be neat to use.
On Mon, Aug 2, 2010 at 8:37 AM, Tino <tino at sparksupport.com> wrote:> Anybody have any tips or documents related to this please let me know. >http://www.youtube.com/watch?v=3h6-PSpD-Oc -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode) blog.polybeacon.com
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of unserossi at aol.com Subject: [asterisk-users] Stupid Macro question Hi all, I have exten => _X.,1,Macro(dundi-priv,${EXTEN}) exten => _X.,2,DIAL(CAPI/contr1/${EXTEN}) Now my problem is, that after hanging up a call, the call is instantly re-established using the h-extension which is almost a loop. I am sure this is a stupid question, but what am I doing wrong? Thanks for advice Oliver This might fix you up exten => _X.,1,Macro(dundi-priv,${EXTEN}) exten => _X.,2,DIAL(CAPI/contr1/${EXTEN}) exten => _x_NOANSWER,1,Dial(Zap/g1/${EXTEN:1}) ; This way the Zap call only occurs on a DUNDI noanswer. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100802/85dc0100/attachment.htm
Hi all, I have exten =>_X.,1,Macro(dundi-priv,${EXTEN}) exten => _X.,2,DIAL(CAPI/contr1/${EXTEN}) Now my problem is, thatafter hanging up a call, the call is instantly re-established using theh-extension which is almost a loop. I am sure this is astupid question, but what am I doing wrong? Thanks for advice Oliver This might fix you up exten =>_X.,1,Macro(dundi-priv,${EXTEN}) exten => _X.,2,DIAL(CAPI/contr1/${EXTEN}) exten => _x_NOANSWER,1,Dial(Zap/g1/${EXTEN:1}) ; This way the Zap callonly occurs on a DUNDI noanswer. -- Thanks, but that is not the problem, DUNDi is answering and is forwarding the call to the remote box. That works fine. But immediately after hanging up the call by the client registered on the remote box the call is re-established using the h-extension. This is my problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100802/f6250257/attachment.htm
Hi all, I have exten => _X.,1,Macro(dundi-priv,${EXTEN}) exten => _X.,2,DIAL(CAPI/contr1/${EXTEN}) Now my problem is, that after hanging up a call, the call is instantly re-established using the h-extension which is almost a loop. I am sure this is a stupid question, but what am I doing wrong? Thanks for advice Oliver This might fix you up exten => _X.,1,Macro(dundi-priv,${EXTEN}) exten => _X.,2,DIAL(CAPI/contr1/${EXTEN}) exten => _x_NOANSWER,1,Dial(Zap/g1/${EXTEN:1}) ; This way the Zap call only occurs on a DUNDI noanswer. -- Thanks, but that is not the problem, DUNDi is answering and is forwarding the call to the remote box. hat works fine. ut immediately after hanging up the call by the client registered on the remote box the call is re-established sing the h-extension. his is my problem. ere is the console output. Any tipps are highly appreciated. Thanks, but that is not the problem, DUNDi is answering and is forwarding the call to the remote box. That works fine. But immediately after hanging up the call by the client registered on the remote box the call is re-established using the h-extension. This is my problem. Here is the console output. Any tipps are highly appreciated. -- Accepting AUTHENTICATED call from 10.28.191.147: > requested format = alaw, > requested prefs = (alaw|ulaw|gsm), > actual format = alaw, > host prefs = (alaw|ulaw|gsm), > priority = mine -- Executing [1400 at dundi-priv-local:1] Dial("IAX2/iaxuser-829", "SIP/1400,30,Ttr") in new stack == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 -- Called 1400 -- SIP/1400-0000006c is ringing -- SIP/1400-0000006c answered IAX2/iaxuser-829 -- Executing [h at dundi-priv-local:1] Dial("IAX2/iaxuser-829", "SIP/1400,30,Ttr") in new stack == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 -- Called 1400 -- SIP/1400-0000006d is ringing -- SIP/1400-0000006d answered IAX2/iaxuser-829 -- Executing [h at dundi-priv-local:1] Dial("IAX2/iaxuser-829", "SIP/1400,30,Ttr") in new stack == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 -- Called 1400 -- SIP/1400-0000006e is ringing -- SIP/1400-0000006e answered IAX2/iaxuser-829 -- Executing [h at dundi-priv-local:1] Dial("IAX2/iaxuser-829", "SIP/1400,30,Ttr") in new stack -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100803/a5923241/attachment.htm