Topic: Unable to create channel [Comments: 1]
moshe
Tue, 05/12/2009 - 12:55 | Unable to create channel
hi im getting this error what is it and do i deal with it
May 12 15:49:48] WARNING[13302]: app_dial.c:1242 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Unknown)
[May 12 15:49:48] WARNING[13302]: app_dial.c:1242 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Unknown)
[May 12 15:49:58] WARNING[13322]: app_dial.c:1242 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Unknown)





Thu, 05/14/2009 - 17:10 | Seems like a sip peer issue
Those errors are generally present when the actual channel is unavailable. For example, if you have a sip peer with qualify on and it has become unreachable, you will see it.
If you did a
cat /var/log/asterisk/full | grep 13322, it would show us a full call trace for that particular call so we could comment on it better.
Hope this helps.