[Freeswitch-users] Newbie question on freeswitch

João Mesquita jmesquita at freeswitch.org
Wed Mar 17 08:50:25 PDT 2010


Look at the Local_Extension in dialplan/default.xml

The regex doesn't match 8000 so you can call from one to another. All you
gotta do is change that and issue a reloadxml on fs_cli.

Regards,
João Mesquita


On Wed, Mar 17, 2010 at 12:29 PM, false <cucku.cucku at yahoo.com.vn> wrote:

> HI list
>
> i am new to Freeswitch, i am successfully install freeswitch
> and i use the default config
> i use 1000 and 1001 to register successfull and make call between 2
> endpoints fine
>
> after that, i create a new 8000.xml file which in the same location as
> 1000.xml
> freeswitch:/usr/local/freeswitch/conf/directory# cat default/8000.xml
> <include>
>   <user id="8000">
>     <params>
>       <param name="password" value="$${default_password}"/>
>       <param name="vm-password" value="1000"/>
>     </params>
>     <variables>
>       <variable name="toll_allow" value="domestic,international,local"/>
>       <variable name="accountcode" value="8000"/>
>       <variable name="user_context" value="default"/>
>       <variable name="effective_caller_id_name" value="Extension 8000"/>
>       <variable name="effective_caller_id_number" value="8000"/>
>       <variable name="outbound_caller_id_name"
> value="$${outbound_caller_name}"/>
>       <variable name="outbound_caller_id_number"
> value="$${outbound_caller_id}"/>
>       <variable name="callgroup" value="techsupport"/>
>     </variables>
>   </user>
> </include>
>
> the 8000 is registered successfull but i cannot use the 1000 call to 8000
>
> please help
> Ha`
>
> Bạn có blog trên Yahoo! 360plus chưa?
> Đăng ký
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100317/d86a4fba/attachment-0002.html 


More information about the FreeSWITCH-users mailing list