View previous topic :: View next topic |
Author |
Message |
cliconnect at cliconne... Guest
|
Posted: Wed Aug 27, 2008 1:09 pm Post subject: [Freeswitch-users] domain definition |
|
|
Hi,
where I define the domain ?
I am trying to cal the user 1000 from an external user and I am getting "[WARNING] mod_sofia.c:1949 sofia_outgoing_channel() Cannot locate registered user 1000@192.168.1.117 (1000@192.168.1.117)
The user 1000 is configured in the domain voipclic and I am calling using
<extension name="internal_extensions">
<condition field="destination_number" expression="^(\d+)$">
<action application="bridge" data="sofia/internal/$1%$${domain} "/>
</condition>
</extension>
On vars.xml I have
<X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>
< X-PRE-PROCESS cmd="set" data="domain=voipclic.com"/ >
Thanks
Duan |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Wed Aug 27, 2008 1:24 pm Post subject: [Freeswitch-users] domain definition |
|
|
Well in this case you still have the IP in the client trying to register instead of the domain.
/b
On Aug 27, 2008, at 1:05 PM, Cliconnect wrote:
Quote: | Hi,
where I define the domain ?
|
Brian West
[url=sip:brian@freeswitch.org]sip:brian@freeswitch.org[/url] |
|
Back to top |
|
|
|