Okay thanks. I've started to make a php script which only sends a 200 HTTP response to mbuni, but mmsmobilesender crashes when I use mmssend (segmentation fault, and no PANIC messages in logs). However, it seems to be okay when I send MMS from a phone.
Anyway, I've seen that other headers are sent by Apache when calling the script, I don't know if this can help about the crash : HTTP/1.1 200 OK Date: Wed, 06 Apr 2005 09:37:51 GMT Server: Apache/2.0.53 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-9 mod_perl/1.999.20 Perl/v5.8.4 X-Powered-By: PHP/4.3.10-9 Connection: close Transfer-Encoding: chunked Content-Type: text/html Le Mercredi 6 Avril 2005 07:00, Paul Bagyenda a �crit�: > On Apr 05, 2005, at 18:48, NZ wrote: > > Hi, > > > > Mms notification are sent using the sendsms-url variable. The user > > guide tells > > that "It is expected that this url expects/supports Kannel-style > > send-sms > > parameters (udh, from, to, text, etc.)". > > > > So, what are the alternatives if the sendsms service doesn't support > > kannel-style parameters ? > > Is there a way to modify the http request sent by mbuni ? > > Or maybe it is possible to make an intermediary script, but what > > should it > > return not to make mmsmobilesender crash ? > > Yes, the solution is to have an intermediary script. That script should > return a 200 HTTP response code for Mbuni to know that it was > successful. Keep in mind that Mbuni keeps sending notifications (with > exponential back-off) until the recipient fetches or defers the > message, or the message expires. > > > Thanks. > > > > NZ. > > > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://mbuni.org/mailman/listinfo/users_mbuni.org > > _______________________________________________ > Users mailing list > [email protected] > http://mbuni.org/mailman/listinfo/users_mbuni.org _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
