Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-09 Thread Mitul Limbani
+; H324M signalling. 3G UMTS video calls require to set a certain User Information Layer 1 +; value. The UL1 can be set either in the Bearer Capability Information Element or in the +; Low Layer Compatiblity Information Element. Depending on the switch were your PRI is +; connected to, you need one

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-09 Thread Konstantinos Liadakis
Hello again, After some more reading regarding voicemail problem, i realized that this problem is also faced in voice calls when someone wants to ring his desk phone and mobile phone at the same time when receiving a call. It appears that "followme" requires the recipient to press 1 in orde

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-09 Thread Konstantinos Liadakis
Hello, I finally managed to make it. Jack was right, we needed to use h324m_call This is how i did it callfile Channel: Local/XX@from-dialer1/n CallerId: 2111811499 Context: video-campaign1 Extension: play Priority: 1 Set: CHANNEL(transfercapability)=VIDEO Set: CHANNEL(userinformationl

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-08 Thread Mitul Limbani
Paste me output of mp4info file.3gp Also in chan_dahdi.conf try swapping between : h324m=bc or h324m=llc and in zaptel.conf alaw=1-31 (list all channel numbers in this) I am suspecting something wrong either with your 3GP file or the other three options. Or mebbe you have a wrong MP4 stack c

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-08 Thread Jack Smith
Hi, I think you may have to change the dialplan to something like this to say that its h324m_call first and you may not require h324_gw_answer and h324_gw since you would have a 3G call and all you need to do is transmit the video. [from-dialer1] exten => 665,1,h324m_call(666@from-dialer1) exten

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-08 Thread Konstantinos Liadakis
Hello Jack, I have already tried to use h324m_call instead of h324m_gw, but again when h324m_gw_answer() is reached, call again hangs up Thank you very much for your input Regards Dinos -- _ -- Bandwidth and Colocation Prov

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-08 Thread Jack Smith
Are you sure you do not need h324m_call if you wish to make an outbound video call over PRI. I suspect the hangup maybe related to this. Jack On Thu, Sep 8, 2011 at 7:45 PM, Konstantinos Liadakis wrote: > Hello again Mitul and thank you for your reply, > > I followed your instructions but still

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-08 Thread Konstantinos Liadakis
Hello again Mitul and thank you for your reply, I followed your instructions but still again when h324m_gw_answer() is reached, call hungs up. Any more suggestions? Thank you again, your help is very much appreciated! Best regards Dinos My call file Channel: Local/X@from-dialer1/n

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-08 Thread Mitul Limbani
Problem is in your .call file !!! It should read this : Channel: Local/XX@from-dialer1/n CallerId: 1506 Context: video-campaign1 Extension: play Priority: 1 Set: CHANNEL(transfercapability)=**VIDEO Set: CHANNEL(userinformationlayer1)**=38 and [video-campaign1] exten => play,1,h324m_gw(p

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-08 Thread Konstantinos Liadakis
My best guess regarding outbound video dialling with .call files using a localchannel is the following Call file Channel: Local/XX@from-dialer1/n CallerId: 1506 Context: from-dialer1 Extension: XX Priority: 1 Set: CHANNEL(transfercapability)=VIDEO Set: CHANNEL(userinformationlaye

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-08 Thread Konstantinos Liadakis
Hello Mitul and thank you for your reply, I tried your example but did not work for me as i am looking to play an mp4 file using mp4play on the receiving device. I added mp4 play command at the end but call hangs up. Could you modify dialplan to play mp4 file? ${Dialstatus} does not give much

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-08 Thread Mitul Limbani
Hello, You have to use LOCAL Channels to originate a perfect Video Call Outbound, atleast we used the method below and it works perfectly. So here is what you need to do : [outbound] exten => _XX,1,Set(CHANNEL(transfercapability)=DIGITAL) exten => _XX,2,Set(CHANNEL(userinformatio

Re: [Asterisk-video] Generate outbound 3g call will .call file and local channel

2011-09-08 Thread Konstantinos Liadakis
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 ${H