Re: [SR-Users] Missed calls notification supporting

2013-06-12 Thread sipatse
...@in.gr Θέμα: Re: [SR-Users] Missed calls notification supporting On Wednesday 12 June 2013 06:26:38 sipa...@in.gr wrote: > 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 so location

Re: [SR-Users] Missed calls notification supporting

2013-06-12 Thread Daniel Tryba
On Wednesday 12 June 2013 06:26:38 sipa...@in.gr wrote: > 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 so location info was not found > 4)Use function uac_req_(key) to build a message > 5)Use function u

Re: [SR-Users] Missed calls notification supporting

2013-06-11 Thread sipatse
sage will be sent to him  Is this the correct way to do that or not? Best regards. - Αρχικό μήνυμα - Από: dan...@pocos.nl Ημ/νία: Τρίτη, 11 Ιουνίου 2013 06:39 μμ Πρός: sr-users@lists.sip-router.org CC: sipa...@in.gr Θέμα: Re: [SR-Users] Missed calls notification supporting

Re: [SR-Users] Missed calls notification supporting

2013-06-11 Thread Carlos Ruiz Díaz
Whenever I get a missed call I store it in a database table of my own logic (maybe you could use the built-in table for that), later, when the user appears online again after a registration, I read the records belonging to him and I send him a SIP MESSAGE containing his missed calls. Needless to s

Re: [SR-Users] Missed calls notification supporting

2013-06-11 Thread Daniel Tryba
On Tuesday 11 June 2013 11:51:23 sipa...@in.gr wrote: > 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...@

Re: [SR-Users] Missed calls notification supporting

2013-06-11 Thread sipatse
Do I need another module on an extra uac modparam? Best regards.  - Αρχικό μήνυμα - Από: mico...@gmail.com Ημ/νία: Δευτέρα, 10 Ιουνίου 2013 10:05 πμ Πρός: Kamailio (SER) - Users Mailing List Θέμα: Re: [SR-Users] Missed calls notification supporting Hello, On 6/7/13

Re: [SR-Users] Missed calls notification supporting

2013-06-10 Thread Daniel-Constantin Mierla
Hello, On 6/7/13 10:42 PM, sipa...@in.gr wrote: 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? you can send a SIP message from configuratio