How to debug Originate Cmd

I am running Asterisk 1.4.22 and sending the Originate cmd from another
application on the manager interface. I have the debug level to 17 but I dont see any
arguments from the other application. I wanted to see and verify
that all the arguments are being passed correctly.

Connected to Asterisk 1.4.22 currently running on cbusivr (pid = 8121)
Verbosity is at least 17
Core debug is at least 16

The /var/log/asterisk/full has this log
[Feb 3 11:59:11] WARNING[21741] acl.c: is not a valid IP
[Feb 3 11:59:11] VERBOSE[21741] logger.c: == Manager ‘sendcron’ logged on from 127.0.0.1
[Feb 3 11:59:11] DEBUG[21741] manager.c: Manager received command ‘Originate’
[Feb 3 11:59:11] DEBUG[21741] chan_sip.c: Asked to create a SIP channel with formats: 0x40 (slin)
[Feb 3 11:59:11] DEBUG[21741] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - INVITE (With RTP)
[Feb 3 11:59:11] DEBUG[21741] chan_sip.c: Setting NAT on RTP to On
[Feb 3 11:59:11] DEBUG[21741] acl.c: ##### Testing 135.91.246.225 with 135.91.9.0
[Feb 3 11:59:11] DEBUG[21741] chan_sip.c: Target address 135.91.246.225 is not local, substituting externip
[Feb 3 11:59:11] DEBUG[21741] chan_sip.c: *** Our native formats are 0x1c0004 (ulaw|h261|h263|h263p)
[Feb 3 11:59:11] DEBUG[21741] chan_sip.c: *** Joint capabilities are 0x0 (nothing)
[Feb 3 11:59:11] DEBUG[21741] chan_sip.c: *** Our capabilities are 0x1c000e (gsm|ulaw|alaw|h261|h263|h263p)
[Feb 3 11:59:11] DEBUG[21741] chan_sip.c: *** AST_CODEC_CHOOSE formats are 0x4 (ulaw)
[Feb 3 11:59:11] DEBUG[21741] chan_sip.c: *** Our preferred formats from the incoming channel are 0x40 (slin)
[Feb 3 11:59:11] DEBUG[21741] chan_sip.c: This channel will not be able to handle video.
[Feb 3 11:59:11] DEBUG[21741] chan_sip.c: Outgoing Call for 2005

IS there any way to print the received arguments by enabling some debugging level.

Thanks,
Irfan