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)
Submitted by arunpereira on Thu, 05/14/2009
Permalink
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.