[Asterisk-video] Outbound Video call.

jack nicolson jack.nicolson123 at gmail.com
Thu Mar 12 08:52:37 CDT 2009


Hi All,

Below is my confoguration in extensions.conf for outboud call. I use a call
which picks number from database and made a call.


[3G]

exten => _XXXXXXXXXX,1,System(sh /etc/asterisk/video_callback.sh ${EXTEN}
CALLING)

;exten => _XXXXXXXXXX,2,Dial(Zap/g0/${EXTEN})

exten => _XXXXXXXXXX,2,h324m_call(${EXTEN}@3GV)

[3GV]

exten => _XXXXXXXXXX,1,Set(CHANNEL(transfercapability)=VIDEO)

exten => _XXXXXXXXXX,2,Dial(Zap/g0/${EXTEN})

exten => _XXXXXXXXXX,3,NoOp(${DIALSTATUS} is for ${EXTEN))

exten => _XXXXXXXXXX,4,System(sh /etc/asterisk/video_callback.sh ${EXTEN}
FAIL)


I getting the below message in  my asterisk CLI.

   -- Attempting call on Local/9467000603 at 3G for 1 at video:1 (Retry 1)
    -- Executing [9467000603 at 3G:1] System("Local/9467000603 at 3G-f291,2", "sh
/etc/asterisk/video_callback.sh 9467000603 CALLING") in new stack
    -- Executing [9467000603 at 3G:2] h324m_call("Local/9467000603 at 3G-f291,2",
"9467000603 at 3GV") in new stack
[Mar 12 19:15:36] WARNING[9197]: channel.c:2781 set_format: Unable to find a
codec translation path from slin to amr
[Mar 12 19:15:36] WARNING[9197]: app_h324m.c:1143 app_h324m_call:
app_h324m_call: Unable to set read format to AMR-NB!
[Mar 12 19:15:36] WARNING[9197]: channel.c:2781 set_format: Unable to find a
codec translation path from slin to amr
[Mar 12 19:15:36] WARNING[9197]: app_h324m.c:1145 app_h324m_call:
app_h324m_call: Unable to set read format to AMR-NB!
    -- Executing [9467000603 at 3GV:1] Set("Local/9467000603 at 3GV-0624,2",
"CHANNEL(transfercapability)=VIDEO") in new stack
    -- Executing [9467000603 at 3GV:2] Dial("Local/9467000603 at 3GV-0624,2",
"Zap/g0/9467000603") in new stack
[Mar 12 19:15:36] WARNING[9206]: channel.c:3027 ast_request: No channel type
registered for 'Zap'
[Mar 12 19:15:36] WARNING[9206]: app_dial.c:1183 dial_exec_full: Unable to
create channel of type 'Zap' (cause 66 - Channel not implemented)
  == Everyone is busy/congested at this time (1:0/0/1)



I tried install amr patch hoping that may resolve my issue any in case I am
unable to start asterisk .
asterisk -rvvvv shows can not connect to asterisk check the asteriskctl file
is present or not.


asterisk -cvvv
runs fine but only if in codec.conf file I commented below lines.
;[amr]
;octet-aligned=1

if I uncomment the above lines then I am getting segmentation fault(asterisk
-cvvv command)

I need to remove codec_amr.so from asterisk module folder to make the
asterisk work fine.



Asterisk version:1.4.21.2


Thanks,

Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-video/attachments/20090312/4567e051/attachment.htm 


More information about the asterisk-video mailing list