search for: nmibwksip3

Displaying 1 result from an estimated 1 matches for "nmibwksip3".

2006 Mar 10
0
Forward from SER to asterisk can't hang up
...and asterisk 1.2.4. Ser is listening on 5060 and asterisk on 5065. The setup is that people use serweb to create an account and register a phone. Their calls are routed from ser to asterisk and then inbound on IAX2. The server has a public and an internal interface. The real FQDN of the server is nmibwksip3.nexusmgmt.com and it has cnames of pbx and nexphone. The pbx name is used to route calls to the asterisk. Setting up inbound calls works with this routing statement in ser.cfg: if (uri =~ "sip:[0-9]{4}@pbx\.nexusmgmt\.com") { forward(65.126.236.148,5065); break; }; The problem is tha...