Different MMS Routes for Different DLists

Different MMS Routes for Different DLists SearchSearch
Author Message
Walhan
New member
Username: Walhan

Post Number: 13
Registered: 11-2008
Posted on Friday, January 01, 2010 - 06:47 pm:   

Hello,
I have been through the support board and I really admire your support it is really to the point and informative.

I noticed that when sending MMS through NowSMS it always uses the default route. However, What if there are two distribution lists, each belongs to certain operator by using nowsms web interface. How to let NowSMS uses MMS route1 for Dlist 1 and route2 for Dlist2?

another question
is there a way to reconfigure web interface to make more then ten attachments? i tried to modify the htm file to add more file attachment but the program takes only the first ten no matter.

also, is there a way to re configure the default sml configuration for nowsms without attaching my own sml every time to send mms.

thanks in advance :-)
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1616
Registered: 08-2008
Posted on Monday, January 04, 2010 - 04:03 pm:   

Hi Walhan,

The trick is to use the sender address for routing, so depending on what value you use for the sender (MMS From) will choose which outbound connection is to be used.

Configure a "Default Sender Address" for each connection (or at least for the non-default route), and then use that address as the "MMS From", and it will be routed via that connection.


quote:

is there a way to reconfigure web interface to make more then ten attachments? i tried to modify the htm file to add more file attachment but the program takes only the first ten no matter.




There's no limit of 10 in the software ... you should just be able to edit the form and add additional rows.


quote:

also, is there a way to re configure the default sml configuration for nowsms without attaching my own sml every time to send mms.




No ... it's kind of difficult to generate generic SMIL, so we don't have any configuration options for it. If you have a suggestion for how the default SMIL generation might be improved, we can consider it ... but usually if you have complex content like you describe (more than 10 file components), you are better off generating your own SMIL.

--
Des
NowSMS Support
Walhan
New member
Username: Walhan

Post Number: 14
Registered: 11-2008
Posted on Monday, January 04, 2010 - 05:02 pm:   

Thanks i will try adding the form again and will tell you.

---
If you have a suggestion for how the default SMIL generation might be improved, we can consider it
---

yes i suggest to close the timer (or make it longer at least) that changes the slides every 5 seconds for images or 3 sec for text files as some mobiles like blackberry and LG always follow the presentation timer (nokia simply ignores it?) and the user cannot view the content well.

i think it is called "par dur"?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1625
Registered: 08-2008
Posted on Monday, January 04, 2010 - 06:01 pm:   

I'm glad you mentioned that ...

I had forgotten that there were some configuration parameters that could be used to configure the "par dur".

The following settings can be applied in the [MMSC] section of the MMSC.INI file:

EMailAutoSmilParDurText=xxx (default 3s)
EMailAutoSmilParDurImage=xxx (default 5s)
EMailAutoSmilParDurVideo=xxx (default 11s)

Remember to include the "s" if you apply these parameters, for example:

EMailAutoSmilParDurText=10s

--
Des
NowSMS Support