Discussion:
[SR-Users] Unconditional Call forwarding
Rajesh Sharma
2014-09-25 08:49:34 UTC
Permalink
Hi .
I have installed Kamailio 4.1.6 and basic registration and proxy server
functionalities are working fine.

Now I want to simulate a Unconditional call forwarding scenario with
181-Call is being forwarded is reported to originator from server.

Thanks
Daniel-Constantin Mierla
2014-09-29 07:28:55 UTC
Permalink
Hello,
Post by Rajesh Sharma
Hi .
I have installed Kamailio 4.1.6 and basic registration and proxy
server functionalities are working fine.
Now I want to simulate a Unconditional call forwarding scenario with
181-Call is being forwarded is reported to originator from server.
I don't really understand what you try to do here. Maybe you can give
more details about message flow, like what has to be done with the
incoming INVITE, ...

Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Rajesh Sharma
2014-10-10 11:00:46 UTC
Permalink
Hi Daniel,


Actually I want to simulate unconditional/blind call forwarding scenario
with kamailio 4.1.6.

Call flow would be simple user A calls to user B and call get forwarded to
user C.

Now to simulate this i have gone through all the mail chains or tutorials
and anything which is available on net but till now not able to simulate
the scenario successfully.

Here is the output of usr_preferences table.

+----+------+----------+--------------+-----------+------+-------+---------------------+

| id | uuid | username | domain | attribute | type | value |
last_modified |

+----+------+----------+--------------+-----------+------+-------+---------------------+

| 4 | 1 | alice | IP | CFU | 1 | ***@IP | 0000-00-00
00:00:00 |

+----+------+----------+--------------+-----------+------+-------+---------------------+

Also, i have modified and added the code for avopos module. But as the avp
code which is available was for old kamailio version and lot has been
changed (thats what i got after comapring the two configuration files) .

So I would really appreciate , if you can guide me as to where i can
include the avp code in current configuration file.

or any help would be appreciated.

Thanks
Raj
Post by Daniel-Constantin Mierla
Hello,
Post by Rajesh Sharma
Hi .
I have installed Kamailio 4.1.6 and basic registration and proxy server
functionalities are working fine.
Now I want to simulate a Unconditional call forwarding scenario with
181-Call is being forwarded is reported to originator from server.
I don't really understand what you try to do here. Maybe you can give
more details about message flow, like what has to be done with the incoming
INVITE, ...
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Juha Heinanen
2014-10-10 11:24:46 UTC
Permalink
Post by Rajesh Sharma
Now to simulate this i have gone through all the mail chains or tutorials
and anything which is available on net but till now not able to simulate
the scenario successfully.
Here is the output of usr_preferences table.
i know know about usr_preferences table, but once you have got the
forwarding uri from somewhere to an avp, you simply assign that to $ru
and call t_relay().

-- juha

Loading...