Hi,
how do I run ser/openser on multiple ports. ?
I've configured my ser with two listen stat. listen = ip:5060 listen = ip:5070
UA:5070 -------> Cisco (Blocked 5060) --------> SER -------------> UB:5060
UA is able to call UB, but UB is not able to call UA, I know 5060 is blocked but it should goto 5070 ? please guide on this ?
Thanks,
Arun
1. Are you updating the port to 5070 for UA B in your configuration.
2. Are you sure that cisco is not blocking incoming traffic for 5070. Maybe its allowing only outgoing traffic.
-Jai
On Dec 28, 2007 9:52 AM, Arun Kumar arunvoip@gmail.com wrote:
Hi,
how do I run ser/openser on multiple ports. ?
I've configured my ser with two listen stat. listen = ip:5060 listen = ip:5070
UA:5070 -------> Cisco (Blocked 5060) --------> SER -------------> UB:5060
UA is able to call UB, but UB is not able to call UA, I know 5060 is blocked but it should goto 5070 ? please guide on this ?
Thanks,
Arun
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
1. Are you updating the port to 5070 for UA B in your configuration.
yes
- Are you sure that cisco is not blocking incoming traffic for 5070.
Maybe its allowing only outgoing traffic.
I've configured my cisco to block udp/tcp 5060 only rest traffic is allowed , that is why I'm able to reg. on port 5070 and call users who are on 5060 but not rev.
thanks
arun
-Jai
On Dec 28, 2007 9:52 AM, Arun Kumar arunvoip@gmail.com wrote:
Hi,
how do I run ser/openser on multiple ports. ?
I've configured my ser with two listen stat. listen = ip:5060 listen = ip:5070
UA:5070 -------> Cisco (Blocked 5060) --------> SER -------------> UB:5060
UA is able to call UB, but UB is not able to call UA, I know 5060 is blocked but it should goto 5070 ? please guide on this ?
Thanks,
Arun
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Arun,
Send the call trace, that might give some hint.
-Jai
On Dec 28, 2007 10:15 AM, Arun Kumar arunvoip@gmail.com wrote:
- Are you updating the port to 5070 for UA B in your configuration.
yes
- Are you sure that cisco is not blocking incoming traffic for 5070.
Maybe its allowing only outgoing traffic.
I've configured my cisco to block udp/tcp 5060 only rest traffic is allowed , that is why I'm able to reg. on port 5070 and call users who are on 5060 but not rev.
thanks
arun
-Jai
On Dec 28, 2007 9:52 AM, Arun Kumar arunvoip@gmail.com wrote:
Hi,
how do I run ser/openser on multiple ports. ?
I've configured my ser with two listen stat. listen = ip:5060 listen = ip:5070
UA:5070 -------> Cisco (Blocked 5060) --------> SER -------------> UB:5060
UA is able to call UB, but UB is not able to call UA, I know 5060 is blocked but it should goto 5070 ? please guide on this ?
Thanks,
Arun
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
0.9.x has an issue where outgoing messages don't go out on the incoming interface, but rather the main. This also holds for source port used when listening on multiple ports. The trace will show this if this is the issue you see.
2.x automatically stores and uses correct interface and port. You can also force source interface and port. g-)
------- Original message ------- From: Arun Kumar arunvoip@gmail.com Cc: serusers@lists.iptel.org, users@openser.org Sent: 28.12.'07, 19:15
- Are you updating the port to 5070 for UA B in your configuration.
yes
- Are you sure that cisco is not blocking incoming traffic for 5070.
Maybe its allowing only outgoing traffic.
I've configured my cisco to block udp/tcp 5060 only rest traffic is
allowed , that is why I'm able to reg. on port 5070 and call users who are on 5060 but not rev.
thanks
arun
-Jai
On Dec 28, 2007 9:52 AM, Arun Kumar arunvoip@gmail.com wrote: Hi,
how do I run ser/openser on multiple ports. ?
I've configured my ser with two listen stat. listen = ip:5060 listen = ip:5070
UA:5070 -------> Cisco (Blocked 5060) --------> SER -------------> UB:5060
UA is able to call UB, but UB is not able to call UA, I know 5060 is
blocked but it should goto 5070 ? please guide on this ?
Thanks,
Arun
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Have you tried:
listen=udp:ip:5060 listen=udp:ip:5070 listen=tcp:ip:5060 listen=tcp:ip:5070
?
This is what I do in my config for multiple ports (i.e. explicitly specfying the protocol as well).
Only one way to be absolutely sure what is happening - run a trace. (ngrep or tcpdump on the OpenSER server should see what is coming in and what is going out.
Alternatively, a way roundthis might be to use pseudo-variables or AVPs and create forwarding rules in your OpenSER config, e.g. IF (from_Cisco_IP) AND (Port=5070) THEN store Source Port in pseudo-variable/AVP; and Forward to port value in pseudo-variable/AVP.
Well something along those lines.
On 28/12/2007, Arun Kumar arunvoip@gmail.com wrote:
- Are you updating the port to 5070 for UA B in your configuration.
yes
- Are you sure that cisco is not blocking incoming traffic for 5070.
Maybe its allowing only outgoing traffic.
I've configured my cisco to block udp/tcp 5060 only rest traffic is allowed , that is why I'm able to reg. on port 5070 and call users who are on 5060 but not rev.
thanks
arun
-Jai
On Dec 28, 2007 9:52 AM, Arun Kumar arunvoip@gmail.com wrote:
Hi,
how do I run ser/openser on multiple ports. ?
I've configured my ser with two listen stat. listen = ip:5060 listen = ip:5070
UA:5070 -------> Cisco (Blocked 5060) --------> SER -------------> UB:5060
UA is able to call UB, but UB is not able to call UA, I know 5060 is blocked but it should goto 5070 ? please guide on this ?
Thanks,
Arun
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users