Errors in asterisk and system Logs

I am getting a constant lines in my logs on a number that is not anywhere how can I stop this completely? I am runnign asterisk 11 on Opensuse 13.2

app_dial.c: Not accepting call completion offers from call-forward recipient Local/916502699263@default-0000001b;1

app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
[Jan 30 16:56:33] WARNING[7174][C-00001f48] app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
[Feb 1 08:47:41] WARNING[15085][C-000020db] app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
[Feb 1 08:55:44] WARNING[15099][C-000020dc] app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
[Feb 1 09:39:01] WARNING[15449][C-000020e9] app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
[Feb 1 10:10:50] WARNING[15540][C-000020eb] app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)

The subscriber absent warning normally means the number is valid but is a dynamic peer that hasn’t registered. Your logs don’t provide enough detail to see what the number actually is.

Log entries I posted are exactly what is in the asterisk log should I be looking some where else for more detail?

You should be turning up the logging level, and possibly enabling the full log.

The recommended settings for debugging are verbose 5, debug 5, and the relevant channel driver logging enabled: wiki.asterisk.org/wiki/display/ … nformation

However verbose 3 would probably answer my first question.