Has anyone implemented call forwarding from SER to a PSTN CISCO gw? Lets say we have the situation below:
A is caller from PSTN network B is a sip user that forwarded his number to C C is a pstn number
If A calls B then he should be redirected to C , but A should be charged for calling to B , and B should be charged for calling to C.
After some digging in the list and Cisco documents found out about CC-Diversion header and remote party id. What i want to do is to have a cdr created by the cisco machine that fills up the calling number field with A number and the redirecting number field with B number. Which header is the one to use ?
thanks
This is what diversion headers are for. Check diversion module, it exports add_diversion function.
Jan.
On 08-12-2005 13:32, Kyriakos Mavromichalis wrote:
Has anyone implemented call forwarding from SER to a PSTN CISCO gw? Lets say we have the situation below:
A is caller from PSTN network B is a sip user that forwarded his number to C C is a pstn number
If A calls B then he should be redirected to C , but A should be charged for calling to B , and B should be charged for calling to C.
After some digging in the list and Cisco documents found out about CC-Diversion header and remote party id. What i want to do is to have a cdr created by the cisco machine that fills up the calling number field with A number and the redirecting number field with B number. Which header is the one to use ?
thanks
-- Kyriakos Mavromichalis Otenet Telecom
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Dumb question follows... :)
Which one is it? I cant find it here: http://www.iptel.org/ser/doc/modules/html/
You can get the readme here:
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/*checkout*/ser/sip_router/modules/...
The module in in the source tarball of stable SER version, which you can get from here:
http://ftp.iptel.org/pub/ser/0.9.4/
Jan.
On 08-12-2005 14:09, Kyriakos Mavromichalis wrote:
Dumb question follows... :)
Which one is it? I cant find it here: http://www.iptel.org/ser/doc/modules/html/
-- Kyriakos Mavromichalis Otenet Telecom