Please Help!

I’m currently having to major problems one the Outging calls are not working at all and the dtmf stopped working also here’s what i’m getting in the logs:

Apr 23 10:42:30 DEBUG[2409] chan_sip.c: Allocating new SIP dialog for 899ae670-4c49ff33@192.168.123.10 - SIP/2.0 (No RTP)
Apr 23 10:42:30 DEBUG[2409] chan_sip.c: That’s odd… Got a response on a call we dont know about. Cseq 1998 Cmd SIP/2.0
Apr 23 10:42:30 DEBUG[2409] chan_sip.c: Auto destroying call ‘82ead500-6264e60d-821f8e86@192.168.123.202’
Apr 23 10:42:30 DEBUG[5400] rtp.c: Sending dtmf: 52 (4), at 216.143.130.115
Apr 23 10:42:31 DEBUG[5400] rtp.c: Sending dtmf: 53 (5), at 216.143.130.115
Apr 23 10:42:32 DEBUG[5400] rtp.c: Sending dtmf: 54 (6), at 216.143.130.115
Apr 23 10:42:33 DEBUG[5400] rtp.c: Sending dtmf: 55 (7), at 216.143.130.115
Apr 23 10:42:34 DEBUG[2409] chan_sip.c: Allocating new SIP dialog for 899ae670-4c49ff33@192.168.123.10 - SIP/2.0 (No RTP)
Apr 23 10:42:34 DEBUG[2409] chan_sip.c: That’s odd… Got a response on a call we dont know about. Cseq 1998 Cmd SIP/2.0
Apr 23 10:42:34 DEBUG[5400] rtp.c: Sending dtmf: 56 (8), at 216.143.130.115
Apr 23 10:42:35 DEBUG[5400] channel.c: Scheduling timer at 0 sample intervals
Apr 23 10:42:35 DEBUG[5400] channel.c: Set channel SIP/216.143.130.115-08a23970 to write format ulaw
Apr 23 10:42:35 DEBUG[5400] pbx.c: Spawn extension (ivr-2,s,10) exited non-zero on ‘SIP/216.143.130.115-08a23970’
Apr 23 10:42:35 DEBUG[5400] pbx.c: Launching ‘Hangup’
Apr 23 10:42:35 DEBUG[5400] pbx.c: Spawn extension (ivr-2,h,1) exited non-zero on ‘SIP/216.143.130.115-08a23970’
Apr 23 10:42:35 DEBUG[5400] cdr_addon_mysql.c: cdr_mysql: inserting a CDR record.
Apr 23 10:42:35 DEBUG[5400] cdr_addon_mysql.c: cdr_mysql: SQL command as follows: INSERT INTO cdr (calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid) VALUES (‘2007-04-23 10:42:21’,‘5864899829’,‘5864899829’,‘s’,‘ivr-2’, ‘SIP/216.143.130.115-08a23970’,’’,‘Hangup’,’’,14,14,‘ANSWERED’,3,’’,‘1177339341.12’)
Apr 23 10:42:35 DEBUG[5400] channel.c: Hanging up channel 'SIP/216.143.130.115-08a23970’
Apr 23 10:42:35 DEBUG[5400] chan_sip.c: Hangup call SIP/216.143.130.115-08a23970, SIP callid 3e3261a33107524f756201f80657874f@216.143.130.115)
Apr 23 10:42:35 DEBUG[5400] chan_sip.c: update_call_counter() - decrement call limit counter
Apr 23 10:42:35 DEBUG[5403] app_queue.c: Device ‘SIP/216.143.130.115’ changed to state ‘1’ (Not in use) but we don’t care because they’re not a member of any queue.
Apr 23 10:42:35 DEBUG[2466] chan_iax2.c: Peer lastms 46, historicms 46, maxms 2000
Apr 23 10:42:35 DEBUG[2466] chan_iax2.c: Peer lastms 46, historicms 46, maxms 2000

Any ideas what this could be from and how can i fix it?I would really apreaciate it i’m new to asterisk and i need to get this to work as soon as possible.

The logs you posted are useless unless you clearly describe what’s “not working”. Describe a scenario and explain what is expected result, and what is actual result.