[Serusers] Sort question regarding INVITE and timeout
Vitaly Nikolaev
vitaly at switchgate.com
Wed Aug 25 21:17:47 CEST 2004
Well, is it working in case when call coming from Cisco GW and
client that supposed to get call offline but still registered on SER ?
In this case cisco send cancel to SER before fr_inv_timer triggered I
thing 3-4 reinvite without answer is enough to realize that client is
offline and give up with it but how to program it
> -----Original Message-----
> From: mark wehberg [mailto:mark.wehberg at clearviewcatv.net]
> Sent: Wednesday, August 25, 2004 3:14 PM
> To: Vitaly Nikolaev
> Subject: RE: [Serusers] Sort question regarding INVITE and timeout
>
> I have not used SER's voicemail server, but have sent calls to other
> voicemail servers under failure conditions....
>
> -Mark
>
>
>
> Set your timer
>
> modparam("tm", "fr_inv_timer", 20 )
>
>
> then set the flag before the t_relay
>
> t_on_failure("1");
> t_relay_to_udp("xxx.xxx.xxx.xxx", "5060");
>
>
> then set up your failure case
>
>
> failure_route[1] {
> log(1,"failed Call");
> t_relay_to_udp("xxx.xxx.xxx", "5060");
> }
>
>
> -----Original Message-----
> From: serusers-bounces at iptel.org [mailto:serusers-bounces at lists.iptel.org]
On
> Behalf Of Vitaly Nikolaev
> Sent: Wednesday, August 25, 2004 2:40 PM
> To: serusers at lists.iptel.org
> Subject: [Serusers] Sort question regarding INVITE and timeout
>
> Hello,
>
> I could not find answer to my question in the list though it was
> discussed before without ultimate solution :)
>
>
> I have customer who registered on SER then go offline (internet
> connecting or power problem)
>
> Call coming from cisco and going via SER to this customers.
>
> I have INVITE from cisco
> Ser sends trying to cisco
>
> Ser send invite to customer
> Ser send invite to customer
> Ser send invite to customer
> Ser send invite to customer
>
>
> Cisco sends cancel to ser...
>
>
> And that is it. And that is not what I want... because falure route
> supposed to get control over the call and send it to voicemail. I
tried
> playing with timers on cisco/ser but without success.
>
> Any ideas?
>
> Thank you
>
>
> _______________________________________________
> Serusers mailing list
> serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
>
More information about the sr-users
mailing list