Hello,
I am using openser-1.2.2-notls. I want to send a sms thanks to a IM (I am using Eyebeam, but i don't know if it's possible to make that with this software). Thats why, i need your help to explain me how send a sms thanks to the sms module in openser.
I put in my openser.cfg, following "if(!method==MESSAGE)" the function which is on the documentation :
if (sms_send_msg_to_net("Orange")) { if (!t_reply("202", "yes sir, SMS sent over")) { # if replying failed, retry statelessly sl_reply_error(); }; } else { if (!t_reply("502", "Bad gateway - SMS error")) { # if replying failed, retry statelessly sl_reply_error(); }; exit; };
Openser is running good, my problem is thats I don't know how to formulate my message in Eyebeam to send correctly my sms.
Thanks.
Hi Jean,
1. You need your sms gateway running (check out http://www.openser.org/docs/modules/1.2.x/sms.html#AEN51). Not sure what would run in this case, so you are on your own with the hardware you use. 2. From the point of view of User Agent, there should be nothing different from sending out a normal text/plain sip MESSAGE to another destination.
Hope that helps, DanB
On Sun, Mar 2, 2008 at 7:08 PM, Jean Boite montana_tony_@hotmail.com wrote:
Nobody can help me?
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Dan-Cristian Bogos <danb.lists@...> writes:
Hi Jean,1. You need your sms gateway running (check out
http://www.openser.org/docs/modules/1.2.x/sms.html#AEN51). Not sure what would run in this case, so you are on your own with the hardware you use.
- From the point of view of User Agent, there should be nothing different
from sending out a normal text/plain sip MESSAGE to another destination. Hope that helps,DanB
On Sun, Mar 2, 2008 at 7:08 PM, Jean Boite
montana_tony_@hotmail.com wrote:Nobody can help me?
Users mailing
listUsers@lists.openser.orghttp://lists.openser.org/cgi-bin/mailman/listinfo/users
<div> <p>Hi Jean,<br><br>1. You need your sms gateway running (check out <a
href="http://www.openser.org/docs/modules/1.2.x/sms.html#AEN51%22%3Ehttp://www.ope...</a>). Not sure what would run in this case, so you are on your own with the hardware you use.<br>
- From the point of view of User Agent, there should be nothing different
from sending out a normal text/plain sip MESSAGE to another destination. <br><br>Hope that helps,<br>DanB<br><br></p>
<div class="gmail_quote">On Sun, Mar 2, 2008 at 7:08 PM, Jean Boite <<a
href="mailto:montana_tony_@...">montana_tony_@...</a>> wrote:<br><blockquote class="gmail_quote">Nobody can help me?<br><div>
<div></div> <div class="Wj3C7c"> <br><br> _______________________________________________<br> Users mailing list<br><a href="mailto:Users@...">Users@...</a><br><a
href="http://lists.openser.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.openser.org/cgi-bin/mailman/listinfo/users</a><br>
</div> </div> </blockquote> </div> <br> </div>
Hello,
1. I am using my cellphone (Samsung D900) like gateway. My parameters :
# -- sms params --
modparam("sms","modems","Samsung[d=/dev/rfcomm0;b=9600]") modparam("sms","networks", "Orange[m=10]") modparam("sms","links", "Samsung[Orange]") modparam("sms","default_net", "Orange") modparam("sms","max_sms_parts", 4) modparam("sms","use_contact", 1)
2. Where must I put the phone number of my contact in Eyebeam? Maybe you never used Eyebeam to send a sms? Do you know an another sotfware which can send a sms with OpenSER?
Thanks.
Jean,
you could trick your softphone by creating a new contact and assign to this contact the softphone address of your mobile number where you want to send the sms (eg: for a mobile in us create a new contact with the softphone address: sip:+1xxxx@yourdomain.com). Then simply send a message to your buddy. Not quite sure whether html headers will be stripped away, but you can try it.
DanB
On Mon, Mar 3, 2008 at 5:08 PM, Jean Boite montana_tony_@hotmail.com wrote:
Dan-Cristian Bogos <danb.lists@...> writes:
Hi Jean,1. You need your sms gateway running (check out
http://www.openser.org/docs/modules/1.2.x/sms.html#AEN51). Not sure what would run in this case, so you are on your own with the hardware you use.
- From the point of view of User Agent, there should be nothing
different from sending out a normal text/plain sip MESSAGE to another destination. Hope that helps,DanB
On Sun, Mar 2, 2008 at 7:08 PM, Jean Boite
montana_tony_@hotmail.com wrote:Nobody can help me?
Users mailing
listUsers@lists.openser .orghttp://lists.openser.org/cgi-bin/mailman/listinfo/users
<div> <p>Hi Jean,<br><br>1. You need your sms gateway running (check out <a
href="http://www.openser.org/docs/modules/1.2.x/sms.html#AEN51%22%3E http://www.openser.org/docs/modules/1.2.x/sms.html#AEN51</a>). Not sure what would run in this case, so you are on your own with the hardware you use.<br>
- From the point of view of User Agent, there should be nothing
different from sending out a normal text/plain sip MESSAGE to another destination. <br><br>Hope that helps,<br>DanB<br><br></p>
<div class="gmail_quote">On Sun, Mar 2, 2008 at 7:08 PM, Jean Boite <<a
href="mailto:montana_tony_@...">montana_tony_@...</a>> wrote:<br><blockquote class="gmail_quote">Nobody can help me?<br><div>
<div></div> <div class="Wj3C7c"> <br><br> _______________________________________________<br> Users mailing list<br><a href="mailto:Users@...">Users@...</a><br><a
href="http://lists.openser.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.openser.org/cgi-bin/mailman/listinfo/users </a><br>
</div> </div> </blockquote> </div> <br> </div>
Hello,
- I am using my cellphone (Samsung D900) like gateway. My parameters :
# -- sms params --
modparam("sms","modems","Samsung[d=/dev/rfcomm0;b=9600]") modparam("sms","networks", "Orange[m=10]") modparam("sms","links", "Samsung[Orange]") modparam("sms","default_net", "Orange") modparam("sms","max_sms_parts", 4) modparam("sms","use_contact", 1)
- Where must I put the phone number of my contact in Eyebeam? Maybe you
never used Eyebeam to send a sms? Do you know an another sotfware which can send a sms with OpenSER?
Thanks.
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
I had already tested this but that does not function.
Dan-Cristian Bogos <danb.lists@...> writes:
Jean,you could trick your softphone by creating a new contact and assign to
this contact the softphone address of your mobile number where you want to send the sms (eg: for a mobile in us create a new contact with the softphone address: sip:+1xxxx@yourdomain.com).
Then simply send a message to your buddy. Not quite sure whether html headers
will be stripped away, but you can try it.DanB
On Mon, Mar 3, 2008 at 5:08 PM, Jean Boite
montana_tony_@hotmail.com wrote:Dan-Cristian Bogos <danb.lists <at> ...> writes: