Hello Users, I'm using kannel 1.4.0 as a wap gateway and is working ok. Now we want to test a MMS Gateway.
As far as I understand when a Mobile tries to send a MM it goes to the Wap Gateway and then it forwards the MM to MMS Gateway. In kannel this is done by the map-url in the wapbox. The problem is that Wap Gateway receives the request but the MMS gateway doesn't get anything. Here is my configuration group = wapbox bearerbox-host = host.com log-file = "/kannel/wap/wapbox.log" log-level = 0 syslog-level = none access-log = "/kannel/wap/wapaccess.log" timer-freq = 50 map-url = "http://wap.host.com/* http://mmsgatewayhost.com:1981/*" where http://wap.host.com/ is the homepage in the Mobilephone btw we are over a GSM network with no GPRS. With this nothing happpens the MMS does not receive anything, even with tcpdump there is no communication between wap gateway and mms gateway Here is the kannel.log 2005-03-08 12:14:04 [1175] [10] DEBUG: datagram received 2005-03-08 12:14:04 [1179] [12] DEBUG: Did not find previous routing info for WDP, generating new 2005-03-08 12:14:04 [1191] [18] DEBUG: send_msg: sending msg to box: <10.20.3.15> 2005-03-08 12:14:04 [1191] [18] DEBUG: boxc_sender: sent message to <10.20.3.15> 2005-03-08 12:14:04 [1190] [17] DEBUG: boxc_receiver: got wdp from wapbox 2005-03-08 12:14:04 [1176] [11] DEBUG: udp: sending message 2005-03-08 12:14:05 [1175] [10] DEBUG: datagram received 2005-03-08 12:14:05 [1191] [18] DEBUG: send_msg: sending msg to box: <10.20.3.15> 2005-03-08 12:14:05 [1191] [18] DEBUG: boxc_sender: sent message to <10.20.3.15> 2005-03-08 12:14:07 [1175] [10] DEBUG: datagram received 2005-03-08 12:14:07 [1191] [18] DEBUG: send_msg: sending msg to box: <10.20.3.15> 2005-03-08 12:14:07 [1191] [18] DEBUG: boxc_sender: sent message to <10.20.3.15> 2005-03-08 12:14:08 [1175] [10] DEBUG: datagram received 2005-03-08 12:14:08 [1191] [18] DEBUG: send_msg: sending msg to box: <10.20.3.15> 2005-03-08 12:14:08 [1191] [18] DEBUG: boxc_sender: sent message to <10.20.3.15> 2005-03-08 12:14:09 [1175] [10] DEBUG: datagram received 2005-03-08 12:14:09 [1191] [18] DEBUG: send_msg: sending msg to box: <10.20.3.15> 2005-03-08 12:14:09 [1191] [18] DEBUG: boxc_sender: sent message to <10.20.3.15> 2005-03-08 12:14:10 [1175] [10] DEBUG: datagram received 2005-03-08 12:14:10 [1191] [18] DEBUG: send_msg: sending msg to box: <10.20.3.15> 2005-03-08 12:14:10 [1191] [18] DEBUG: boxc_sender: sent message to <10.20.3.15> 2005-03-08 12:14:10 [1190] [17] DEBUG: boxc_receiver: got wdp from wapbox 2005-03-08 12:14:10 [1190] [17] DEBUG: boxc_receiver: got wdp from wapbox 2005-03-08 12:14:10 [1176] [11] DEBUG: udp: sending message 2005-03-08 12:14:10 [1176] [11] DEBUG: udp: sending message 2005-03-08 12:14:10 [1190] [17] DEBUG: boxc_receiver: got wdp from wapbox 2005-03-08 12:14:10 [1176] [11] DEBUG: udp: sending message 2005-03-08 12:14:13 [1175] [10] DEBUG: datagram received 2005-03-08 12:14:13 [1191] [18] DEBUG: send_msg: sending msg to box: <10.20.3.15> 2005-03-08 12:14:13 [1191] [18] DEBUG: boxc_sender: sent message to <10.20.3.15> 2005-03-08 12:14:13 [1175] [10] DEBUG: datagram received 2005-03-08 12:14:13 [1191] [18] DEBUG: send_msg: sending msg to box: <10.20.3.15> 2005-03-08 12:14:13 [1191] [18] DEBUG: boxc_sender: sent message to <10.20.3.15> 2005-03-08 12:14:14 [1190] [17] DEBUG: boxc_receiver: heartbeat with load value 0 received Do you have any ideas of what I'm doing wrong? Many thanks Oscar Flores
