Hi Team,
Please someone guide me in how I could forward for instance a call to 1111111 made on the SER to an * server.
I have tried quite a lot of things but nothing seems to work.
Thanks
Hi,
first of all :) I think this is described a few times here :) but..
something like this should work :
if(method=="INVITE" && uri=~ "^sip:111111"){ rewritehostport("host.of.asterisk:port"); t_relay(); break; };
- A
* Kevin Kibuku kevin@intersatafrica.com [070903 18:41]:
Hi Team,
Please someone guide me in how I could forward for instance a call to 1111111 made on the SER to an * server.
I have tried quite a lot of things but nothing seems to work.
Thanks
-- Kevin Kibuku, Intersat Africa Limited Internet Via Satellite Cell: +254720789158
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Atle,
Thanks for the quick response.
Let me test this.
On 03/09/07, Atle Samuelsen clona@cyberhouse.no wrote:
Hi,
first of all :) I think this is described a few times here :) but..
something like this should work :
if(method=="INVITE" && uri=~ "^sip:111111"){ rewritehostport("host.of.asterisk:port"); t_relay(); break; };
- A
- Kevin Kibuku kevin@intersatafrica.com [070903 18:41]:
Hi Team,
Please someone guide me in how I could forward for instance a call to 1111111 made on the SER to an * server.
I have tried quite a lot of things but nothing seems to work.
Thanks
-- Kevin Kibuku, Intersat Africa Limited Internet Via Satellite Cell: +254720789158
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers