Any help would be appreciated....

Still haven't managed to do it.

Anybody?

On 6/9/2011 4:01 ??, Konstantinos Liadakis wrote:
Hello everybody,

I have been trying lately to generate an outbound call from a .call file *but *using a local channel.

I need the local channel in order populate ${HANGUPCAUSE} asterisk variable.

Hangupcause gives a better explanation than ${REASON} as to why call has failed, and hence one can find out if receiving device has not 3g video capability, or is out of 3g coverage e.t.c

No matter what i try i cannot make it work.

I have managed to do outbound calls generated by .call file, but not with a local channel

I am using the following:

Channel: Zap/g0/number
CallerId: $strCallerId
Context: from-dialer
Extension: outbound
Priority: 1
Set: CHANNEL(transfercapability)=VIDEO
Set: CHANNEL(userinformationlayer1)=38


[from-dialer]

exten => outbound,1,h324m_gw(play@video-campaign)

[video-campaign]

exten => play,1,h324m_gw_answer()
exten => play,n,mp4play(${filename})
exten => play,n,Hangup()

Could someone modify the above in order to work with local channel, so the dial command can be in the dialplan

Thank you very much in advance for your help

Regards

Dinos









--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

Reply via email to