How to catch the MM submitted thru kannel

How to catch the MM submitted thru kannel SearchSearch
Author Message
MANI
New member
Username: Mani_nombicode

Post Number: 3
Registered: 10-2004
Posted on Thursday, November 25, 2004 - 07:26 am:   

Dear Great Brains,
Am using kannel as wap gateway for developing mmsc. i want to catch the mm with a php program. could you tell me how can i catch that mm.
Thank u
MT
Dono
Unregistered guest
Posted on Tuesday, December 14, 2004 - 03:51 am:   

If you want to capture the mm between wap and client, your code should listen on port 9201 (UDP). But if you want to capture the mm between wap and mmsc, you need to know what is the port settings on the mmsc (can be 8805, 8002, etc.).
OR you can use Ethereal if you just want to see the content of the mm without processing it.