Re: [SR-Users] Msilo message body type

2014-02-07 Thread sipatse
Dear All, Could you please provide any possible info regarding this issue. Best regards.   - Αρχικό μήνυμα - Από: sipa...@in.gr Ημ/νία: Τετάρτη, 05 Φεβρουαρίου 2014 12:11 μμ Πρός: sr-users@lists.sip-router.org Θέμα: [SR-Users] Msilo message body type Dear All, We would li

[SR-Users] Msilo message body type

2014-02-05 Thread sipatse
Dear All, We would like to store Instant Messages to offline users which contain image instead of text. Is it possible? Is this can be done by Msilo or via other module? Best regards. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

[SR-Users] IM Broadcasting

2013-11-07 Thread sipatse
Dear All, Does kamailio support Instant messages broadcasting? If yes, could you please give me a hint? Besat regards. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-rout

[SR-Users] IM Broadcasting

2013-11-07 Thread sipatse
Dear All, Does kamailio support Instant messages broadcasting? If yes, could you please give me a hint? Besat regards. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-rout

Re: [SR-Users] Missed calls notification supporting

2013-06-12 Thread sipatse
Dear Daniel, If I understood your scenario correctly, you are going first to store the details of a call to a subscriber which is not registered and when this sub will be online, you will send a message that will contain these details. I think that the provided by Carlos Ruiz Díaz are being use

Re: [SR-Users] Missed calls notification supporting

2013-06-11 Thread sipatse
Dear Daniel, Initially I would like to thank you for your response. Actually  $uac_req(method)="INVITE"; it was a typo the right is $uac_req(method)="MESSAGE";. What I would like to do is : 1)An invite comes Towards a local subscriber 2)Perform a location lookup 3)this sub is not registered

Re: [SR-Users] Missed calls notification supporting

2013-06-11 Thread sipatse
Dear Daniel, I have added the below configuration lines and I got a parsing error. if(!lookup("location")) && if(is_method("INVITE")) {$uac_req(method)="INVITE";  $uac_req(ruri) = "sip:$r...@sip.test.com:5062";  $uac_req(furi) = "sip:$f...@sip.test.com";  $uac_req(turi) = "sip:$t...@sip.t

[SR-Users] Missed calls notification supporting

2013-06-07 Thread sipatse
Dear All, Does kamailio support sending instant messages to subscribers that they will contain their missed calls? If yes, do we need to install a relevant module? Is there any documentation for that?   Best regards.  ___ SIP Express Router (SER)

Re: [SR-Users] Msilo dumping offline messages

2013-06-07 Thread sipatse
Dear Daniel, Thank you for your prompt response. Using the provided by you command I found that messages are being dumped but they don't contain the location of the user to which the message is sent to. How can I insert the saved by registr

[SR-Users] Msilo dumping offline messages

2013-06-05 Thread sipatse
Dear All, I have installed msilo module in order to store messages towards offline users. Storing messages is being made by calling function mstore(). This function works ok and i can see these messages into silo DB. When a user is being registered again and after his location is saved i call

Re: [SR-Users] Msilo configuration‏

2013-05-20 Thread sipatse
Dear All, Is there any update regarding the aforementioned issue? Best regards. Dear All, We would like to store SIP text Messages when the destination Subscriber is Offline. We have insert into kamailio cfg file the configuration lines below. Unfortunately storing message