• News
  • Idefisk
  • Tools
  • Tutorials
  • Forum
  • Reviews
  • VoIP Providers
  • Archives
  • Gallery
ZOIPER softphone
AsteriskGuru Archives
Mailing List Archives
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[Asterisk-video] Outbound Video call.

 
   AsteriskGuru Archives Forum Index -> Asterisk-Video
View previous topic :: View next topic  
Author Message
jack.nicolson123 at gmail
Guest





PostPosted: Thu Mar 12, 2009 1:03 pm    Post subject: [Asterisk-video] Outbound Video call.

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@3G for 1@video:1 (Retry 1)
    -- Executing [9467000603@3G:1] System("Local/9467000603@3G-f291,2", "sh /etc/asterisk/video_callback.sh 9467000603 CALLING") in new stack
    -- Executing [9467000603@3G:2] h324m_call("Local/9467000603@3G-f291,2", "9467000603@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@3GV:1] Set("Local/9467000603@3GV-0624,2", "CHANNEL(transfercapability)=VIDEO") in new stack
    -- Executing [9467000603@3GV:2] Dial("Local/9467000603@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



 
Back to top
klaus.mailinglists at per
Guest





PostPosted: Thu Mar 12, 2009 2:13 pm    Post subject: [Asterisk-video] Outbound Video call.

jack nicolson schrieb:
Quote:
-- Executing [9467000603@3GV:2] Dial("Local/9467000603@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)


There is no Zap channel. How are you connected to the PSTN? Zap? Dahdi?
Are normal audio calls work?

klaus

_______________________________________________
--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
Back to top
jack.nicolson123 at gmail
Guest





PostPosted: Fri Mar 13, 2009 2:57 am    Post subject: [Asterisk-video] Outbound Video call.

Hi Klaus,

My normal audio outbound call works fine.only problem with video outbound call.

My asterisk box is connected to E1 line through Digium card.


Thanks,

Jack

On Thu, Mar 12, 2009 at 8:30 PM, Klaus Darilion <klaus.mailinglists@pernau.at (klaus.mailinglists@pernau.at)> wrote:
Quote:


jack nicolson schrieb:
>     -- Executing [9467000603@3GV:2] Dial("Local/9467000603@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)



There is no Zap channel. How are you connected to the PSTN? Zap? Dahdi?
Are normal audio calls work?

klaus

_______________________________________________
--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
Back to top
jack.nicolson123 at gmail
Guest





PostPosted: Fri Mar 13, 2009 3:19 am    Post subject: [Asterisk-video] Outbound Video call.

Please ignore the previous message you are right Klaus. There is no zap channel i need to start them.


Thanks

Jack

On Fri, Mar 13, 2009 at 9:20 AM, jack nicolson <jack.nicolson123@gmail.com (jack.nicolson123@gmail.com)> wrote:
Quote:
Hi Klaus,

My normal audio outbound call works fine.only problem with video outbound call.

My asterisk box is connected to E1 line through Digium card.


Thanks,

Jack


On Thu, Mar 12, 2009 at 8:30 PM, Klaus Darilion <klaus.mailinglists@pernau.at (klaus.mailinglists@pernau.at)> wrote:
Quote:


jack nicolson schrieb:
>     -- Executing [9467000603@3GV:2] Dial("Local/9467000603@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)



There is no Zap channel. How are you connected to the PSTN? Zap? Dahdi?
Are normal audio calls work?

klaus

_______________________________________________
--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




Back to top
jack.nicolson123 at gmail
Guest





PostPosted: Fri Mar 13, 2009 5:59 am    Post subject: [Asterisk-video] Outbound Video call.

Hi Klaus,

Below is the response which I am getting while try to make video out bound call,


 -- Attempting call on Local/9467000603@3G for 1@video:1 (Retry 1)
    -- Executing [9467000603@3G:1] System("Local/9467000603@3G-8c88,2", "sh /etc/asterisk/video_callback.sh 9467000603 CALLING") in new stack
    -- Executing [9467000603@3G:2] h324m_call("Local/9467000603@3G-8c88,2", "9467000603@3GV") in new stack
[Mar 13 11:56:14] WARNING[16543]: channel.c:2781 set_format: Unable to find a codec translation path from slin to amr
[Mar 13 11:56:14] WARNING[16543]: app_h324m.c:1143 app_h324m_call: app_h324m_call: Unable to set read format to AMR-NB!
[Mar 13 11:56:14] WARNING[16543]: channel.c:2781 set_format: Unable to find a codec translation path from slin to amr
[Mar 13 11:56:14] WARNING[16543]: app_h324m.c:1145 app_h324m_call: app_h324m_call: Unable to set read format to AMR-NB!
    -- Executing [9467000603@3GV:1] Set("Local/9467000603@3GV-daad,2", "CHANNEL(transfercapability)=VIDEO") in new stack
    -- Executing [9467000603@3GV:2] Dial("Local/9467000603@3GV-daad,2", "Zap/g0/9467000603") in new stack
-- Making new call for cr 32785
    -- Requested transfer capability: 0x18 - VIDEO
Quote:
Protocol Discriminator: Q.931 (8)  len=44
> Call Ref: len= 2 (reference 17/0x11) (Originator)

Quote:
Message type: SETUP (5)
[04 03 88 90 bf]
Bearer Capability (len= 5) [ Ext: 1  Q.931 Std: 0  Info transfer capability: Unrestricted digital information (8)
>                              Ext: 1  Trans mode/rate: 64kbps, circuit-mode (16)

Quote:
                                User information layer 1: Unknown (63)
[18 03 a9 83 81]
Channel ID (len= 5) [ Ext: 1  IntID: Implicit  PRI  Spare: 0  Exclusive  Dchan: 0
>                        ChanSel: As indicated in following octets

Quote:
                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
                       Ext: 1  Channel: 1 ]
[6c 0d 21 80 30 34 30 34 34 33 31 33 30 30 30]
> Calling Number (len=15) [ Ext: 0  TON: National Number (2)  NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1)

Quote:
                           Presentation: Presentation permitted, user number not screened (0)  '04044313000' ]
> [70 0b c1 39 34 36 37 30 30 30 36 30 33]

Quote:
Called Number (len=13) [ Ext: 1  TON: Subscriber Number (4)  NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1)  '9467000603' ]
[a1]
Sending Complete (len= 1)
q931.c:3092 q931_setup: call 32785 on channel 1 enters state 1 (Call Initiated)

    -- Called g0/9467000603
< Protocol Discriminator: Q.931 (8)  len=10
< Call Ref: len= 2 (reference 17/0x11) (Terminator)
< Message type: CALL PROCEEDING (2)
< [18 03 a9 83 81]
< Channel ID (len= 5) [ Ext: 1  IntID: Implicit  PRI  Spare: 0  Exclusive  Dchan: 0
<                        ChanSel: As indicated in following octets
<                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
<                       Ext: 1  Channel: 1 ]
-- Processing IE 24 (cs0, Channel Identification)
q931.c:3641 q931_receive: call 32785 on channel 1 enters state 3 (Outgoing call  Proceeding)
    -- Zap/1-1 is proceeding passing it to Local/9467000603@3GV-daad,2
< Protocol Discriminator: Q.931 (8)  len=9
< Call Ref: len= 2 (reference 17/0x11) (Terminator)
< Message type: DISCONNECT (69)
< [08 02 82 83]
< Cause (len= 4) [ Ext: 1  Coding: CCITT (ITU) standard (0)  Spare: 0  Location: Public network serving the local user (2)
<                  Ext: 1  Cause: No route to destination (3), class = Normal Event (0) ]
-- Processing IE 8 (cs0, Cause)
q931.c:3784 q931_receive: call 32785 on channel 1 enters state 12 (Disconnect Indication)
    -- Channel 0/1, span 1 got hangup request, cause 3
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Disconnect Indication, peerstate Disconnect Request
q931.c:2925 q931_release: call 32785 on channel 1 enters state 19 (Release Request)
Quote:
Protocol Discriminator: Q.931 (8)  len=9
Call Ref: len= 2 (reference 17/0x11) (Originator)
Message type: RELEASE (77)
> [08 02 81 83]

Quote:
Cause (len= 4) [ Ext: 1  Coding: CCITT (ITU) standard (0)  Spare: 0  Location: Private network serving the local user (1)
                  Ext: 1  Cause: No route to destination (3), class = Normal Event (0) ]
    -- Hungup 'Zap/1-1'

  == Everyone is busy/congested at this time (1:0/0/1)
  == Auto fallthrough, channel 'Local/9467000603@3GV-daad,2' status is 'CHANUNAVAIL'
  == Auto fallthrough, channel 'Local/9467000603@3G-8c88,2' status is 'UNKNOWN'
[Mar 13 11:56:14] NOTICE[16542]: pbx_spool.c:341 attempt_thread: Call failed to go through, reason (1) Hangup
< Protocol Discriminator: Q.931 (8)  len=5
< Call Ref: len= 2 (reference 17/0x11) (Terminator)
< Message type: RELEASE COMPLETE (90)
q931.c:3724 q931_receive: call 32785 on channel 1 enters state 0 (Null)
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null




Could you help me to fix this issue.


Thanks,

Jack


On Fri, Mar 13, 2009 at 9:44 AM, jack nicolson <jack.nicolson123@gmail.com (jack.nicolson123@gmail.com)> wrote:
Quote:
Please ignore the previous message you are right Klaus. There is no zap channel i need to start them.


Thanks

Jack


On Fri, Mar 13, 2009 at 9:20 AM, jack nicolson <jack.nicolson123@gmail.com (jack.nicolson123@gmail.com)> wrote:
Quote:
Hi Klaus,

My normal audio outbound call works fine.only problem with video outbound call.

My asterisk box is connected to E1 line through Digium card.


Thanks,

Jack


On Thu, Mar 12, 2009 at 8:30 PM, Klaus Darilion <klaus.mailinglists@pernau.at (klaus.mailinglists@pernau.at)> wrote:
Quote:


jack nicolson schrieb:
>     -- Executing [9467000603@3GV:2] Dial("Local/9467000603@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)



There is no Zap channel. How are you connected to the PSTN? Zap? Dahdi?
Are normal audio calls work?

klaus

_______________________________________________
--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








Back to top
klaus.mailinglists at per
Guest





PostPosted: Fri Mar 13, 2009 7:55 am    Post subject: [Asterisk-video] Outbound Video call.

looks like
1. AMR codec is not installed
2. user information layer 1 is not "h.223 and h.245" (=h324m)
3. the switch answer with "no route to destination"

klaus

jack nicolson schrieb:
Quote:
Hi Klaus,

Below is the response which I am getting while try to make video out
bound call,


-- Attempting call on Local/9467000603@3G for 1@video:1 (Retry 1)
-- Executing [9467000603@3G:1] System("Local/9467000603@3G-8c88,2",
"sh /etc/asterisk/video_callback.sh 9467000603 CALLING") in new stack
-- Executing [9467000603@3G:2]
h324m_call("Local/9467000603@3G-8c88,2", "9467000603@3GV") in new stack
[Mar 13 11:56:14] WARNING[16543]: channel.c:2781 set_format: Unable to
find a codec translation path from slin to amr
[Mar 13 11:56:14] WARNING[16543]: app_h324m.c:1143 app_h324m_call:
app_h324m_call: Unable to set read format to AMR-NB!
[Mar 13 11:56:14] WARNING[16543]: channel.c:2781 set_format: Unable to
find a codec translation path from slin to amr
[Mar 13 11:56:14] WARNING[16543]: app_h324m.c:1145 app_h324m_call:
app_h324m_call: Unable to set read format to AMR-NB!
-- Executing [9467000603@3GV:1] Set("Local/9467000603@3GV-daad,2",
"CHANNEL(transfercapability)=VIDEO") in new stack
-- Executing [9467000603@3GV:2] Dial("Local/9467000603@3GV-daad,2",
"Zap/g0/9467000603") in new stack
-- Making new call for cr 32785
-- Requested transfer capability: 0x18 - VIDEO
> Protocol Discriminator: Q.931 (8) len=44
> Call Ref: len= 2 (reference 17/0x11) (Originator)
> Message type: SETUP (5)
> [04 03 88 90 bf]
> Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info transfer
capability: Unrestricted digital information (8)
> Ext: 1 Trans mode/rate: 64kbps,
circuit-mode (16)
> User information layer 1: Unknown (63)
> [18 03 a9 83 81]
> Channel ID (len= 5) [ Ext: 1 IntID: Implicit PRI Spare: 0
Exclusive Dchan: 0
> ChanSel: As indicated in following octets
> Ext: 1 Coding: 0 Number Specified Channel
Type: 3
> Ext: 1 Channel: 1 ]
> [6c 0d 21 80 30 34 30 34 34 33 31 33 30 30 30]
> Calling Number (len=15) [ Ext: 0 TON: National Number (2) NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1)
> Presentation: Presentation permitted, user
number not screened (0) '04044313000' ]
> [70 0b c1 39 34 36 37 30 30 30 36 30 33]
> Called Number (len=13) [ Ext: 1 TON: Subscriber Number (4) NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1) '9467000603' ]
> [a1]
> Sending Complete (len= 1)
q931.c:3092 q931_setup: call 32785 on channel 1 enters state 1 (Call
Initiated)
-- Called g0/9467000603
< Protocol Discriminator: Q.931 (8) len=10
< Call Ref: len= 2 (reference 17/0x11) (Terminator)
< Message type: CALL PROCEEDING (2)
< [18 03 a9 83 81]
< Channel ID (len= 5) [ Ext: 1 IntID: Implicit PRI Spare: 0
Exclusive Dchan: 0
< ChanSel: As indicated in following octets
< Ext: 1 Coding: 0 Number Specified Channel Type: 3
< Ext: 1 Channel: 1 ]
-- Processing IE 24 (cs0, Channel Identification)
q931.c:3641 q931_receive: call 32785 on channel 1 enters state 3
(Outgoing call Proceeding)
-- Zap/1-1 is proceeding passing it to Local/9467000603@3GV-daad,2
< Protocol Discriminator: Q.931 (8) len=9
< Call Ref: len= 2 (reference 17/0x11) (Terminator)
< Message type: DISCONNECT (69)
< [08 02 82 83]
< Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0
Location: Public network serving the local user (2)
< Ext: 1 Cause: No route to destination (3), class =
Normal Event (0) ]
-- Processing IE 8 (cs0, Cause)
q931.c:3784 q931_receive: call 32785 on channel 1 enters state 12
(Disconnect Indication)
-- Channel 0/1, span 1 got hangup request, cause 3
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Disconnect Indication,
peerstate Disconnect Request
q931.c:2925 q931_release: call 32785 on channel 1 enters state 19
(Release Request)
> Protocol Discriminator: Q.931 (8) len=9
> Call Ref: len= 2 (reference 17/0x11) (Originator)
> Message type: RELEASE (77)
> [08 02 81 83]
> Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0
Location: Private network serving the local user (1)
> Ext: 1 Cause: No route to destination (3), class =
Normal Event (0) ]
-- Hungup 'Zap/1-1'
== Everyone is busy/congested at this time (1:0/0/1)
== Auto fallthrough, channel 'Local/9467000603@3GV-daad,2' status is
'CHANUNAVAIL'
== Auto fallthrough, channel 'Local/9467000603@3G-8c88,2' status is
'UNKNOWN'
[Mar 13 11:56:14] NOTICE[16542]: pbx_spool.c:341 attempt_thread: Call
failed to go through, reason (1) Hangup
< Protocol Discriminator: Q.931 (8) len=5
< Call Ref: len= 2 (reference 17/0x11) (Terminator)
< Message type: RELEASE COMPLETE (90)
q931.c:3724 q931_receive: call 32785 on channel 1 enters state 0 (Null)
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null




Could you help me to fix this issue.


Thanks,

Jack


On Fri, Mar 13, 2009 at 9:44 AM, jack nicolson
<jack.nicolson123@gmail.com <mailto:jack.nicolson123@gmail.com>> wrote:

Please ignore the previous message you are right Klaus. There is no
zap channel i need to start them.


Thanks

Jack


On Fri, Mar 13, 2009 at 9:20 AM, jack nicolson
<jack.nicolson123@gmail.com <mailto:jack.nicolson123@gmail.com>> wrote:

Hi Klaus,

My normal audio outbound call works fine.only problem with video
outbound call.

My asterisk box is connected to E1 line through Digium card.


Thanks,

Jack


On Thu, Mar 12, 2009 at 8:30 PM, Klaus Darilion
<klaus.mailinglists@pernau.at
<mailto:klaus.mailinglists@pernau.at>> wrote:



jack nicolson schrieb:
> -- Executing [9467000603@3GV:2]
Dial("Local/9467000603@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)


There is no Zap channel. How are you connected to the PSTN?
Zap? Dahdi?
Are normal audio calls work?

klaus

_______________________________________________
--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





------------------------------------------------------------------------

_______________________________________________
--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

_______________________________________________
--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
Back to top
jack.nicolson123 at gmail
Guest





PostPosted: Fri Mar 13, 2009 8:55 am    Post subject: [Asterisk-video] Outbound Video call.

Hi klaus,
1. AMR codec is not installed

for the above when I tried to install amr patch from http://sip.fontventa.com, however because of codec_amr.so module my asterisk does not start in background. only in console it started that too if I uncomment the below lines in "codec.conf" it gives segmentation fault.
;[amr]
;octet-aligned=1

In asterisk Cli when I use commend "core show codec". I find amr codec there.






       INT    BINARY        HEX   TYPE       NAME   DESC
--------------------------------------------------------------------------------


8192 (1 << 13)   (0x2000)  audio        amr   (AMR NB)



2. user information layer 1 is not "h.223 and h.245" (=h324m)
I don't have knowledge about user informatio layer 1 as in my case it is unknown could you u let me know how  to set up.


3 "no route to destination".

I need to figure out the above message.


Klaus could you please wht I need to do to fix the first two issue.


Thanks,


Jack








On Fri, Mar 13, 2009 at 2:17 PM, Klaus Darilion <klaus.mailinglists@pernau.at (klaus.mailinglists@pernau.at)> wrote:
Quote:
looks like
1. AMR codec is not installed
2. user information layer 1 is not "h.223 and h.245" (=h324m)
3. the switch answer with "no route to destination"

klaus

jack nicolson schrieb:

Quote:
Hi Klaus,
>

> Below is the response which I am getting while try to make video out
> bound call,
>
>
>  -- Attempting call on Local/9467000603@3G for 1@video:1 (Retry 1)
>     -- Executing [9467000603@3G:1] System("Local/9467000603@3G-8c88,2",
> "sh /etc/asterisk/video_callback.sh 9467000603 CALLING") in new stack
>     -- Executing [9467000603@3G:2]
> h324m_call("Local/9467000603@3G-8c88,2", "9467000603@3GV") in new stack
> [Mar 13 11:56:14] WARNING[16543]: channel.c:2781 set_format: Unable to
> find a codec translation path from slin to amr
> [Mar 13 11:56:14] WARNING[16543]: app_h324m.c:1143 app_h324m_call:
> app_h324m_call: Unable to set read format to AMR-NB!
> [Mar 13 11:56:14] WARNING[16543]: channel.c:2781 set_format: Unable to
> find a codec translation path from slin to amr
> [Mar 13 11:56:14] WARNING[16543]: app_h324m.c:1145 app_h324m_call:
> app_h324m_call: Unable to set read format to AMR-NB!
>     -- Executing [9467000603@3GV:1] Set("Local/9467000603@3GV-daad,2",
> "CHANNEL(transfercapability)=VIDEO") in new stack
>     -- Executing [9467000603@3GV:2] Dial("Local/9467000603@3GV-daad,2",
> "Zap/g0/9467000603") in new stack
> -- Making new call for cr 32785
>     -- Requested transfer capability: 0x18 - VIDEO
>  > Protocol Discriminator: Q.931 (8)  len=44
>  > Call Ref: len= 2 (reference 17/0x11) (Originator)
>  > Message type: SETUP (5)
>  > [04 03 88 90 bf]
>  > Bearer Capability (len= 5) [ Ext: 1  Q.931 Std: 0  Info transfer
> capability: Unrestricted digital information (8)
>  >                              Ext: 1  Trans mode/rate: 64kbps,
> circuit-mode (16)
>  >                                User information layer 1: Unknown (63)
>  > [18 03 a9 83 81]
>  > Channel ID (len= 5) [ Ext: 1  IntID: Implicit  PRI  Spare: 0
> Exclusive  Dchan: 0
>  >                        ChanSel: As indicated in following octets
>  >                       Ext: 1  Coding: 0  Number Specified  Channel
> Type: 3
>  >                       Ext: 1  Channel: 1 ]
>  > [6c 0d 21 80 30 34 30 34 34 33 31 33 30 30 30]
>  > Calling Number (len=15) [ Ext: 0  TON: National Number (2)  NPI:
> ISDN/Telephony Numbering Plan (E.164/E.163) (1)
>  >                           Presentation: Presentation permitted, user
> number not screened (0)  '04044313000' ]
>  > [70 0b c1 39 34 36 37 30 30 30 36 30 33]
>  > Called Number (len=13) [ Ext: 1  TON: Subscriber Number (4)  NPI:
> ISDN/Telephony Numbering Plan (E.164/E.163) (1)  '9467000603' ]
>  > [a1]
>  > Sending Complete (len= 1)
> q931.c:3092 q931_setup: call 32785 on channel 1 enters state 1 (Call
> Initiated)
>     -- Called g0/9467000603
> < Protocol Discriminator: Q.931 (8)  len=10
> < Call Ref: len= 2 (reference 17/0x11) (Terminator)
> < Message type: CALL PROCEEDING (2)
> < [18 03 a9 83 81]
> < Channel ID (len= 5) [ Ext: 1  IntID: Implicit  PRI  Spare: 0
> Exclusive  Dchan: 0
> <                        ChanSel: As indicated in following octets
> <                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
> <                       Ext: 1  Channel: 1 ]
> -- Processing IE 24 (cs0, Channel Identification)
> q931.c:3641 q931_receive: call 32785 on channel 1 enters state 3
> (Outgoing call  Proceeding)
>     -- Zap/1-1 is proceeding passing it to Local/9467000603@3GV-daad,2
> < Protocol Discriminator: Q.931 (8)  len=9
> < Call Ref: len= 2 (reference 17/0x11) (Terminator)
> < Message type: DISCONNECT (69)
> < [08 02 82 83]
> < Cause (len= 4) [ Ext: 1  Coding: CCITT (ITU) standard (0)  Spare: 0
> Location: Public network serving the local user (2)
> <                  Ext: 1  Cause: No route to destination (3), class =
> Normal Event (0) ]
> -- Processing IE 8 (cs0, Cause)
> q931.c:3784 q931_receive: call 32785 on channel 1 enters state 12
> (Disconnect Indication)
>     -- Channel 0/1, span 1 got hangup request, cause 3
> NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Disconnect Indication,
> peerstate Disconnect Request
> q931.c:2925 q931_release: call 32785 on channel 1 enters state 19
> (Release Request)
>  > Protocol Discriminator: Q.931 (8)  len=9
>  > Call Ref: len= 2 (reference 17/0x11) (Originator)
>  > Message type: RELEASE (77)
>  > [08 02 81 83]
>  > Cause (len= 4) [ Ext: 1  Coding: CCITT (ITU) standard (0)  Spare: 0
> Location: Private network serving the local user (1)
>  >                  Ext: 1  Cause: No route to destination (3), class =
> Normal Event (0) ]
>     -- Hungup 'Zap/1-1'
>   == Everyone is busy/congested at this time (1:0/0/1)
>   == Auto fallthrough, channel 'Local/9467000603@3GV-daad,2' status is
> 'CHANUNAVAIL'
>   == Auto fallthrough, channel 'Local/9467000603@3G-8c88,2' status is
> 'UNKNOWN'
> [Mar 13 11:56:14] NOTICE[16542]: pbx_spool.c:341 attempt_thread: Call
> failed to go through, reason (1) Hangup
> < Protocol Discriminator: Q.931 (8)  len=5
> < Call Ref: len= 2 (reference 17/0x11) (Terminator)
> < Message type: RELEASE COMPLETE (90)
> q931.c:3724 q931_receive: call 32785 on channel 1 enters state 0 (Null)
> NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
> NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null
>
>
>
>
> Could you help me to fix this issue.
>
>
> Thanks,
>
> Jack
>
>
> On Fri, Mar 13, 2009 at 9:44 AM, jack nicolson


Quote:
<jack.nicolson123@gmail.com (jack.nicolson123@gmail.com) <mailto:jack.nicolson123@gmail.com (jack.nicolson123@gmail.com)>> wrote:
>

>     Please ignore the previous message you are right Klaus. There is no
>     zap channel i need to start them.
>
>
>     Thanks
>
>     Jack
>
>
>     On Fri, Mar 13, 2009 at 9:20 AM, jack nicolson

Quote:
    <jack.nicolson123@gmail.com (jack.nicolson123@gmail.com) <mailto:jack.nicolson123@gmail.com (jack.nicolson123@gmail.com)>> wrote:
>

>         Hi Klaus,
>
>         My normal audio outbound call works fine.only problem with video
>         outbound call.
>
>         My asterisk box is connected to E1 line through Digium card.
>
>
>         Thanks,
>
>         Jack
>
>
>         On Thu, Mar 12, 2009 at 8:30 PM, Klaus Darilion
>         <klaus.mailinglists@pernau.at (klaus.mailinglists@pernau.at)

Quote:
        <mailto:klaus.mailinglists@pernau.at (klaus.mailinglists@pernau.at)>> wrote:
>

>
>
>             jack nicolson schrieb:
>              >     -- Executing [9467000603@3GV:2]
>             Dial("Local/9467000603@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)
>
>
>             There is no Zap channel. How are you connected to the PSTN?
>             Zap? Dahdi?
>             Are normal audio calls work?
>
>             klaus
>
>             _______________________________________________
>             --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
>
>
>
>
>

Quote:
------------------------------------------------------------------------

Quote:

> _______________________________________________

> --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

_______________________________________________
--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


Back to top
jack.nicolson123 at gmail
Guest





PostPosted: Mon Mar 16, 2009 3:34 am    Post subject: [Asterisk-video] Outbound Video call.

Hi,

I am able to recieve incoming call properly and video is also playing nicely.  but outbound call is not working.

thanks,
jack

On Fri, Mar 13, 2009 at 3:17 PM, jack nicolson <jack.nicolson123@gmail.com (jack.nicolson123@gmail.com)> wrote:
Quote:

Hi klaus,
1. AMR codec is not installed


for the above when I tried to install amr patch from http://sip.fontventa.com, however because of codec_amr.so module my asterisk does not start in background. only in console it started that too if I uncomment the below lines in "codec.conf" it gives segmentation fault.
;[amr]
;octet-aligned=1

In asterisk Cli when I use commend "core show codec". I find amr codec there.






       INT    BINARY        HEX   TYPE       NAME   DESC
--------------------------------------------------------------------------------


8192 (1 << 13)   (0x2000)  audio        amr   (AMR NB)



2. user information layer 1 is not "h.223 and h.245" (=h324m)

I don't have knowledge about user informatio layer 1 as in my case it is unknown could you u let me know how  to set up.


3 "no route to destination".

I need to figure out the above message.


Klaus could you please wht I need to do to fix the first two issue.


Thanks,


Jack









On Fri, Mar 13, 2009 at 2:17 PM, Klaus Darilion <klaus.mailinglists@pernau.at (klaus.mailinglists@pernau.at)> wrote:
Quote:
looks like
1. AMR codec is not installed
2. user information layer 1 is not "h.223 and h.245" (=h324m)
3. the switch answer with "no route to destination"

klaus

jack nicolson schrieb:

Quote:
Hi Klaus,
>

> Below is the response which I am getting while try to make video out
> bound call,
>
>
>  -- Attempting call on Local/9467000603@3G for 1@video:1 (Retry 1)
>     -- Executing [9467000603@3G:1] System("Local/9467000603@3G-8c88,2",
> "sh /etc/asterisk/video_callback.sh 9467000603 CALLING") in new stack
>     -- Executing [9467000603@3G:2]
> h324m_call("Local/9467000603@3G-8c88,2", "9467000603@3GV") in new stack
> [Mar 13 11:56:14] WARNING[16543]: channel.c:2781 set_format: Unable to
> find a codec translation path from slin to amr
> [Mar 13 11:56:14] WARNING[16543]: app_h324m.c:1143 app_h324m_call:
> app_h324m_call: Unable to set read format to AMR-NB!
> [Mar 13 11:56:14] WARNING[16543]: channel.c:2781 set_format: Unable to
> find a codec translation path from slin to amr
> [Mar 13 11:56:14] WARNING[16543]: app_h324m.c:1145 app_h324m_call:
> app_h324m_call: Unable to set read format to AMR-NB!
>     -- Executing [9467000603@3GV:1] Set("Local/9467000603@3GV-daad,2",
> "CHANNEL(transfercapability)=VIDEO") in new stack
>     -- Executing [9467000603@3GV:2] Dial("Local/9467000603@3GV-daad,2",
> "Zap/g0/9467000603") in new stack
> -- Making new call for cr 32785
>     -- Requested transfer capability: 0x18 - VIDEO
>  > Protocol Discriminator: Q.931 (8)  len=44
>  > Call Ref: len= 2 (reference 17/0x11) (Originator)
>  > Message type: SETUP (5)
>  > [04 03 88 90 bf]
>  > Bearer Capability (len= 5) [ Ext: 1  Q.931 Std: 0  Info transfer
> capability: Unrestricted digital information (8)
>  >                              Ext: 1  Trans mode/rate: 64kbps,
> circuit-mode (16)
>  >                                User information layer 1: Unknown (63)
>  > [18 03 a9 83 81]
>  > Channel ID (len= 5) [ Ext: 1  IntID: Implicit  PRI  Spare: 0
> Exclusive  Dchan: 0
>  >                        ChanSel: As indicated in following octets
>  >                       Ext: 1  Coding: 0  Number Specified  Channel
> Type: 3
>  >                       Ext: 1  Channel: 1 ]
>  > [6c 0d 21 80 30 34 30 34 34 33 31 33 30 30 30]
>  > Calling Number (len=15) [ Ext: 0  TON: National Number (2)  NPI:
> ISDN/Telephony Numbering Plan (E.164/E.163) (1)
>  >                           Presentation: Presentation permitted, user
> number not screened (0)  '04044313000' ]
>  > [70 0b c1 39 34 36 37 30 30 30 36 30 33]
>  > Called Number (len=13) [ Ext: 1  TON: Subscriber Number (4)  NPI:
> ISDN/Telephony Numbering Plan (E.164/E.163) (1)  '9467000603' ]
>  > [a1]
>  > Sending Complete (len= 1)
> q931.c:3092 q931_setup: call 32785 on channel 1 enters state 1 (Call
> Initiated)
>     -- Called g0/9467000603
> < Protocol Discriminator: Q.931 (8)  len=10
> < Call Ref: len= 2 (reference 17/0x11) (Terminator)
> < Message type: CALL PROCEEDING (2)
> < [18 03 a9 83 81]
> < Channel ID (len= 5) [ Ext: 1  IntID: Implicit  PRI  Spare: 0
> Exclusive  Dchan: 0
> <                        ChanSel: As indicated in following octets
> <                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
> <                       Ext: 1  Channel: 1 ]
> -- Processing IE 24 (cs0, Channel Identification)
> q931.c:3641 q931_receive: call 32785 on channel 1 enters state 3
> (Outgoing call  Proceeding)
>     -- Zap/1-1 is proceeding passing it to Local/9467000603@3GV-daad,2
> < Protocol Discriminator: Q.931 (8)  len=9
> < Call Ref: len= 2 (reference 17/0x11) (Terminator)
> < Message type: DISCONNECT (69)
> < [08 02 82 83]
> < Cause (len= 4) [ Ext: 1  Coding: CCITT (ITU) standard (0)  Spare: 0
> Location: Public network serving the local user (2)
> <                  Ext: 1  Cause: No route to destination (3), class =
> Normal Event (0) ]
> -- Processing IE 8 (cs0, Cause)
> q931.c:3784 q931_receive: call 32785 on channel 1 enters state 12
> (Disconnect Indication)
>     -- Channel 0/1, span 1 got hangup request, cause 3
> NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Disconnect Indication,
> peerstate Disconnect Request
> q931.c:2925 q931_release: call 32785 on channel 1 enters state 19
> (Release Request)
>  > Protocol Discriminator: Q.931 (8)  len=9
>  > Call Ref: len= 2 (reference 17/0x11) (Originator)
>  > Message type: RELEASE (77)
>  > [08 02 81 83]
>  > Cause (len= 4) [ Ext: 1  Coding: CCITT (ITU) standard (0)  Spare: 0
> Location: Private network serving the local user (1)
>  >                  Ext: 1  Cause: No route to destination (3), class =
> Normal Event (0) ]
>     -- Hungup 'Zap/1-1'
>   == Everyone is busy/congested at this time (1:0/0/1)
>   == Auto fallthrough, channel 'Local/9467000603@3GV-daad,2' status is
> 'CHANUNAVAIL'
>   == Auto fallthrough, channel 'Local/9467000603@3G-8c88,2' status is
> 'UNKNOWN'
> [Mar 13 11:56:14] NOTICE[16542]: pbx_spool.c:341 attempt_thread: Call
> failed to go through, reason (1) Hangup
> < Protocol Discriminator: Q.931 (8)  len=5
> < Call Ref: len= 2 (reference 17/0x11) (Terminator)
> < Message type: RELEASE COMPLETE (90)
> q931.c:3724 q931_receive: call 32785 on channel 1 enters state 0 (Null)
> NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
> NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null
>
>
>
>
> Could you help me to fix this issue.
>
>
> Thanks,
>
> Jack
>
>
> On Fri, Mar 13, 2009 at 9:44 AM, jack nicolson


Quote:
<jack.nicolson123@gmail.com (jack.nicolson123@gmail.com) <mailto:jack.nicolson123@gmail.com (jack.nicolson123@gmail.com)>> wrote:
>

>     Please ignore the previous message you are right Klaus. There is no
>     zap channel i need to start them.
>
>
>     Thanks
>
>     Jack
>
>
>     On Fri, Mar 13, 2009 at 9:20 AM, jack nicolson

Quote:
    <jack.nicolson123@gmail.com (jack.nicolson123@gmail.com) <mailto:jack.nicolson123@gmail.com (jack.nicolson123@gmail.com)>> wrote:
>

>         Hi Klaus,
>
>         My normal audio outbound call works fine.only problem with video
>         outbound call.
>
>         My asterisk box is connected to E1 line through Digium card.
>
>
>         Thanks,
>
>         Jack
>
>
>         On Thu, Mar 12, 2009 at 8:30 PM, Klaus Darilion
>         <klaus.mailinglists@pernau.at (klaus.mailinglists@pernau.at)

Quote:
        <mailto:klaus.mailinglists@pernau.at (klaus.mailinglists@pernau.at)>> wrote:
>

>
>
>             jack nicolson schrieb:
>              >     -- Executing [9467000603@3GV:2]
>             Dial("Local/9467000603@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)
>
>
>             There is no Zap channel. How are you connected to the PSTN?
>             Zap? Dahdi?
>             Are normal audio calls work?
>
>             klaus
>
>             _______________________________________________
>             --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
>
>
>
>
>

Quote:
------------------------------------------------------------------------

Quote:

> _______________________________________________

> --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

_______________________________________________
--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






Back to top
Display posts from previous:   
   AsteriskGuru Archives Forum Index -> Asterisk-Video All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™