Re: [Freeswitch-users] Can I get SIP DID working?

2008-06-21 Thread Ivan C Myrvold
Yeah, the call arrives nicely now, but the audio is only 1-way. I have port forwarded all the ports in my router to FreeSwitch, but still experiences just oneway audio, from FreeSwitch to the DID caller. Looks like the RTP is not forwarded correctly to FreeSwitch. Could it be my Linksys router,

Re: [Freeswitch-users] Can I get SIP DID working?

2008-06-21 Thread Ivan C Myrvold
I put this into internal.xml, and this seems to do the trick: param name=ext-rtp-ip value=$${external_rtp_ip}/ param name=ext-sip-ip value=$${external_sip_ip}/ Ivan Den 21. juni. 2008 kl. 15:47 skrev Ivan C Myrvold: Yeah, the call arrives nicely now, but the audio is only 1-way. I

Re: [Freeswitch-users] Can I get SIP DID working?

2008-06-21 Thread Brian West
Let me guess.. you have phones behind the same NAT talking to this profile also? If that is the case you'll need to create a new profile with ext-sip- ip and ext-rtp-ip set for the outside world to talk to.. then take those settings off the profile your phones behind the nat talk to

Re: [Freeswitch-users] Can I get SIP DID working?

2008-06-21 Thread Brian West
http://wiki.freeswitch.org/wiki/General_NAT_example_scenarios Please review Scenario 1 the bold text. ;) /b On Jun 21, 2008, at 10:56 AM, Ivan C Myrvold wrote: I put this into internal.xml, and this seems to do the trick: param name=ext-rtp-ip value=$${external_rtp_ip}/ param

Re: [Freeswitch-users] Can I get SIP DID working?

2008-06-20 Thread Ivan C Myrvold
As I understand the ACL, it only controls which external machines with the IP address range given in the acl.conf.xml are allowed into FreeSwitch. So this doesn't help me much with the DID, as FreeSwitch sends a Proxy Authentication Required SIP message back to the Voxbone server. How can I

Re: [Freeswitch-users] Can I get SIP DID working?

2008-06-20 Thread Brian West
Ivan, Do you have your outbound registration to voxbone on the default/ internal profile? If so then your acl's might be wrong. The one sure fire way to do this is to just setup another profile without auth on a different port and run with that. /b On Jun 20, 2008, at 3:20 AM,

Re: [Freeswitch-users] Can I get SIP DID working?

2008-06-20 Thread Brian West
Let me guess they only send to port 5060? If you have your ACL's setup correctly those two IP's will be let in without auth. If you have the profile that runs on 5060 on your FreeSWITCH box with auth-calls=true Add this param name=apply-inbound-acl value=voxbone/ to that profile list

Re: [Freeswitch-users] Can I get SIP DID working?

2008-06-20 Thread Ivan C Myrvold
Ah, I put the apply-inbound-acl in the wrong XML file. I put it in the external.xml. When I instead put it in the internal.xml, I got it working. That is of course the correct place, because it is bound to port 5060, and the inbound from Voxbone comes in on port 5060, as you correctly

Re: [Freeswitch-users] Can I get SIP DID working?

2008-06-20 Thread Brian West
Good to know it snapped into place now! :P /b On Jun 20, 2008, at 3:49 PM, Ivan C Myrvold wrote: This is all making sense to me now. ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] Can I get SIP DID working?

2008-06-18 Thread Ivan C Myrvold
I added to my acl.conf.xml this http://pastebin.freeswitch.org/4640 and this to external.xml param name=apply-inbound-acl value=voxbone/ When I start freeswitch, I see that the settings are used: 2008-06-18 09:11:09 [CONSOLE] switch_core.c:769 switch_load_network_lists() Created ip list