The issue is whether your WAP gateway is really sending the msisdn header. To find out if this is the case, you need to dump the HTTP headers that mbuni is seeing. Then when your WAP gateway sends the MMS request to Mbuni, mbuni will print the request headers.

To do this, look inside mmsc/mmsproxy.c and find the *first* lines that are commented out as follows

#if 0

...

#endif


change that to

#if 1

and recompile mbuni -- now try again and look inside the mbuni log for the msisdn header.

P.

On Mar 29, 2005, at 15:08, NZ wrote:

Well I've tried with "foo" and "-x-nokia-msisdn" but it didn't change
anything  :/

Le Vendredi 25 Mars 2005 20:12, Søren Hansen a écrit :
fre, 25 03 2005 kl. 12:49 +0100, skrev NZ:
But now I'm facing to another issue : mmsproxy is crashing each time i
try sending an MMS from a phone.

Have you configured an mms-client-msisdn-header ? If not, try setting it
(if you can't figure out what to set it to, just set it to "foo" or
something).


_______________________________________________
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org



_______________________________________________
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org

Reply via email to