Re: [Freeswitch-users] dialplan rule to send the caller to voice mail when same extension is called.

2009-11-26 Thread freeswitch list
condition field=destination_number expression=^${caller_id_number}$ On Thu, Nov 26, 2009 at 4:36 PM, Joseph L. Casale jcas...@activenetwerx.com wrote: Of course. Please read through the default configs and the getting started guide and xml dialplan information on the wiki. Mike This is

[Freeswitch-users] Few questions

2009-06-09 Thread freeswitch list
1) How do you setup a gateway where the provider doesn't require a user name and password? For freeswitch gateways username and password are mandatory. 2) Is there anyway to have xml_curl send the password for directory entry requests. 3) What is the best way to monitor for failed sip register

Re: [Freeswitch-users] Few questions

2009-06-09 Thread freeswitch list
Awesome. Thank you so much guys. One last question. How would I forward a call in my dialplan to my cell phone? I tried action application=set data=effective_caller_id_number=${caller_id_number}/ action application=set data=effective_caller_id_name=${caller_id_name}/

Re: [Freeswitch-users] Few questions

2009-06-09 Thread freeswitch list
I couldn't get the gateway to work with register=false. I took the hint from Brian and scraped the gateway idea and put this in my dialplan. extension name=gateway condition field=destination_number expression=^(\d{10})$ action application=set