[Freeswitch-users] Nibblebill not working if mysql reconnects...

2009-12-27 Thread Edmar Cruz

Dear Sir,

Nibblebill works when i reinstalled and rebuild freeswitch. But
after a while when mysql disconnects and reconnects nibblebill accounts not
updating recently. IS there another way to avoid nibblebill for not
updating?

Thanks,
Edmar
-- 
View this message in context: 
http://old.nabble.com/Nibblebill-not-working-if-mysql-reconnects...-tp26940540p26940540.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Setting Restrictions on Default Dialplan

2009-12-20 Thread Edmar Cruz

Hi Sir,

 How can I allow international calling in the dialing plan but for
select accounts only? 

 For example  i want to restrict 855 to call this ip address
182.138.252.12 using the default configuration.. Does this command should be
put in the default.xml or in the default folder and the filename is
00_restict.xml?

 extension name=dialsample
  
   condition field=destination_number expression=^(855)$\
 action application=set
data=effective_caller_name=${effective_caller_id_name}/
 action application=set
data=effective_caller_number=${effective_caller_id_number}/
 action application=set data=hang_up_after_bridge=true/
 action application=bridge data=sofia/default/$...@182.138.252.12/
   /condition
  
  /extension
 
When i tried this command both of them nothing happen 855 can call
182.138.252.12 i want it to restrict this account for not calling
182.138.252.12..

Please help..

Thanks,
Edmar
-- 
View this message in context: 
http://old.nabble.com/Setting-Restrictions-on-Default-Dialplan-tp26868725p26868725.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Setting Restrictions on Default Dialplan

2009-12-20 Thread Edmar Cruz

Hi Sir,

 How can I allow international calling in the dialing plan but for
select accounts only?

 For example  i want to restrict 855 to call this ip address
182.138.252.12 using the default configuration.. Does this command should be
put in the default.xml or in the default folder and the filename is
00_restict.xml?
   
 extension name=dialsample
 
   condition field=destination_number expression=^(855)$\
 action application=set
data=effective_caller_name=${effective_caller_id_name}/
 action application=set
data=effective_caller_number=${effective_caller_id_number}/
 action application=set data=hang_up_after_bridge=true/
 action application=bridge data=sofia/default/$...@182.138.252.12/
   /condition
 
  /extension
 
When i tried this command both of them nothing happen 855 can call
182.138.252.12 i want it to restrict this account for not calling
182.138.252.12..

Please help..

Thanks,
Edmar 
-- 
View this message in context: 
http://old.nabble.com/Setting-Restrictions-on-Default-Dialplan-tp26869283p26869283.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting Restrictions on Default Dialplan

2009-12-20 Thread Edmar Cruz

Not actually for now... I commented first the ACL restrictions...


Edmar Cruz wrote:
 
 Hi Sir,
 
  How can I allow international calling in the dialing plan but for
 select accounts only? 
 
  For example  i want to restrict 855 to call this ip address
 182.138.252.12 using the default configuration.. Does this command should
 be put in the default.xml or in the default folder and the filename is
 00_restict.xml?
 
  extension name=dialsample
   
condition field=destination_number expression=^(855)$\
  action application=set
 data=effective_caller_name=${effective_caller_id_name}/
  action application=set
 data=effective_caller_number=${effective_caller_id_number}/
  action application=set data=hang_up_after_bridge=true/
  action application=bridge data=sofia/default/$...@182.138.252.12/
/condition
   
   /extension
  
 When i tried this command both of them nothing happen 855 can call
 182.138.252.12 i want it to restrict this account for not calling
 182.138.252.12..
 
 Please help..
 
 Thanks,
 Edmar
 

-- 
View this message in context: 
http://old.nabble.com/Setting-Restrictions-on-Default-Dialplan-tp26868725p26870199.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting Restrictions on Default Dialplan

2009-12-20 Thread Edmar Cruz

Where should I write this line 

extension name=international dialing
  condition field=${toll_allow} expression=international
anti-action application=playfile
data=misc/you-are-not-authorized.wav/
anti-action application=hangup/
  /condition
  condition field=destination_number expression=^(\d+)$ !-- use
whatever value works for you --
action application=bridge data=sofia/internal/$...@whatever/
  /condition

on the default.xml or in the default category?

Edmar Cruz wrote:
 
 Hi Sir,
 
  How can I allow international calling in the dialing plan but for
 select accounts only? 
 
  For example  i want to restrict 855 to call this ip address
 182.138.252.12 using the default configuration.. Does this command should
 be put in the default.xml or in the default folder and the filename is
 00_restict.xml?
 
  extension name=dialsample
   
condition field=destination_number expression=^(855)$\
  action application=set
 data=effective_caller_name=${effective_caller_id_name}/
  action application=set
 data=effective_caller_number=${effective_caller_id_number}/
  action application=set data=hang_up_after_bridge=true/
  action application=bridge data=sofia/default/$...@182.138.252.12/
/condition
   
   /extension
  
 When i tried this command both of them nothing happen 855 can call
 182.138.252.12 i want it to restrict this account for not calling
 182.138.252.12..
 
 Please help..
 
 Thanks,
 Edmar
 

-- 
View this message in context: 
http://old.nabble.com/Setting-Restrictions-on-Default-Dialplan-tp26868725p26870380.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Destination Formats Expression

2009-12-18 Thread Edmar Cruz


Thanks that will be a great help


Jason White-14 wrote:
 
 Edmar Cruz darklio...@yahoo.com wrote:
 
   Is there a link or tutorial for the expressions format.
 
 Anything that describes Perl regular expressions should help, and for
 reference, see the pcre(3) manual page, and use the pcretest program to
 experiment.
 
 
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://old.nabble.com/Destination-Formats-Expression-tp26840010p26840254.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Creating Default Accounts on Directory

2009-12-17 Thread Edmar Cruz

Hi Sir,

Not working condition field=destination_number
expression=^(10[01][0-9])$ i set this to

condition field=destination_number expression=^(80[1][0-9])$ to
call 801.xml up to 809.xml on the dialplan/default.xml same thing...

Thanks, 
Edmar



João Mesquita-4 wrote:
 
 Please check your dialplan to match the new extension.
 
 You are looking for dialplan/default.xml extension Local_Extension. Check
 the cond destination_number, it should give you a good hint.
 
 Regards,
 
 JM
 
 On Fri, Dec 18, 2009 at 12:56 AM, Edmar Cruz darklio...@yahoo.com wrote:
 

 Hi Sir,

 I want to create a new xml file on the default directory of
 freeswitch
 where 1000.xml is located, sample i created 9387821.xml and copy the
 contents of the 1000.xml.

 The problem is when I used the account 9387821.xml and call 1000.xml
 it
 doesn't work the message in freeswitch it always CS_DESTROY... Please
 help
 me this with issue thanks...

 Edmar


 --
 View this message in context:
 http://old.nabble.com/Creating-Default-Accounts-on-Directory-tp26838457p26838457.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

 
 
 
 -- 
 João Mesquita
 FreeSWITCH™ Solutions
 t: +1 (646) 4959927
 
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://old.nabble.com/Creating-Default-Accounts-on-Directory-tp26838457p26838750.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Destination Formats Expression

2009-12-17 Thread Edmar Cruz

Hi Everyone,

  Is there a link or tutorial for the expressions format.

 Example:

 condition field=destination_number expression=^(10[01][0-9])$

  10  - default number
  [01[- second number that start only on 0 or 1;
  [0-9]  -  0 to 9 can be use

  Is there any?

Thanks,
Edmar
-- 
View this message in context: 
http://old.nabble.com/Destination-Formats-Expression-tp26840010p26840010.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Starting Freeswitch using Intercom

2009-08-23 Thread Edmar Cruz

Hi,

  I dont know how can I start Freeswitch using Intercom device, can you help
me on this? Is there an alternative software like X-Lite but only when I
press call on the Intercom device? 

Thanks, 
Edmar
-- 
View this message in context: 
http://www.nabble.com/Starting-Freeswitch-using-Intercom-tp25100943p25100943.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Multiple gateways: Priority the first bridge with prefix

2009-07-27 Thread Edmar Cruz

Hi FS Users,

 I just want to try multiple gateways. It works actually like this...

action application= bridge data=sofia/sip/5...@222.333.444.555 |
sofia/sip/6...@111.222.333./

But I test call like 513 at 222.333.444.555, it also calls the
second bridge 111.222.333.333.

   It there any way to determine which prefix will call to a bridge
specified.

E.g. 
   
for bridge 1: with prefix of 51 the call with run to 222.333.444.555 not
at the second bridge and vice versa. Please help..
-- 
View this message in context: 
http://www.nabble.com/Multiple-gateways%3A-Priority-the-first-bridge-with-prefix-tp24674279p24674279.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Multiple gateways: Priority the first bridge with prefix

2009-07-27 Thread Edmar Cruz

Hi FS Users,

 I just want to try multiple gateways. It works actually like this...

action application= bridge data=sofia/sip/5...@222.333.444.555 |
sofia/sip/6...@111.222.333./

But I test call like 513 at 222.333.444.555, it also calls the
second bridge 111.222.333.333.

   It there any way to determine which prefix will call to a bridge
specified.

E.g. 
   
for bridge 1: with prefix of 51 the call with run to 222.333.444.555 not
at the second bridge and vice versa. Please help..
-- 
View this message in context: 
http://www.nabble.com/Multiple-gateways%3A-Priority-the-first-bridge-with-prefix-tp24674280p24674280.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Multiple gateways: Priority the first bridge with prefix

2009-07-27 Thread Edmar Cruz

Hi FS Users,

 I just want to try multiple gateways. It works actually like this...

action application= bridge data=sofia/sip/5...@222.333.444.555 |
sofia/sip/6...@111.222.333./

But I test call like 513 at 222.333.444.555, it also calls the
second bridge 111.222.333.333.

   It there any way to determine which prefix will call to a bridge
specified.

E.g. 
   
for bridge 1: with prefix of 51 the call with run to 222.333.444.555 not
at the second bridge and vice versa. Please help..
-- 
View this message in context: 
http://www.nabble.com/Multiple-gateways%3A-Priority-the-first-bridge-with-prefix-tp24674381p24674381.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Multiple gateways: Priority the first bridge with prefix

2009-07-27 Thread Edmar Cruz

Not working just the same both of them are running 

Nandy Dagondon wrote:
 
 in my implementation, i would use 2 separate conditions that looks like
 this:
 
 condition field=destination_number data=(51\d*)\
action application=bridge data=sofia/sip/$...@222.333.444.555/
 
 condition field=destination_number data=(63\d*)\
action application=bridge data=sofia/sip/$...@111.222.333.333/
 
 
 On Mon, Jul 27, 2009 at 2:42 PM, Edmar Cruz darklio...@yahoo.com wrote:
 

 Hi FS Users,

 I just want to try multiple gateways. It works actually like this...

action application= bridge data=sofia/sip/5...@222.333.444.555 |
 sofia/sip/6...@111.222.333./

But I test call like 513 at 222.333.444.555, it also calls the
 second bridge 111.222.333.333.

   It there any way to determine which prefix will call to a bridge
 specified.

E.g.

for bridge 1: with prefix of 51 the call with run to 222.333.444.555
 not
 at the second bridge and vice versa. Please help..
 --
 View this message in context:
 http://www.nabble.com/Multiple-gateways%3A-Priority-the-first-bridge-with-prefix-tp24674280p24674280.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

 
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Multiple-gateways%3A-Priority-the-first-bridge-with-prefix-tp24674260p24675073.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Multiple gateways: Priority the first bridge with prefix

2009-07-27 Thread Edmar Cruz

Yes, I actually just want to not be able to communicate with the other
bridges. I have already this extension name = sample-1. Freeswitch gets
the first extension the 2nd also trigger it. When the calls finds the match
it suits perfectly but I just want that I do not want to view the bridges
with CS_DESTROY or hangup_after_false if not found. 

Nandy Dagondon wrote:
 
 ed,
 
 i mean you use separate extension names:
 
 extension name=prefix-51
 condition field=destination_number data=(51\d*)\
action application=bridge data=sofia/sip1/$...@222.333.444.555/
 /extension
 
 extension name=prefix-63
 condition field=destination_number data=(63\d*)\
action application=bridge data=sofia/sip2/$...@111.222.333.333/
 /extension
 
 btw, you should also use separate gateway names sip1 and sip2. so
 differentiate them in the bridge application.
 
 On Mon, Jul 27, 2009 at 4:16 PM, Jason White ja...@jasonjgw.net wrote:
 
 Edmar Cruz darklio...@yahoo.com wrote:
 
  Not working just the same both of them are running

 Do you have them as separate extensions in the dial plan?


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

 
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Multiple-gateways%3A-Priority-the-first-bridge-with-prefix-tp24674260p24691020.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] -ERR SERVICE_NOT_IMPLEMENTED on mobiles and landlines

2009-07-03 Thread Edmar Cruz

What do you think I shall do?

Michael Jerris wrote:
 
 Looking closer, it looks like it ran the dialplan, executed some  
 actions to set vars and ran out of actions to do so it hung up.
 
 On Jul 3, 2009, at 1:25 AM, Edmar Cruz darklio...@yahoo.com wrote:
 

 The same issue...
 param name=enable-3pcc value=true/

 Michael Jerris wrote:

 Try enabling 3pcc in the sip profile.

 On Jul 2, 2009, at 11:12 PM, Edmar Cruz darklio...@yahoo.com wrote:


 I have a GSM gateway. The issue is sometimes the calls failed what
 is the
 cause of the error this is my logs?

 This is on my freeswitch logs...


 09-06-25 10:21:50 [DEBUG] sofia_glue.c:1913
 sofia_glue_tech_set_codec() Set
 Codec sofia/internal/1...@116.541.23.11 PCMU/8000 20 ms 160 samples
 2009-06-25 10:21:50 [DEBUG] sofia_glue.c:2915
 sofia_glue_negotiate_sdp() Set
 2833 dtmf payload to 101
 2009-06-25 10:21:50 [DEBUG] sofia.c:3203 sofia_handle_sip_i_state()
 (sofia/internal/1...@116.541.23.11) State Change CS_NEW - CS_INIT
 2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
 switch_core_session_signal_state_change() Send signal
 sofia/internal/1...@116.541.23.11 [BREAK]
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)
 Running State
 Change CS_INIT
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:480
 switch_core_session_run() (sofia/internal/1...@116.541.23.11) State
 INIT
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:83 sofia_on_init()
 sofia/internal/1...@116.541.23.12 SOFIA INIT
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:111 sofia_on_init()
 (sofia/internal/1...@116.541.23.11) State Change CS_INIT -  
 CS_ROUTING
 2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
 switch_core_session_signal_state_change() Send signal
 sofia/internal/1...@116.541.23.11 [BREAK]
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:480
 switch_core_session_run() (sofia/internal/1...@116.541.23.11) State
 INIT
 going to sleep
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)
 Running State
 Change CS_ROUTING
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:483
 switch_core_session_run() (sofia/internal/1...@116.541.23.11) State
 ROUTING
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:130 sofia_on_routing()
 sofia/internal/1...@116.541.23.11 SOFIA ROUTING
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:78
 switch_core_standard_on_routing() sofia/internal/1...@116.541.23.11
 Standard
 ROUTING
 2009-06-25 10:21:50 [INFO] mod_dialplan_xml.c:252 dialplan_hunt()
 Processing
 Edmar-639273642511 in context public
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-unloop]
 continue=false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (PASS) [unloop]
 ${unroll_loops}(true) =~ /^true$/ break=on-false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [unloop]
 ${sip_looped_call}() =~ /^true$/ break=on-false
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-
 outside_call]
 continue=true
 Dialplan: sofia/internal/1...@116.541.23.11 Absolute Condition
 [outside_call]
 Dialplan: sofia/internal/1...@116.541.23.11 Action
 set(outside_call=true)
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-
 call_debug]
 continue=true
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL)  
 [call_debug]
 ${call_debug}(false) =~ /^true$/ break=never
 Dialplan: sofia/internal/1...@116.541.23.11 parsing
 [public-public_extensions] continue=false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL)
 [public_extensions]
 destination_number(639273642511) =~ /^(10[01][0-9])$/ break=on-false
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-
 public_did]
 continue=false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL)  
 [public_did]
 destination_number(639273642511) =~ /^(5551212)$/ break=on-false
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:114
 switch_core_standard_on_routing() (sofia/internal/
 1...@116.541.23.11) State
 Change CS_ROUTING - CS_EXECUTE
 2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
 switch_core_session_signal_state_change() Send signal
 sofia/internal/1...@116.541.23.11 [BREAK]
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:483
 switch_core_session_run() (sofia/internal/1...@116.541.23.11) State
 ROUTING
 going to sleep
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)
 Running State
 Change CS_EXECUTE
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:490
 switch_core_session_run() (sofia/internal/1...@116.541.23.11) State
 EXECUTE
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:173 sofia_on_execute()
 sofia/internal/1...@116.541.23.11 SOFIA EXECUTE
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:151
 switch_core_standard_on_execute() sofia/internal/1...@116.541.23.11
 Standard
 EXECUTE
 EXECUTE sofia/internal/1...@116.541.23.11 set

[Freeswitch-users] Database for Nibble Rates?

2009-07-03 Thread Edmar Cruz

Is there any options make nibble rates to MySQL database?
-- 
View this message in context: 
http://www.nabble.com/Database-for-Nibble-Rates--tp24320955p24320955.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] -ERR SERVICE_NOT_IMPLEMENTED on mobiles and landlines

2009-07-03 Thread Edmar Cruz

Can I have some examples?

Michael Jerris wrote:
 
 I would guess your looking to do more than set variables, you should  
 make it do those other actions in the dialplan
 
 On Jul 3, 2009, at 2:32 AM, Edmar Cruz darklio...@yahoo.com wrote:
 

 What do you think I shall do?

 Michael Jerris wrote:

 Looking closer, it looks like it ran the dialplan, executed some
 actions to set vars and ran out of actions to do so it hung up.

 On Jul 3, 2009, at 1:25 AM, Edmar Cruz darklio...@yahoo.com wrote:


 The same issue...
 param name=enable-3pcc value=true/

 Michael Jerris wrote:

 Try enabling 3pcc in the sip profile.

 On Jul 2, 2009, at 11:12 PM, Edmar Cruz darklio...@yahoo.com  
 wrote:


 I have a GSM gateway. The issue is sometimes the calls failed what
 is the
 cause of the error this is my logs?

 This is on my freeswitch logs...


 09-06-25 10:21:50 [DEBUG] sofia_glue.c:1913
 sofia_glue_tech_set_codec() Set
 Codec sofia/internal/1...@116.541.23.11 PCMU/8000 20 ms 160  
 samples
 2009-06-25 10:21:50 [DEBUG] sofia_glue.c:2915
 sofia_glue_negotiate_sdp() Set
 2833 dtmf payload to 101
 2009-06-25 10:21:50 [DEBUG] sofia.c:3203  
 sofia_handle_sip_i_state()
 (sofia/internal/1...@116.541.23.11) State Change CS_NEW - CS_INIT
 2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
 switch_core_session_signal_state_change() Send signal
 sofia/internal/1...@116.541.23.11 [BREAK]
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)
 Running State
 Change CS_INIT
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:480
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)  
 State
 INIT
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:83 sofia_on_init()
 sofia/internal/1...@116.541.23.12 SOFIA INIT
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:111 sofia_on_init()
 (sofia/internal/1...@116.541.23.11) State Change CS_INIT -
 CS_ROUTING
 2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
 switch_core_session_signal_state_change() Send signal
 sofia/internal/1...@116.541.23.11 [BREAK]
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:480
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)  
 State
 INIT
 going to sleep
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)
 Running State
 Change CS_ROUTING
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:483
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)  
 State
 ROUTING
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:130 sofia_on_routing()
 sofia/internal/1...@116.541.23.11 SOFIA ROUTING
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:78
 switch_core_standard_on_routing() sofia/internal/ 
 1...@116.541.23.11
 Standard
 ROUTING
 2009-06-25 10:21:50 [INFO] mod_dialplan_xml.c:252 dialplan_hunt()
 Processing
 Edmar-639273642511 in context public
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public- 
 unloop]
 continue=false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (PASS) [unloop]
 ${unroll_loops}(true) =~ /^true$/ break=on-false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [unloop]
 ${sip_looped_call}() =~ /^true$/ break=on-false
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-
 outside_call]
 continue=true
 Dialplan: sofia/internal/1...@116.541.23.11 Absolute Condition
 [outside_call]
 Dialplan: sofia/internal/1...@116.541.23.11 Action
 set(outside_call=true)
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-
 call_debug]
 continue=true
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL)
 [call_debug]
 ${call_debug}(false) =~ /^true$/ break=never
 Dialplan: sofia/internal/1...@116.541.23.11 parsing
 [public-public_extensions] continue=false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL)
 [public_extensions]
 destination_number(639273642511) =~ /^(10[01][0-9])$/ break=on- 
 false
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-
 public_did]
 continue=false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL)
 [public_did]
 destination_number(639273642511) =~ /^(5551212)$/ break=on-false
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:114
 switch_core_standard_on_routing() (sofia/internal/
 1...@116.541.23.11) State
 Change CS_ROUTING - CS_EXECUTE
 2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
 switch_core_session_signal_state_change() Send signal
 sofia/internal/1...@116.541.23.11 [BREAK]
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:483
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)  
 State
 ROUTING
 going to sleep
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)
 Running State
 Change CS_EXECUTE
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:490
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)  
 State
 EXECUTE
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:173

Re: [Freeswitch-users] -ERR SERVICE_NOT_IMPLEMENTED on mobiles and landlines

2009-07-03 Thread Edmar Cruz

Yes that  a  run but I am not calling a registered user that number is an
example

Brian West-3 wrote:
 
 Yes create an entry to route 639273642511 in the dialplan.
 
 /b
 
 On Jul 3, 2009, at 11:24 AM, Edmar Cruz wrote:
 

 Can I have some examples?
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/-ERR-SERVICE_NOT_IMPLEMENTED-on-mobiles-and-landlines-tp24316987p24330577.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] -ERR SERVICE_NOT_IMPLEMENTED on mobiles and landlines

2009-07-03 Thread Edmar Cruz

Nope

Brian West-3 wrote:
 
 Your logs showed someone was hunting for that number in context  
 public.  was that not the case?
 
 /b
 
 On Jul 3, 2009, at 8:52 PM, Edmar Cruz wrote:
 

 Yes that  a  run but I am not calling a registered user that number  
 is an
 example
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/-ERR-SERVICE_NOT_IMPLEMENTED-on-mobiles-and-landlines-tp24316987p24330845.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] -ERR SERVICE_NOT_IMPLEMENTED on mobiles and landlines

2009-07-03 Thread Edmar Cruz

I think the problem is on the bridge
action application=bridge value=sofia/default/$...@116.454.20.12/ 

Am not dialing a registered user so I put $ instead of % 

Is this correct?

Am calling a number 639273642511

SERVICE_NOT_IMPLEMENTED

What is cause of the issue?  

Edmar Cruz wrote:
 
 Nope
 
 Brian West-3 wrote:
 
 Your logs showed someone was hunting for that number in context  
 public.  was that not the case?
 
 /b
 
 On Jul 3, 2009, at 8:52 PM, Edmar Cruz wrote:
 

 Yes that  a  run but I am not calling a registered user that number  
 is an
 example
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-ERR-SERVICE_NOT_IMPLEMENTED-on-mobiles-and-landlines-tp24316987p24331058.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] -ERR SERVICE_NOT_IMPLEMENTED on mobiles and landlines

2009-07-03 Thread Edmar Cruz

Sometimes it works but someyimes not?  SERVICE_ NOT_IMPLEMENTED

This is my dialpla/public/00_test.xml
condition field=destination_number  expression=^(\d+)$
action application=set data=gate_site_id=1/
action application=set
data=effective_caller_id_name=${effective_caller_id_name}/
action application=set
data=effective_caller_id_number=${effective_caller_id_number}/
action application=bridge data=sofia/default/$...@116.45.15.10/
Actually am connecting Freeswitch and  Asterisks

Do you think the issue is the codec?
Asterisks has a G729 License while Freeswitch has none an received an error
passthrough mode only available?


Jason White-14 wrote:
 
 Edmar Cruz darklio...@yahoo.com wrote:
 
 I have a GSM gateway. The issue is sometimes the calls failed what is the
 cause of the error this is my logs?
 
 The cause of the error is that you are searching the dial plan for
 639273642511 in context public, and no dial plan entry matches, so
 FreeSWITCH
 terminates the call.
 
 It's your task to look at your configuration and work out why this is
 happening, since clearly it isn't what you intended.
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/-ERR-SERVICE_NOT_IMPLEMENTED-on-mobiles-and-landlines-tp24316987p24331250.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] -ERR SERVICE_NOT_IMPLEMENTED on mobiles and landlines

2009-07-02 Thread Edmar Cruz

I have a GSM gateway. The issue is sometimes the calls failed what is the
cause of the error this is my logs?

This is on my freeswitch logs...


09-06-25 10:21:50 [DEBUG] sofia_glue.c:1913 sofia_glue_tech_set_codec() Set
Codec sofia/internal/1...@116.541.23.11 PCMU/8000 20 ms 160 samples
2009-06-25 10:21:50 [DEBUG] sofia_glue.c:2915 sofia_glue_negotiate_sdp() Set
2833 dtmf payload to 101
2009-06-25 10:21:50 [DEBUG] sofia.c:3203 sofia_handle_sip_i_state()
(sofia/internal/1...@116.541.23.11) State Change CS_NEW - CS_INIT
2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
switch_core_session_signal_state_change() Send signal
sofia/internal/1...@116.541.23.11 [BREAK]
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
switch_core_session_run() (sofia/internal/1...@116.541.23.11) Running State
Change CS_INIT
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:480
switch_core_session_run() (sofia/internal/1...@116.541.23.11) State INIT
2009-06-25 10:21:50 [DEBUG] mod_sofia.c:83 sofia_on_init()
sofia/internal/1...@116.541.23.12 SOFIA INIT
2009-06-25 10:21:50 [DEBUG] mod_sofia.c:111 sofia_on_init()
(sofia/internal/1...@116.541.23.11) State Change CS_INIT - CS_ROUTING
2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
switch_core_session_signal_state_change() Send signal
sofia/internal/1...@116.541.23.11 [BREAK]
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:480
switch_core_session_run() (sofia/internal/1...@116.541.23.11) State INIT
going to sleep
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
switch_core_session_run() (sofia/internal/1...@116.541.23.11) Running State
Change CS_ROUTING
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:483
switch_core_session_run() (sofia/internal/1...@116.541.23.11) State ROUTING
2009-06-25 10:21:50 [DEBUG] mod_sofia.c:130 sofia_on_routing()
sofia/internal/1...@116.541.23.11 SOFIA ROUTING
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:78
switch_core_standard_on_routing() sofia/internal/1...@116.541.23.11 Standard
ROUTING
2009-06-25 10:21:50 [INFO] mod_dialplan_xml.c:252 dialplan_hunt() Processing
Edmar-639273642511 in context public
Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-unloop]
continue=false
Dialplan: sofia/internal/1...@116.541.23.11 Regex (PASS) [unloop]
${unroll_loops}(true) =~ /^true$/ break=on-false
Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [unloop]
${sip_looped_call}() =~ /^true$/ break=on-false
Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-outside_call]
continue=true
Dialplan: sofia/internal/1...@116.541.23.11 Absolute Condition
[outside_call]
Dialplan: sofia/internal/1...@116.541.23.11 Action set(outside_call=true)
Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-call_debug]
continue=true
Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [call_debug]
${call_debug}(false) =~ /^true$/ break=never
Dialplan: sofia/internal/1...@116.541.23.11 parsing
[public-public_extensions] continue=false
Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [public_extensions]
destination_number(639273642511) =~ /^(10[01][0-9])$/ break=on-false
Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-public_did]
continue=false
Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [public_did]
destination_number(639273642511) =~ /^(5551212)$/ break=on-false
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:114
switch_core_standard_on_routing() (sofia/internal/1...@116.541.23.11) State
Change CS_ROUTING - CS_EXECUTE
2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
switch_core_session_signal_state_change() Send signal
sofia/internal/1...@116.541.23.11 [BREAK]
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:483
switch_core_session_run() (sofia/internal/1...@116.541.23.11) State ROUTING
going to sleep
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
switch_core_session_run() (sofia/internal/1...@116.541.23.11) Running State
Change CS_EXECUTE
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:490
switch_core_session_run() (sofia/internal/1...@116.541.23.11) State EXECUTE
2009-06-25 10:21:50 [DEBUG] mod_sofia.c:173 sofia_on_execute()
sofia/internal/1...@116.541.23.11 SOFIA EXECUTE
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:151
switch_core_standard_on_execute() sofia/internal/1...@116.541.23.11 Standard
EXECUTE
EXECUTE sofia/internal/1...@116.541.23.11 set(outside_call=true)
2009-06-25 10:21:50 [DEBUG] mod_dptools.c:748 set_function()
sofia/internal/1...@116.541.23.11 SET [outside_call]=[true]
2009-06-25 10:21:50 [NOTICE] switch_core_state_machine.c:179
switch_core_standard_on_execute() Hangup sofia/internal/1...@116.541.23.11
[CS_EXECUTE] [NORMAL_CLEARING]
2009-06-25 10:21:50 [DEBUG] switch_channel.c:1660
switch_channel_perform_hangup() Send signal
sofia/internal/1...@116.541.23.11 [KILL]
2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
switch_core_session_signal_state_change() Send signal

Re: [Freeswitch-users] -ERR SERVICE_NOT_IMPLEMENTED on mobiles and landlines

2009-07-02 Thread Edmar Cruz

The same issue...


Michael Jerris wrote:
 
 Try enabling 3pcc in the sip profile.
 
 On Jul 2, 2009, at 11:12 PM, Edmar Cruz darklio...@yahoo.com wrote:
 

 I have a GSM gateway. The issue is sometimes the calls failed what  
 is the
 cause of the error this is my logs?

 This is on my freeswitch logs...


 09-06-25 10:21:50 [DEBUG] sofia_glue.c:1913  
 sofia_glue_tech_set_codec() Set
 Codec sofia/internal/1...@116.541.23.11 PCMU/8000 20 ms 160 samples
 2009-06-25 10:21:50 [DEBUG] sofia_glue.c:2915  
 sofia_glue_negotiate_sdp() Set
 2833 dtmf payload to 101
 2009-06-25 10:21:50 [DEBUG] sofia.c:3203 sofia_handle_sip_i_state()
 (sofia/internal/1...@116.541.23.11) State Change CS_NEW - CS_INIT
 2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
 switch_core_session_signal_state_change() Send signal
 sofia/internal/1...@116.541.23.11 [BREAK]
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)  
 Running State
 Change CS_INIT
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:480
 switch_core_session_run() (sofia/internal/1...@116.541.23.11) State  
 INIT
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:83 sofia_on_init()
 sofia/internal/1...@116.541.23.12 SOFIA INIT
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:111 sofia_on_init()
 (sofia/internal/1...@116.541.23.11) State Change CS_INIT - CS_ROUTING
 2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
 switch_core_session_signal_state_change() Send signal
 sofia/internal/1...@116.541.23.11 [BREAK]
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:480
 switch_core_session_run() (sofia/internal/1...@116.541.23.11) State  
 INIT
 going to sleep
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)  
 Running State
 Change CS_ROUTING
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:483
 switch_core_session_run() (sofia/internal/1...@116.541.23.11) State  
 ROUTING
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:130 sofia_on_routing()
 sofia/internal/1...@116.541.23.11 SOFIA ROUTING
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:78
 switch_core_standard_on_routing() sofia/internal/1...@116.541.23.11  
 Standard
 ROUTING
 2009-06-25 10:21:50 [INFO] mod_dialplan_xml.c:252 dialplan_hunt()  
 Processing
 Edmar-639273642511 in context public
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-unloop]
 continue=false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (PASS) [unloop]
 ${unroll_loops}(true) =~ /^true$/ break=on-false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [unloop]
 ${sip_looped_call}() =~ /^true$/ break=on-false
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public- 
 outside_call]
 continue=true
 Dialplan: sofia/internal/1...@116.541.23.11 Absolute Condition
 [outside_call]
 Dialplan: sofia/internal/1...@116.541.23.11 Action  
 set(outside_call=true)
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public- 
 call_debug]
 continue=true
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [call_debug]
 ${call_debug}(false) =~ /^true$/ break=never
 Dialplan: sofia/internal/1...@116.541.23.11 parsing
 [public-public_extensions] continue=false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL)  
 [public_extensions]
 destination_number(639273642511) =~ /^(10[01][0-9])$/ break=on-false
 Dialplan: sofia/internal/1...@116.541.23.11 parsing [public- 
 public_did]
 continue=false
 Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [public_did]
 destination_number(639273642511) =~ /^(5551212)$/ break=on-false
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:114
 switch_core_standard_on_routing() (sofia/internal/ 
 1...@116.541.23.11) State
 Change CS_ROUTING - CS_EXECUTE
 2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
 switch_core_session_signal_state_change() Send signal
 sofia/internal/1...@116.541.23.11 [BREAK]
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:483
 switch_core_session_run() (sofia/internal/1...@116.541.23.11) State  
 ROUTING
 going to sleep
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
 switch_core_session_run() (sofia/internal/1...@116.541.23.11)  
 Running State
 Change CS_EXECUTE
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:490
 switch_core_session_run() (sofia/internal/1...@116.541.23.11) State  
 EXECUTE
 2009-06-25 10:21:50 [DEBUG] mod_sofia.c:173 sofia_on_execute()
 sofia/internal/1...@116.541.23.11 SOFIA EXECUTE
 2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:151
 switch_core_standard_on_execute() sofia/internal/1...@116.541.23.11  
 Standard
 EXECUTE
 EXECUTE sofia/internal/1...@116.541.23.11 set(outside_call=true)
 2009-06-25 10:21:50 [DEBUG] mod_dptools.c:748 set_function()
 sofia/internal/1...@116.541.23.11 SET [outside_call]=[true]
 2009-06-25 10:21:50 [NOTICE] switch_core_state_machine.c:179
 switch_core_standard_on_execute() Hangup
 sofia/internal/1

Re: [Freeswitch-users] Is there any license G729?

2009-06-30 Thread Edmar Cruz

I need actually G729 license if there's any for freeswitch to call mobile
phones... I already load it but has an issue on it passthrough mode... If i
install mod_dandhi_codec it overwrites the existing G729 without license to
a new G729 with license?


dujinfang wrote:
 

 
 Mike, but what UA are you using? I'm using X-lite and Zoiper on Mac/ 
 Linux/Windows, and I'd like to know some UAs supporting WB and UWB  
 codecs.
 
 Thanks.
 
 Well said! Like Steve has pointed out in the past: G729/G729A is a  
 race to the bottom. After using WB and UWB codecs all day every day  
 for the past 6 months I just can't live with G729 or even GSM for  
 that matter.  However, to each his own.
 -MC
 
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Is-there-any-license-G729--tp24251951p24266762.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How to set FS_A as a gateway of FS_B??

2009-06-30 Thread Edmar Cruz

Create a dialplan for FS A to communicate to FS B.

dialplan/default/00_fsa.xml

 extension name=dialfreeswitch
   
condition field=destination_number expression=^(\d+)$
  action application=set
data=effective_caller_id_number=${outbound_caller_id_number}/
  action application=set
data=effective_caller_id_name=${outbound_caller_id_name}/
  action application=bridge
data=sofia/gateway/FreeSwitch/1$218.210.xxx.xxx/ - IP of FS B
/condition
  /extension

To check if your gateway succeed

just type on sofia status check if gateway FreeSWITCH is there connection is
set and ready to go :)


Brad Tuan wrote:
 
 I have already set it in my FreeSwitch\conf\sip_profiles\external.xml:
 
 gateways
   gateway name=FreeSwitch







/gateway
  /gateways
 But my FS_A always return a 403 to FS_B, Where is the problem??
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/How-to-set-FS_A-as-a-gateway-of-FS_B---tp24266777p24266862.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Is there any license G729?

2009-06-30 Thread Edmar Cruz

So what codec supports mobile phones?

jfenton wrote:
 
 
 Hi Edmar,
 
 I need actually G729 license if there's any for freeswitch to call  
 mobile
 phones... I already load it but has an issue on it passthrough  
 mode... If i
 install mod_dandhi_codec it overwrites the existing G729 without  
 license to
 a new G729 with license?
 
 Are you sure your mobile phones support G729? Most phones have hardware
 acceleration for AMR-NB and not G729, so most of the VoIP-over-WiFi
 providers use that codec instead. I believe G729 would have to be
 implemented in software only (without hardware assistance) and would
 drain the battery fairly quickly as a result.
 
 As other have pointed out on the list, and just in case you missed it
 mod_dahdi_codec is for use with a PCI accelerator card (the TC400B)
 that Digium (http://www.digium.com/) sell and will not work without
 it. With that card you can get up to 120 concurrent G729A-G711 calls.
 
 These days you can get much better performance from pure software
 codecs running on Intel/AMD systems than using the above card. We
 (Howler) happen to have announced a G729A codec for FreeSWITCH a
 few days ago - you can get more info here:
 
   http://www.howlertech.com/products/howlets/
 
 Hope that helps.
 
 --
 Regards,
 
 Jay Fenton, CTO jay.fen...@howlertech.com
 Howler Technologies Ltd, 11 Charlotte Mews, London, W1T 4EQ
 tel: +44 207 099 7095 fax: +44 207 099 7098
 http://www.howlertech.com/
 http://www.linkedin.com/in/jfenton
 
 Registered in England  Wales, Company No. 06285634
 
 
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Is-there-any-license-G729--tp24251951p24282895.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Is there any license G729?

2009-06-30 Thread Edmar Cruz

I have 1 Fs and 1 Asterisk if G729 is available on Asterisk so i shall load
to G729 for freeswitch that needs a license?

Steve Underwood wrote:
 
 Edmar Cruz wrote:
 So what codec supports mobile phones?
   
 The main codecs used by mobile phones are:
 GSM FRThe original GSM code, largely replaced by later 
 codecs (some VoIP stuff uses this)
 GSM HRThe half rate codec for GSM
 GSM EFR  A later improved full rate codec that largely replaced 
 GSM FR on GSM networks
 AMR-NBThe current start of the art narrowband codec for GSM 
 and UMTS networks
 AMR-WBThe wide band codec for UMTS, though most networks 
 seem to block it
 EVRCThe main codec for the CDMA networks
 
 Each of these codecs sounds pretty respectable, and G.729 sounds pretty 
 respectable. However, if you transcode from one to another the result 
 can be pretty bad.
 
 Steve
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Is-there-any-license-G729--tp24251951p24283663.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Is there any license G729?

2009-06-29 Thread Edmar Cruz

Hi,

  Is there any available license G729 for freeswitch? I need it to match
G729 of Asterisks? If any please help me and instructions how to install
this thing.

Thanks

-- 
View this message in context: 
http://www.nabble.com/Is-there-any-license-G729--tp24251951p24251951.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Is there any license G729?

2009-06-29 Thread Edmar Cruz

Yup. I got this mid_dahdi_codec but instructions how to install it?

Jason White-14 wrote:
 
 Edmar Cruz darklio...@yahoo.com wrote:
 
   Is there any available license G729 for freeswitch? 
 
 Yes. It was announced here a few days ago - see the list archives.
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Is-there-any-license-G729--tp24251951p24252099.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Is there any license G729?

2009-06-29 Thread Edmar Cruz

Please give me some free drivers of G729... Please

David Knell wrote:
 
 On Tue, 2009-06-30 at 01:31 +0800, Steve Underwood wrote:
 Video calls are a really really bad idea. People who think otherwise 
 really haven't thought about it at all. They are available here, and 
 people desperately don't want them to be.
 
 Video calls between 3G phones have been available in the UK for some
 years.  I've only ever made two using one of these to real people, both
 across a table in a pub to show them what it looked like; I have made
 goodness knows how many to an IVR while trying to pick 3G-324M apart.
 
 However, there are some instances where they're very useful.  For
 example, my family is geographically quite dispersed, and we use Skype
 with video a lot - particularly for grandparents to keep up with
 grandchildren.  The usefulness and appropriateness of video calling
 depends very much on the target market; it's not, of itself, a bad
 thing.
 
 --Dave
 
 -- 
 David Knell, Director, 3C Limited
 T: +44 20 3298 2000
 E: d...@3c.co.uk
 W: http://www.3c.co.uk
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Is-there-any-license-G729--tp24251951p24261922.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] multiple gateways not working?

2009-06-26 Thread Edmar Cruz

include
  extension name=multiple
condition field=destination_number expression=^(\d+)$
  action application=set data=gate_site_id=1/
  action application=set
data=effective_caller_id_name=${effective_caller_id_name}/
  action application=set
data=effective_caller_id_number=${effective_caller_id_number}/
 action application=set data=hangup_after_bridge=false/
  action application=bridge data=sofia/default/$...@116.80.80.101/
/condition

 condition field=destination_number expression=^(\d+)$
  action application=set data=gate_site_id=1/
  action application=set
data=effective_caller_id_name=${effective_caller_id_name}/
  action application=set
data=effective_caller_id_number=${effective_caller_id_number}/
 
  action application=bridge data=sofia/default/$...@116.80.80.102/
/condition

  /extension
/include 

I try what you said still not working...


Dome Charoenyost wrote:
 
 May be need
 action application=set data=hangup_after_bridge=false/
 before first bridge
 
 
 Dome C.
 2009/6/26 Edmar Cruz darklio...@yahoo.com:

 include
  extension name=multiple
    condition field=destination_number expression=^(\d+)$
      action application=set data=gate_site_id=1/
      action application=set
 data=effective_caller_id_name=${effective_caller_id_name}/
      action application=set
 data=effective_caller_id_number=${effective_caller_id_number}/
      action application=transfer data=$ XML default/--
      action application=bridge data=sofia/default/$...@116.80.80.101/
    /condition

     condition field=destination_number expression=^(\d+)$
      action application=set data=gate_site_id=1/
      action application=set
 data=effective_caller_id_name=${effective_caller_id_name}/
      action application=set
 data=effective_caller_id_number=${effective_caller_id_number}/
      action application=transfer data=$ XML default/--
      action application=bridge data=sofia/default/$...@116.80.80.102/
    /condition

  /extension
 /include


 Is this correct for multiple gateways? When I try this the first gateway
 works but the second gateway does not work?


 What is the solution for this can u help me?


 Thanks

 --
 View this message in context:
 http://www.nabble.com/multiple-gateways-not-working--tp24215324p24215324.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/multiple-gateways-not-working--tp24215324p24215631.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] multiple gateways not working?

2009-06-26 Thread Edmar Cruz

Yup your suggestions works... But I want my to have a prefix for the second
bridge

condition field=destination_number expression=^63819(\d+)$



Dome Charoenyost wrote:
 
 Or Try pipe
  action application=bridge data=sofia/default/$...@116.80.80.101 |
 sofia/default/$...@116.80.80.102/
 if you want to ring all. Try comma
  action application=bridge data=sofia/default/$...@116.80.80.101 ,
 sofia/default/$...@116.80.80.102/
 
 
 2009/6/26 Edmar Cruz darklio...@yahoo.com:

 include
  extension name=multiple
    condition field=destination_number expression=^(\d+)$
      action application=set data=gate_site_id=1/
      action application=set
 data=effective_caller_id_name=${effective_caller_id_name}/
      action application=set
 data=effective_caller_id_number=${effective_caller_id_number}/
     action application=set data=hangup_after_bridge=false/
      action application=bridge data=sofia/default/$...@116.80.80.101/
    /condition

     condition field=destination_number expression=^(\d+)$
      action application=set data=gate_site_id=1/
      action application=set
 data=effective_caller_id_name=${effective_caller_id_name}/
      action application=set
 data=effective_caller_id_number=${effective_caller_id_number}/

      action application=bridge data=sofia/default/$...@116.80.80.102/
    /condition

  /extension
 /include

 I try what you said still not working...


 Dome Charoenyost wrote:

 May be need
 action application=set data=hangup_after_bridge=false/
 before first bridge


 Dome C.
 2009/6/26 Edmar Cruz darklio...@yahoo.com:

 include
  extension name=multiple
    condition field=destination_number expression=^(\d+)$
      action application=set data=gate_site_id=1/
      action application=set
 data=effective_caller_id_name=${effective_caller_id_name}/
      action application=set
 data=effective_caller_id_number=${effective_caller_id_number}/
      action application=transfer data=$ XML default/--
      action application=bridge
 data=sofia/default/$...@116.80.80.101/
    /condition

     condition field=destination_number expression=^(\d+)$
      action application=set data=gate_site_id=1/
      action application=set
 data=effective_caller_id_name=${effective_caller_id_name}/
      action application=set
 data=effective_caller_id_number=${effective_caller_id_number}/
      action application=transfer data=$ XML default/--
      action application=bridge
 data=sofia/default/$...@116.80.80.102/
    /condition

  /extension
 /include


 Is this correct for multiple gateways? When I try this the first
 gateway
 works but the second gateway does not work?


 What is the solution for this can u help me?


 Thanks

 --
 View this message in context:
 http://www.nabble.com/multiple-gateways-not-working--tp24215324p24215324.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 --
 View this message in context:
 http://www.nabble.com/multiple-gateways-not-working--tp24215324p24215631.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/multiple-gateways-not-working--tp24215324p24215893.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Service_not_implemented for mobile phones?

2009-06-26 Thread Edmar Cruz

Hi,

   I receive an error message service not implemented sometimes when calling
a mobile phone number but sometimes it works. What maybe rhe cause of this
error? I already installed zfone, perfectly connect to two freeswitch and
the one issue I got today is these can you help me guys?


Thanks
-- 
View this message in context: 
http://www.nabble.com/Service_not_implemented-for-mobile-phones--tp24217116p24217116.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Originate works but dialplan does not work?

2009-06-25 Thread Edmar Cruz

Thanks a lot it works for me...

Edmar Cruz wrote:
 
 If then, what bridge i shall call to?
 
 Like this?
 
 action application=bridge data=sofia/external/@1...@116.541.23.12/ 
 
 
 dujinfang wrote:
 
 put your extension in dialplan/public.xml instead of sip_profiles/ 
 external/myprofile.xml
 
 
 On Jun 24, 2009, at 6:02 PM, Edmar Cruz wrote:
 

 Ooops.. Sorry wrong spelling... Same issue

 Jason White-14 wrote:

 Edmar Cruz darklio...@yahoo.com wrote:

 Here is my dialplan on sip_profiles/external/myprofile.xml

 extension name=dialmyprof
  condition field=destination_number expression=^(\d+)$
action application=set data=gate_site_id=1/
action application=bridge

 The above should be $1 not @1


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 -- 
 View this message in context:
 http://www.nabble.com/Originate-works-but-dialplan-does-not-work--tp24181208p24181933.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Originate-works-but-dialplan-does-not-work--tp24181208p24199253.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Edmar Cruz

Hi,


  How can i change my freeswitch database instead of CSV file, I make it
mysql. Can you tell me how?


Thanks
-- 
View this message in context: 
http://www.nabble.com/How-to-change-database-of-freeswitch-cdr-to-MySQL--tp24200644p24200644.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] multiple gateways not working?

2009-06-25 Thread Edmar Cruz

include
  extension name=multiple
condition field=destination_number expression=^(\d+)$
  action application=set data=gate_site_id=1/
  action application=set
data=effective_caller_id_name=${effective_caller_id_name}/
  action application=set
data=effective_caller_id_number=${effective_caller_id_number}/
  action application=transfer data=$ XML default/--
  action application=bridge data=sofia/default/$...@116.80.80.101/
/condition

 condition field=destination_number expression=^(\d+)$
  action application=set data=gate_site_id=1/
  action application=set
data=effective_caller_id_name=${effective_caller_id_name}/
  action application=set
data=effective_caller_id_number=${effective_caller_id_number}/
  action application=transfer data=$ XML default/--
  action application=bridge data=sofia/default/$...@116.80.80.102/
/condition

  /extension
/include


Is this correct for multiple gateways? When I try this the first gateway
works but the second gateway does not work?


What is the solution for this can u help me?


Thanks

-- 
View this message in context: 
http://www.nabble.com/multiple-gateways-not-working--tp24215324p24215324.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Freeswitch Documentation

2009-06-24 Thread Edmar Cruz

HI,

  Is there any available complete documentation for Freeswitch with matching
samples aside from wiki that works. With working samples like dialplans,
outbounds and prefer codecs etc.

Thanks...
-- 
View this message in context: 
http://www.nabble.com/Freeswitch-Documentation-tp24180754p24180754.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Originate works but dialplan does not work?

2009-06-24 Thread Edmar Cruz

when a type on the API of freeswitch originate
sofia/external/8011...@116.541.23.12 1001, 8011104 my extension that I want
to call and its ip is 116.541.23.12. I register on 1001 using a softphone
(X-Lite) and my ip is 116.541.23.11. It works actually.

but when dialing on softphone 1001 account on ip 116.541.23.11 Temporary
Unavailable...

What do you think is the possible issue?

On originate it works sometimes but an ERR - SERVICE_NOT_IMPLEMENTED

Here is my dialplan on sip_profiles/external/myprofile.xml

extension name=dialmyprof
  condition field=destination_number expression=^(\d+)$
action application=set data=gate_site_id=1/
action application=bridge
data=sofia/external/@1...@116.541.23.12/
  /condition
/extension

Set acl perfectly.

I set auth-calls to false.

No found error on logs. 

Just destroying the call...

Please help me...

Thanks

-- 
View this message in context: 
http://www.nabble.com/Originate-works-but-dialplan-does-not-work--tp24181208p24181208.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Originate works but dialplan does not work?

2009-06-24 Thread Edmar Cruz

Ooops.. Sorry wrong spelling... Same issue

Jason White-14 wrote:
 
 Edmar Cruz darklio...@yahoo.com wrote:
  
 Here is my dialplan on sip_profiles/external/myprofile.xml
 
 extension name=dialmyprof
   condition field=destination_number expression=^(\d+)$
 action application=set data=gate_site_id=1/
 action application=bridge
 
 The above should be $1 not @1
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Originate-works-but-dialplan-does-not-work--tp24181208p24181933.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Originate works but dialplan does not work?

2009-06-24 Thread Edmar Cruz

This is on my freeswitch logs...


09-06-25 10:21:50 [DEBUG] sofia_glue.c:1913 sofia_glue_tech_set_codec() Set
Codec sofia/internal/1...@116.541.23.11 PCMU/8000 20 ms 160 samples
2009-06-25 10:21:50 [DEBUG] sofia_glue.c:2915 sofia_glue_negotiate_sdp() Set
2833 dtmf payload to 101
2009-06-25 10:21:50 [DEBUG] sofia.c:3203 sofia_handle_sip_i_state()
(sofia/internal/1...@116.541.23.11) State Change CS_NEW - CS_INIT
2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
switch_core_session_signal_state_change() Send signal
sofia/internal/1...@116.541.23.11 [BREAK]
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
switch_core_session_run() (sofia/internal/1...@116.541.23.11) Running State
Change CS_INIT
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:480
switch_core_session_run() (sofia/internal/1...@116.541.23.11) State INIT
2009-06-25 10:21:50 [DEBUG] mod_sofia.c:83 sofia_on_init()
sofia/internal/1...@116.541.23.12 SOFIA INIT
2009-06-25 10:21:50 [DEBUG] mod_sofia.c:111 sofia_on_init()
(sofia/internal/1...@116.541.23.11) State Change CS_INIT - CS_ROUTING
2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
switch_core_session_signal_state_change() Send signal
sofia/internal/1...@116.541.23.11 [BREAK]
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:480
switch_core_session_run() (sofia/internal/1...@116.541.23.11) State INIT
going to sleep
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
switch_core_session_run() (sofia/internal/1...@116.541.23.11) Running State
Change CS_ROUTING
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:483
switch_core_session_run() (sofia/internal/1...@116.541.23.11) State ROUTING
2009-06-25 10:21:50 [DEBUG] mod_sofia.c:130 sofia_on_routing()
sofia/internal/1...@116.541.23.11 SOFIA ROUTING
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:78
switch_core_standard_on_routing() sofia/internal/1...@116.541.23.11 Standard
ROUTING
2009-06-25 10:21:50 [INFO] mod_dialplan_xml.c:252 dialplan_hunt() Processing
Edmar-639273642511 in context public
Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-unloop]
continue=false
Dialplan: sofia/internal/1...@116.541.23.11 Regex (PASS) [unloop]
${unroll_loops}(true) =~ /^true$/ break=on-false
Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [unloop]
${sip_looped_call}() =~ /^true$/ break=on-false
Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-outside_call]
continue=true
Dialplan: sofia/internal/1...@116.541.23.11 Absolute Condition
[outside_call]
Dialplan: sofia/internal/1...@116.541.23.11 Action set(outside_call=true)
Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-call_debug]
continue=true
Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [call_debug]
${call_debug}(false) =~ /^true$/ break=never
Dialplan: sofia/internal/1...@116.541.23.11 parsing
[public-public_extensions] continue=false
Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [public_extensions]
destination_number(639273642511) =~ /^(10[01][0-9])$/ break=on-false
Dialplan: sofia/internal/1...@116.541.23.11 parsing [public-public_did]
continue=false
Dialplan: sofia/internal/1...@116.541.23.11 Regex (FAIL) [public_did]
destination_number(639273642511) =~ /^(5551212)$/ break=on-false
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:114
switch_core_standard_on_routing() (sofia/internal/1...@116.541.23.11) State
Change CS_ROUTING - CS_EXECUTE
2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
switch_core_session_signal_state_change() Send signal
sofia/internal/1...@116.541.23.11 [BREAK]
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:483
switch_core_session_run() (sofia/internal/1...@116.541.23.11) State ROUTING
going to sleep
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:397
switch_core_session_run() (sofia/internal/1...@116.541.23.11) Running State
Change CS_EXECUTE
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:490
switch_core_session_run() (sofia/internal/1...@116.541.23.11) State EXECUTE
2009-06-25 10:21:50 [DEBUG] mod_sofia.c:173 sofia_on_execute()
sofia/internal/1...@116.541.23.11 SOFIA EXECUTE
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:151
switch_core_standard_on_execute() sofia/internal/1...@116.541.23.11 Standard
EXECUTE
EXECUTE sofia/internal/1...@116.541.23.11 set(outside_call=true)
2009-06-25 10:21:50 [DEBUG] mod_dptools.c:748 set_function()
sofia/internal/1...@116.541.23.11 SET [outside_call]=[true]
2009-06-25 10:21:50 [NOTICE] switch_core_state_machine.c:179
switch_core_standard_on_execute() Hangup sofia/internal/1...@116.541.23.11
[CS_EXECUTE] [NORMAL_CLEARING]
2009-06-25 10:21:50 [DEBUG] switch_channel.c:1660
switch_channel_perform_hangup() Send signal
sofia/internal/1...@116.541.23.11 [KILL]
2009-06-25 10:21:50 [DEBUG] switch_core_session.c:933
switch_core_session_signal_state_change() Send signal
sofia/internal/1...@116.541.23.11 [BREAK]
2009-06-25 10:21:50 [DEBUG] switch_core_state_machine.c:490
switch_core_session_run() 

Re: [Freeswitch-users] Originate works but dialplan does not work?

2009-06-24 Thread Edmar Cruz

If then, what bridge i shall call to?

Like this?

action application=bridge data=sofia/external/@1...@116.541.23.12/ 


dujinfang wrote:
 
 put your extension in dialplan/public.xml instead of sip_profiles/ 
 external/myprofile.xml
 
 
 On Jun 24, 2009, at 6:02 PM, Edmar Cruz wrote:
 

 Ooops.. Sorry wrong spelling... Same issue

 Jason White-14 wrote:

 Edmar Cruz darklio...@yahoo.com wrote:

 Here is my dialplan on sip_profiles/external/myprofile.xml

 extension name=dialmyprof
  condition field=destination_number expression=^(\d+)$
action application=set data=gate_site_id=1/
action application=bridge

 The above should be $1 not @1


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 -- 
 View this message in context:
 http://www.nabble.com/Originate-works-but-dialplan-does-not-work--tp24181208p24181933.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Originate-works-but-dialplan-does-not-work--tp24181208p24196467.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How to change outbound_caller_name=FreeSWITCH and number=000000000

2009-06-23 Thread Edmar Cruz

Actually the extension_caller_id=Extension 1001 and
extension_caller_number=1001 is set as Harmeet says but the same issue
FreeSwitch the caller name and the number is 000 i just want 1001 the
caller number and the id

Edmar

Edward Q. wrote:
 
 Sorry Edmar
 
 I missundertood you .. I thought you wanted to change the number showing
 once you were going out not the 1001.xml file.
 In this case Harmeet is right. There you have those values to to make the
 changes.
 My bad.
 Ed
 
 On Tue, Jun 23, 2009 at 12:46 AM, Harmeet Singh harm...@litatel.com
 wrote:
 
 In my case the 1001 resides in -
 /usr/local/freeswitch/conf/directory/default/1001.xml

 And you set the Caller Name and ID by  adding -






 On Tue, Jun 23, 2009 at 12:26 AM, Edward Q. q.edw...@gmail.com wrote:

 Edmar

 Eso esta en freeswitch/conf/vars.xml  en ese archivo.
 If i am not mistaken and anyone welcome to correct me i just told Edmar
 this is set in freeswitch/conf/vars.xml ... file
 Ed


 On Tue, Jun 23, 2009 at 12:02 AM, Edmar Cruz
 darklio...@yahoo.comwrote:


 When I calling an outbound extension it appears:

 name is FreeSWITCH and number is 0

 How can i change it depends on the user who is calling?

 Sample 1001-64521223

 I just want the name 1001 to appear not FreeSWITCH same as the number

 Thanks



 --
 View this message in context:
 http://www.nabble.com/How-to-change-outbound_caller_name%3DFreeSWITCH-and-number%3D0-tp24158823p24158823.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/How-to-change-outbound_caller_name%3DFreeSWITCH-and-number%3D0-tp24158823p24160712.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Freeswitch Warning Cannot Call External Ips?

2009-06-23 Thread Edmar Cruz

Where can i find this logs?

Michael Jerris wrote:
 
 Try turning up your logging level to debug to see why the call is  
 hanging up.
 
 Mike
 
 On Jun 19, 2009, at 7:13 AM, Edmar Cruz wrote:
 

 My freeswitch has a mysql database consists of freeswitch tables,
 registrations and nibblebill on mysql configured it correctly and  
 working...
 Issue is when I call external ip's sometimes it works sometimes not?

 2009-06-19 19:02:01 [INFO] switch_core_session.c:1040
 switch_core_session_enable_heartbeat() sofia/internal/ 
 1...@116.5.231.40
 setting session heartbeat to 1 second(s).
 2009-06-19 19:02:01 [NOTICE] switch_core_state_machine.c:179
 switch_core_standard_on_execute() Hangup
 sofia/internal/1...@116.50.231.72
 [CS_EXECUTE] [NORMAL_CLEARING]
 2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1085
 switch_core_session_thread() Session 7 (sofia/internal/1...@116.5.231.40 
 )
 Ended
 2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1087
 switch_core_session_thread() Close Channel
 sofia/internal/1...@116.5.231.40
 [CS_DESTROY]

 On my acl.conf.xml I allow ip 116.5.231.40

 list name=globals default=deny
node type=allow cidr=116.5.231.40/32/
!-- My PC ip--
node type=allow cidr=116.5.231.41/32/
 /list

 I put this on my external and internal profile

 param name=apply-inbound-acl value=globals/

 And put auth-calls to false...

 Please help me am really near to my success here in freeswitch...  
 Thanks...
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Freeswitch-Warning-Cannot-Call-External-Ips--tp24109532p24177512.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] -ERR SERVICE_NOT_IMPLEMENTED

2009-06-22 Thread Edmar Cruz

Hi,
   
  API CALL [originate sofia/external/1...@116.50.456.212]
  -ERR SERVICE_NOT_IMPLEMENTED

  I receiving this error i dont know y? Can u help mo on this?

  I dialing a mobile number on this sometimes it works... Sometimes it
destroys the call [CALL_DESTROY]
  

Thanks
-- 
View this message in context: 
http://www.nabble.com/-ERR-SERVICE_NOT_IMPLEMENTED-tp24143545p24143545.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] -ERR SERVICE_NOT_IMPLEMENTED

2009-06-22 Thread Edmar Cruz

Nope. I just want to call a mobile number with no register number.

Brian West-3 wrote:
 
 I'm going to guess you're calling a registered user?  If so replace  
 the @ with %
 
 /b
 
 On Jun 22, 2009, at 4:38 AM, Edmar Cruz wrote:
 

 Hi,

  API CALL [originate sofia/external/1...@116.50.456.212]
  -ERR SERVICE_NOT_IMPLEMENTED

  I receiving this error i dont know y? Can u help mo on this?

  I dialing a mobile number on this sometimes it works... Sometimes it
 destroys the call [CALL_DESTROY]


 Thanks
 
 Brian West
 br...@freeswitch.org
 
 -- Meet us at ClueCon!  http://www.cluecon.com
 
 
 
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/-ERR-SERVICE_NOT_IMPLEMENTED-tp24143545p24158819.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] How to change outbound_caller_name=FreeSWITCH and number=000000000

2009-06-22 Thread Edmar Cruz

When I calling an outbound extension it appears:

name is FreeSWITCH and number is 0

How can i change it depends on the user who is calling?

Sample 1001-64521223

I just want the name 1001 to appear not FreeSWITCH same as the number

Thanks



-- 
View this message in context: 
http://www.nabble.com/How-to-change-outbound_caller_name%3DFreeSWITCH-and-number%3D0-tp24158823p24158823.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Freeswitch Warning Cannot Call External Ips?

2009-06-19 Thread Edmar Cruz

My freeswitch has a mysql database consists of freeswitch tables,
registrations and nibblebill on mysql configured it correctly and working...
Issue is when I call external ip's sometimes it works sometimes not? 

2009-06-19 19:02:01 [INFO] switch_core_session.c:1040
switch_core_session_enable_heartbeat() sofia/internal/1...@116.5.231.40
setting session heartbeat to 1 second(s).
2009-06-19 19:02:01 [NOTICE] switch_core_state_machine.c:179
switch_core_standard_on_execute() Hangup sofia/internal/1...@116.50.231.72
[CS_EXECUTE] [NORMAL_CLEARING]
2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1085
switch_core_session_thread() Session 7 (sofia/internal/1...@116.5.231.40)
Ended
2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1087
switch_core_session_thread() Close Channel sofia/internal/1...@116.5.231.40
[CS_DESTROY]

On my acl.conf.xml I allow ip 116.5.231.40

list name=globals default=deny
node type=allow cidr=116.5.231.40/32/
!-- My PC ip-- 
node type=allow cidr=116.5.231.41/32/
/list

I put this on my external and internal profile

param name=apply-inbound-acl value=globals/

And put auth-calls to false...

Please help me am really near to my success here in freeswitch... Thanks...
-- 
View this message in context: 
http://www.nabble.com/Freeswitch-Warning-Cannot-Call-External-Ips--tp24109532p24109532.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Is freeswitch can call mobile phones?

2009-06-18 Thread Edmar Cruz

Hi is there any possible free sites ip that i can connect so I can could to
any mobiles phones? 

I know some several ip sites has the capability to call for free Ip to
Voip... I know freeswitch can do this


Can you give me an example site?
-- 
View this message in context: 
http://www.nabble.com/Is-freeswitch-can-call-mobile-phones--tp24088222p24088222.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Error on mod_nibblebill cannot connect to ODBC

2009-06-18 Thread Edmar Cruz

Ok thanks a lot for that. Sorry my mistake..

Darren Schreiber wrote:
 
 Call me crazy but your DB DSN appears to be zenoss, but you have a db dsn
 of
 tcapi still in the config file.
 
 If your test was:
 # isql zenoss edmar edmar 
  
 
 Then zenoss should be your db_dsn:
 
 
 Not
 
 
 
 You should be seeing something about the ODBC connection failing at
 FreeSWITCH startup if you look at the log closely (search for
 mod_nibblebill) that indicates this, too.
 
 - Darren
 
 
 -Original Message-
 From: Edmar Cruz [mailto:darklio...@yahoo.com] 
 Sent: Tuesday, June 16, 2009 6:44 PM
 To: freeswitch-users@lists.freeswitch.org
 Subject: Re: [Freeswitch-users] Error on mod_nibblebill cannot connect to
 ODBC
 
 
 my nibble.conf.xml
 
 configuration name=nibblebill.conf description=Nibble Billing
   settings

 
 !-- Information for connecting to your database --
 param name=db_username value=edmar/
 param name=db_password value=edmar/
 param name=db_dsn value=tcapi/
 
 !-- The database table where your CASH column is located --
 
 
 !-- The column name where we store the value of the account --
 param name=db_column_cash value=cash/
 
 !-- The column name for the unique ID identifying the account --
 param name=db_column_account value=id/
 
 
 !-- Default heartbeat interval. Set to 'off' for no heartbeat (i.e.
 bill only at end of call) --
 param name=global_heartbeat value=1/
 
 !-- By default, warn a caller when their balance is at $5.00. You can
 set this to a negative number. --
 param name=lowbal_amt value=5/
 param name=lowbal_action value=play ding/
 
 !-- By default, terminate a caller when their balance hits $0.00. You
 can set this to a negative number. --
 param name=nobal_amt value=0/
 param name=nobal_action value=hangup/
 
 !-- If a call goes beyond a certain dollar amount, flag or terminate
 it
 --
 param name=percall_max_amt value=100/
 param name=percall_action value=hangup/
 
   /settings
 /configuration
 
 Account 1001.xml
 
 include
   user id=1001 mailbox=1001
 params
   param name=password value=1234/
   param name=vm-password value=1001/
   param name=vm-mailto value=/
   param name=vm-email-all-messages value=false/
   param name=vm-delete-file value=false/
   param name=vm-attach-file value=false/
 /params
 variables
   variable name=toll_allow value=domestic,international,local/
   variable name=accountcode value=1001/
   variable name=user_context value=default/
   variable name=effective_caller_id_name value=Extension 1001/
   !--variable name=nibble_rate value=0.10/
   variable name=nibble_account value=1001/--
   variable name=effective_caller_id_number value=1001/
   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/
   variable name=name value=Edmar/
   variable name=label value=/
   variable name=areacode value=63/
   variable name=effective_caller_int_name value=/
   variable name=effective_caller_int_number value=/
   variable name=record_calls value=false/
   variable name=vm_active value=true/
   variable name=process_cdr value=false/
   variable name=cfwd_active value=false/
   variable name=cfwd_dest value=/
   variable name=cfwd_busyactive value=false/
   variable name=cfwd_busydest value=/
   variable name=cfwd_noansweractive value=false/
   variable name=cfwd_noanswerdest value=/
   variable name=cfwd_noanswerseconds value=/
   variable name=call_progressaudio value=0/
   variable name=allow_outbound value=true/
   variable name=allow_xfer value=false/
   variable name=hotline_active value=true/
   variable name=hotline_dest value=/
   variable name=classofservice value=0/
 /variables
   /user
 /include
 
 
 I check unixodbc has been installed. 
 
 # isql zenoss edmar edmar 
 [SQL]
 
 Connected successfully but on freeswitch error Cannot connect to user ODBC
 [root]
 
 
 Darren Schreiber wrote:
 
 What is in your ODBC settings in nibblebill.conf.xml ? Can you paste the
 real logs from FS's logs? The info below is not nearly detailed enough. 
 
 -Original Message-
 From: Edmar Cruz [mailto:darklio...@yahoo.com] 
 Sent: Monday, June 15, 2009 6:44 PM
 To: freeswitch-users@lists.freeswitch.org
 Subject: [Freeswitch-users] Error on mod_nibblebill cannot connect to
 ODBC
 
 
 Hi
 
 I experiencing an error on mod_nibblebill. I already load it from
 autoload_configs, especially mod_spidermonkey. Uncomment
 mod_spidermonkey_odbc. I also download unixodbc and created the files
 /etc/odbcinst.ini and /etc/odbc.ini with the correct format
 
 [zenoss]
 DATABASE = tcapi
 USER= root
 PASS= password
 .
 
 I type also on the console isql zenoss root password

Re: [Freeswitch-users] Is freeswitch can call mobile phones?

2009-06-18 Thread Edmar Cruz

I got one... But its a secret...

mercutioviz wrote:
 
 I am not aware of anyone who will give you free access to any kind of PSTN
 network. If you do find someone please let us in on the secret. :)
 
 -MC
 
 On Thu, Jun 18, 2009 at 2:58 AM, Edmar Cruz darklio...@yahoo.com wrote:
 

 Hi is there any possible free sites ip that i can connect so I can could
 to
 any mobiles phones?

 I know some several ip sites has the capability to call for free Ip to
 Voip... I know freeswitch can do this


 Can you give me an example site?
 --
 View this message in context:
 http://www.nabble.com/Is-freeswitch-can-call-mobile-phones--tp24088222p24088222.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Is-freeswitch-can-call-mobile-phones--tp24088222p24104115.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Allow invites from another sip server?

2009-06-17 Thread Edmar Cruz

On my acl.conf.xml

I allow the ip 116.50.110.2

Is this correct?

list name=myip default=deny
   node type=allow cidr=116.50.110.2/32/
/list

Error sip_invite() ... Error occur rejected by acl domains

param name=apply-inbound-acl value=domains/
param name=apply-register_acl value=domains/

-- 
View this message in context: 
http://www.nabble.com/Allow-invites-from-another-sip-server--tp24067552p24067552.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Allow invites from another sip server?

2009-06-17 Thread Edmar Cruz

Thanks a lot... A mistake from me...

Edmar Cruz wrote:
 
 
 On my acl.conf.xml
 
 I allow the ip 116.50.110.2
 
 Is this correct?
 
 list name=myip default=deny
node type=allow cidr=116.50.110.2/32/
 /list
 
 Error sip_invite() ... Error occur rejected by acl domains
 
 param name=apply-inbound-acl value=domains/
 param name=apply-register_acl value=domains/
 
 -- 
 View this message in context:
 http://www.nabble.com/Allow-invites-from-another-sip-server--tp24067552p24067552.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://n2.nabble.com/Allow-invites-from-another-sip-server--tp3090843p3091145.html
Sent from the freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How can I join two freeswitch on two servers?

2009-06-17 Thread Edmar Cruz

Not working... CALL Rejected

dujinfang wrote:
 
 comment lines in the user directory do the trick:
 
variable name=effective_caller_id_name value=Extension  
 1000/
variable name=effective_caller_id_number value=1000/
variable name=outbound_caller_id_name value=$$ 
 {outbound_caller_name}/
variable name=outbound_caller_id_number value=$$ 
 {outbound_caller_id}/
 
 
 On Jun 17, 2009, at 12:26 PM, Edmar Cruz wrote:
 

 If FS A has an account 8011105 does FS B also nid to register  
 8011105? Yes it
 working on a gateway but the username of the gateway was shown on my
 softphone and also it nids a password for the gateway... is there an  
 option
 to view the caller name and number of the FS A gateway to FS B?




 Brian West-3 wrote:

 COPY paste fail :)



 something like that as per the example.

 /b

 On Jun 16, 2009, at 11:02 PM, Edmar Cruz wrote:


 How can sofia profile can call ACL?
 Can you give me an example?
 Like this?

 I put this on external profile

 /
 /


 Brian West-3 wrote:

 Now you have to tell the sofia profile to use that ACL

 /b

 On Jun 16, 2009, at 10:03 PM, Edmar Cruz wrote:

 How can i turn off authentication? This is my acl.conf.xml on
 192.168.0.105

 list name=fsb default=deny
 node type=allow cidr=192.168.0.104/32/
 /list

 On 192.168.0.4

 list name=fsa default=deny
 node type=allow cidr=192.168.0.105/32/
 /list


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 -- 
 View this message in context:
 http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066647.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 -- 
 View this message in context:
 http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066825.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24086477.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] created external5090 on profile not working?

2009-06-16 Thread Edmar Cruz

I created a profile name external5090 on
/usr/local/freeswitch/conf/sip_profiles/external5090.xml... Change
ext-sip-ip and ext-rtp-ip for a server 192.168.0.104 with sip-port: 5090...
My local Ip is 192.168.0.105... I see it with I type it on the API
freeswitch and type sofia status is there... How can I know that it is
working? 

can u send me a API freeswitch for it?

may code is originate sofia/external5090/1...@192.168.0.104:5090 5090

is this correct?
-- 
View this message in context: 
http://www.nabble.com/created-external5090-on-profile-not-working--tp24048269p24048269.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Is there anyone who is connected to PCCW?

2009-06-16 Thread Edmar Cruz

PCCW is use for making calls through IP connected through cellphone just
enter the areacode for example

900639274522123

900-prefix
63-areacode
9274522123 - number?

Has anyone has tried it?

Please help me how to connect to it
-- 
View this message in context: 
http://www.nabble.com/Is-there-anyone-who-is-connected-to-PCCW--tp24049302p24049302.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] is there any available gui for freeswitch using cake php?

2009-06-16 Thread Edmar Cruz

Thanks for that info... Can you send me this project if and only if it is
already finished on this email darkl...@yahoo.com? Thanks a lot... 


Diego Viola wrote:
 
 I'm currently rewriting the entire thing, it was a commercial app
 first, but I'm re-writing it in order to make it open source. It's not
 ready yet, as soon as I finish it, I will release it to the public.
 
 Diego
 
 On Mon, Jun 15, 2009 at 11:06 PM, Edmar Cruzdarklio...@yahoo.com wrote:

 Can you share me the link of it so i can try... Please

 Diego Viola wrote:

 I'm currently writing a rails app that uses mod_nibblebill for billing,
 it's
 a calling card app.

 Diego

 On Mon, Jun 15, 2009 at 6:21 AM, Edmar Cruz darklio...@yahoo.com
 wrote:


 Yup tcapi is a great cake php GUI for freeswitch but it is not yet
 fully
 developed...
 Is there any GUI with billing options?


 seven-8 wrote:
 
  http://www.tcapi.org/index.php?title=Main_Page
 
 
 
  On Jun 15, 2009, at 5:59 PM, Edmar Cruz wrote:
 
 
  is there any available gui for freeswitch using cake php complete
  instead of
  wikipbx, spice softphone or pfsense?
  --
  View this message in context:
 
 http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24031900.html
  Sent from the Freeswitch-users mailing list archive at Nabble.com.
 
 
  ___
  Freeswitch-users mailing list
  Freeswitch-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
  UNSUBSCRIBE:
 http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org
 
 
  ___
  Freeswitch-users mailing list
  Freeswitch-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org
 
 

 --
 View this message in context:
 http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24032171.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 --
 View this message in context:
 http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24046873.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24050713.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] is there any available gui for freeswitch using cake php?

2009-06-16 Thread Edmar Cruz

Hello sir,

Do you know how to connect to two freeswitch at a time with different Ip
addresses?

If a user is register on FreeSwitch 1, the user should not have another
account or he/she will not register anymore for Freeswitch 2?

They can call each other...

I already make one but an error occur Can't find user 1566...@192.168.0.105
You must define a domain called 192.168.0.105 in your directory and add a
user=1566331 .

Can you give me an example?

Thanks for the help. 


Edmar Cruz wrote:
 
 Thanks for that info... Can you send me this project if and only if it is
 already finished on this email darkl...@yahoo.com? Thanks a lot... 
 
 
 Diego Viola wrote:
 
 I'm currently rewriting the entire thing, it was a commercial app
 first, but I'm re-writing it in order to make it open source. It's not
 ready yet, as soon as I finish it, I will release it to the public.
 
 Diego
 
 On Mon, Jun 15, 2009 at 11:06 PM, Edmar Cruzdarklio...@yahoo.com wrote:

 Can you share me the link of it so i can try... Please

 Diego Viola wrote:

 I'm currently writing a rails app that uses mod_nibblebill for billing,
 it's
 a calling card app.

 Diego

 On Mon, Jun 15, 2009 at 6:21 AM, Edmar Cruz darklio...@yahoo.com
 wrote:


 Yup tcapi is a great cake php GUI for freeswitch but it is not yet
 fully
 developed...
 Is there any GUI with billing options?


 seven-8 wrote:
 
  http://www.tcapi.org/index.php?title=Main_Page
 
 
 
  On Jun 15, 2009, at 5:59 PM, Edmar Cruz wrote:
 
 
  is there any available gui for freeswitch using cake php complete
  instead of
  wikipbx, spice softphone or pfsense?
  --
  View this message in context:
 
 http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24031900.html
  Sent from the Freeswitch-users mailing list archive at Nabble.com.
 
 
  ___
  Freeswitch-users mailing list
  Freeswitch-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
  UNSUBSCRIBE:
 http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org
 
 
  ___
  Freeswitch-users mailing list
  Freeswitch-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org
 
 

 --
 View this message in context:
 http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24032171.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 --
 View this message in context:
 http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24046873.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24051970.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How can I join two freeswitch on two servers?

2009-06-16 Thread Edmar Cruz

Actually my plan is if FS Server A has an account of 8011105, FS Server B
shouldn't create another directory config. The user most not create an
account 8011105 ON FS Server B. Single account for two servers. When I used
a gateway config, yes its working but it needs a username and password

My FS A = 192.168.0.104
My FS B = 192.168.0.105

My sample sip_profiles/external/gwfsa.xml

include
 
   gateway name=gwfasa
 
 
 
 
   /gateway

/include 


I log as 8011104 and call 8011107

When I used this config on FS Server A and I called to FS B (8011107) the
caller user id is 8011105 and the ip is 192.168.0.104

Is there another way to manage the gateway with the caller id of the user
not the gateway user id and is there a gateway that doesn't need a username
and password?


Dan Le wrote:
 
 If you want FS server A to be able to call FS server B, you can set up a
 user account in server B's FS directory configs, and then just treat
 server
 B as a normal gateway by adding a gateway definition in server A. That
 will
 allow you to route calls to server B from A; to do the reverse, just
 mirror
 the configs the other direction.
 
 On Mon, Jun 15, 2009 at 9:38 PM, Edmar Cruz darklio...@yahoo.com wrote:
 

 I like to connect two freeswitch, call each other, communicate and vice
 versa.
 Can you give me an example for that?

 Thanks
 --
 View this message in context:
 http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24045824.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24065535.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Error on mod_nibblebill cannot connect to ODBC

2009-06-16 Thread Edmar Cruz

my nibble.conf.xml

configuration name=nibblebill.conf description=Nibble Billing
  settings
   

!-- Information for connecting to your database --




!-- The database table where your CASH column is located --


!-- The column name where we store the value of the account --


!-- The column name for the unique ID identifying the account --



!-- Default heartbeat interval. Set to 'off' for no heartbeat (i.e.
bill only at end of call) --


!-- By default, warn a caller when their balance is at $5.00. You can
set this to a negative number. --



!-- By default, terminate a caller when their balance hits $0.00. You
can set this to a negative number. --



!-- If a call goes beyond a certain dollar amount, flag or terminate it
--



  /settings
/configuration

Account 1001.xml

include
  user id=1001 mailbox=1001
params
  
  
  
  
  
  
/params
variables
  variable name=toll_allow value=domestic,international,local/
  variable name=accountcode value=1001/
  variable name=user_context value=default/
  variable name=effective_caller_id_name value=Extension 1001/
  !--variable name=nibble_rate value=0.10/
  variable name=nibble_account value=1001/--
  variable name=effective_caller_id_number value=1001/
  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/
  variable name=name value=Edmar/
  variable name=label value=/
  variable name=areacode value=63/
  variable name=effective_caller_int_name value=/
  variable name=effective_caller_int_number value=/
  variable name=record_calls value=false/
  variable name=vm_active value=true/
  variable name=process_cdr value=false/
  variable name=cfwd_active value=false/
  variable name=cfwd_dest value=/
  variable name=cfwd_busyactive value=false/
  variable name=cfwd_busydest value=/
  variable name=cfwd_noansweractive value=false/
  variable name=cfwd_noanswerdest value=/
  variable name=cfwd_noanswerseconds value=/
  variable name=call_progressaudio value=0/
  variable name=allow_outbound value=true/
  variable name=allow_xfer value=false/
  variable name=hotline_active value=true/
  variable name=hotline_dest value=/
  variable name=classofservice value=0/
/variables
  /user
/include


I check unixodbc has been installed. 

# isql zenoss edmar edmar 
[SQL]

Connected successfully but on freeswitch error Cannot connect to user ODBC
[root]


Darren Schreiber wrote:
 
 What is in your ODBC settings in nibblebill.conf.xml ? Can you paste the
 real logs from FS's logs? The info below is not nearly detailed enough. 
 
 -Original Message-
 From: Edmar Cruz [mailto:darklio...@yahoo.com] 
 Sent: Monday, June 15, 2009 6:44 PM
 To: freeswitch-users@lists.freeswitch.org
 Subject: [Freeswitch-users] Error on mod_nibblebill cannot connect to ODBC
 
 
 Hi
 
 I experiencing an error on mod_nibblebill. I already load it from
 autoload_configs, especially mod_spidermonkey. Uncomment
 mod_spidermonkey_odbc. I also download unixodbc and created the files
 /etc/odbcinst.ini and /etc/odbc.ini with the correct format
 
 [zenoss]
 DATABASE = tcapi
 USER= root
 PASS= password
 .
 
 I type also on the console isql zenoss root password. Also working...
 
 But an error occur on freeswitch Cannot connect to user [root] ...
 
 What do you thinks is the problem?
 --
 View this message in context:
 http://www.nabble.com/Error-on-mod_nibblebill-cannot-connect-to-ODBC-tp24045
 890p24045890.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/Error-on-mod_nibblebill-cannot-connect-to-ODBC-tp24045890p24065638.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How can I join two freeswitch on two servers?

2009-06-16 Thread Edmar Cruz

How can i turn off authentication? This is my acl.conf.xml on 192.168.0.105

list name=fsb default=deny
node type=allow cidr=192.168.0.104/32/
/list

On 192.168.0.4

list name=fsa default=deny
node type=allow cidr=192.168.0.105/32/
/list


Brian West-3 wrote:
 
 Turn off authentication or use ACL's
 
 /b
 
 On Jun 16, 2009, at 8:28 PM, Edmar Cruz wrote:
 
 Is there another way to manage the gateway with the caller id of the  
 user
 not the gateway user id and is there a gateway that doesn't need a  
 username
 and password?
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066210.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How can I join two freeswitch on two servers?

2009-06-16 Thread Edmar Cruz
How can i turn off authentication? This is my acl.conf.xml on 192.168.0.105


list name=fsb default=deny
node type=allow cidr=192.168.0.104/32/
/list

On 192.168.0.4

list name=fsa default=deny
node type=allow cidr=192.168.0.105/32/
/list



From: Brian West br...@freeswitch.org
To: freeswitch-users@lists.freeswitch.org
Sent: Tuesday, June 16, 2009 10:49:58 PM
Subject: Re: [Freeswitch-users] How can I join two freeswitch on two servers?

Turn off authentication or use ACL's

/b

On Jun 16, 2009, at 8:28 PM, Edmar Cruz wrote:

 Is there another way to manage the gateway with the caller id of the  
 user
 not the gateway user id and is there a gateway that doesn't need a  
 username
 and password?


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How can I join two freeswitch on two servers?

2009-06-16 Thread Edmar Cruz

How can sofia profile can call ACL?
Can you give me an example?

Brian West-3 wrote:
 
 Now you have to tell the sofia profile to use that ACL
 
 /b
 
 On Jun 16, 2009, at 10:03 PM, Edmar Cruz wrote:
 
 How can i turn off authentication? This is my acl.conf.xml on  
 192.168.0.105

 list name=fsb default=deny
 node type=allow cidr=192.168.0.104/32/
 /list

 On 192.168.0.4

 list name=fsa default=deny
 node type=allow cidr=192.168.0.105/32/
 /list
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066647.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How can I join two freeswitch on two servers?

2009-06-16 Thread Edmar Cruz

If FS A has an account 8011105 does FS B also nid to register 8011105? Yes it
working on a gateway but the username of the gateway was shown on my
softphone and also it nids a password for the gateway... is there an option
to view the caller name and number of the FS A gateway to FS B? 




Brian West-3 wrote:
 
 COPY paste fail :)
 
   
 
 something like that as per the example.
 
 /b
 
 On Jun 16, 2009, at 11:02 PM, Edmar Cruz wrote:
 

 How can sofia profile can call ACL?
 Can you give me an example?
 Like this?

 I put this on external profile

 /
 /


 Brian West-3 wrote:

 Now you have to tell the sofia profile to use that ACL

 /b

 On Jun 16, 2009, at 10:03 PM, Edmar Cruz wrote:

 How can i turn off authentication? This is my acl.conf.xml on
 192.168.0.105

 list name=fsb default=deny
 node type=allow cidr=192.168.0.104/32/
 /list

 On 192.168.0.4

 list name=fsa default=deny
 node type=allow cidr=192.168.0.105/32/
 /list


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 -- 
 View this message in context:
 http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066647.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066825.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How can I join two freeswitch on two servers?

2009-06-16 Thread Edmar Cruz

Yes its already set to false... What should I do?

list name=fsb default=deny
node type=allow cidr=192.168.0.104/32/
 /list

list name=fsa default=deny
node type=allow cidr=192.168.0.105/32/
 /list


Brian West-3 wrote:
 
 Its not an error its a warning and you don't have your ACL's  
 configured correctly.  You're trying too hard!  :)  set auth- 
 calls=false on the profile.
 
 /b
 
 On Jun 16, 2009, at 11:30 PM, Edmar Cruz wrote:
 

 Error on freeswitch Can't find user [8011105 @192.168.0.105] ... on  
 FS B
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24067204.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Asterisks to Freeswitch CALL REJECTED

2009-06-15 Thread Edmar Cruz

I am trying to call Freeswitch using Asterisks and using a softphone X-Lite
but the issue is call rejected by freeswitch? Is their any configuration
files to allow asterisks to call to freeswitch?


-- 
View this message in context: 
http://www.nabble.com/Asterisks-to-Freeswitch-CALL-REJECTED-tp24031735p24031735.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] is there any available gui for freeswitch using cake php?

2009-06-15 Thread Edmar Cruz

is there any available gui for freeswitch using cake php complete instead of
wikipbx, spice softphone or pfsense?
-- 
View this message in context: 
http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24031900.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] is there any available gui for freeswitch using cake php?

2009-06-15 Thread Edmar Cruz

Yup tcapi is a great cake php GUI for freeswitch but it is not yet fully
developed...
Is there any GUI with billing options?


seven-8 wrote:
 
 http://www.tcapi.org/index.php?title=Main_Page
 
 
 
 On Jun 15, 2009, at 5:59 PM, Edmar Cruz wrote:
 

 is there any available gui for freeswitch using cake php complete  
 instead of
 wikipbx, spice softphone or pfsense?
 -- 
 View this message in context:
 http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24031900.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24032171.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] is there any available gui for freeswitch using cake php?

2009-06-15 Thread Edmar Cruz

I like to use this GUI for both OS windows and linux. Wikipbx and PFSENSE is
for linux only... Just a simple website that I need to integrate...

seven-8 wrote:
 
 
 On Jun 15, 2009, at 6:21 PM, Edmar Cruz wrote:
 

 Yup tcapi is a great cake php GUI for freeswitch but it is not yet  
 fully
 developed...
 Is there any GUI with billing options?


 
 AFAIK, no fully developed GUI available yet, just curious, why are you  
 finding a GUI instead of wikipbx or pfsense?
 
 
 seven-8 wrote:

 http://www.tcapi.org/index.php?title=Main_Page



 On Jun 15, 2009, at 5:59 PM, Edmar Cruz wrote:


 is there any available gui for freeswitch using cake php complete
 instead of
 wikipbx, spice softphone or pfsense?
 -- 
 View this message in context:
 http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24031900.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 -- 
 View this message in context:
 http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24032171.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24045733.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] How can I join two freeswitch on two servers?

2009-06-15 Thread Edmar Cruz

I like to connect two freeswitch, call each other, communicate and vice
versa.
Can you give me an example for that?

Thanks
-- 
View this message in context: 
http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24045824.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Error on mod_nibblebill cannot connect to ODBC

2009-06-15 Thread Edmar Cruz

Hi

I experiencing an error on mod_nibblebill. I already load it from
autoload_configs, especially mod_spidermonkey. Uncomment
mod_spidermonkey_odbc. I also download unixodbc and created the files
/etc/odbcinst.ini and /etc/odbc.ini with the correct format

[zenoss]
DATABASE = tcapi
USER= root
PASS= password
.

I type also on the console isql zenoss root password. Also working...

But an error occur on freeswitch Cannot connect to user [root] ...

What do you thinks is the problem?
-- 
View this message in context: 
http://www.nabble.com/Error-on-mod_nibblebill-cannot-connect-to-ODBC-tp24045890p24045890.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] is there any available gui for freeswitch using cake php?

2009-06-15 Thread Edmar Cruz

Can you share me the link of it so i can try... Please

Diego Viola wrote:
 
 I'm currently writing a rails app that uses mod_nibblebill for billing,
 it's
 a calling card app.
 
 Diego
 
 On Mon, Jun 15, 2009 at 6:21 AM, Edmar Cruz darklio...@yahoo.com wrote:
 

 Yup tcapi is a great cake php GUI for freeswitch but it is not yet fully
 developed...
 Is there any GUI with billing options?


 seven-8 wrote:
 
  http://www.tcapi.org/index.php?title=Main_Page
 
 
 
  On Jun 15, 2009, at 5:59 PM, Edmar Cruz wrote:
 
 
  is there any available gui for freeswitch using cake php complete
  instead of
  wikipbx, spice softphone or pfsense?
  --
  View this message in context:
 
 http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24031900.html
  Sent from the Freeswitch-users mailing list archive at Nabble.com.
 
 
  ___
  Freeswitch-users mailing list
  Freeswitch-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
  UNSUBSCRIBE:
 http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org
 
 
  ___
  Freeswitch-users mailing list
  Freeswitch-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org
 
 

 --
 View this message in context:
 http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24032171.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://www.nabble.com/is-there-any-available-gui-for-freeswitch-using-cake-php--tp24031900p24046873.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] How to connect Freeswitch Windows, Freeswitch Linux and also vice versa?

2009-06-14 Thread Edmar Cruz

Ip Windows:  192.168.0.104
  Ip Linux:192.168.0.105
  

  My windows:
  
  My sample on sip_profiles/external/dialus.xml
  
  extension name=dialus
   
condition field=destination_number expression=^014(\d+)$
  
   action application=bridge
data=sofia/external/$...@192.168.0.105:5080/

/condition
  /extension
  
  
   My linux: 
  
  My sample on sip_profiles/external/dialus2.xml
  
   extension name=dialus2
   
condition field=destination_number expression=^014(\d+)$
  
   action application=bridge
data=sofia/external/$...@192.168.0.104:5080/

/condition
  /extension
  

  I have a number on windows 01497710001, on linux 01497710002
  
  Trying to call each other  on windows I dial 0149771002   
  
  But error on switch_ivr_originate: INVALID_NUMBER_FORMAT
  
  Please help me with this urgent issue...
  
  Or send me instructions or xml code that will me to solve this issue...
  
  
  Thanks,
  
  Edmar
-- 
View this message in context: 
http://www.nabble.com/How-to-connect-Freeswitch-Windows%2C-Freeswitch-Linux-and-also-vice-versa--tp24018568p24018568.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How to connect Freeswitch Windows, Freeswitch Linux and also vice versa?

2009-06-14 Thread Edmar Cruz

Actually, I dont know if my xml code is correct.. Please give me an example
of an external profile connecting this 2 OS? And instructions

Thanks



mercutioviz wrote:
 
 Just curious, why are you dialing out the external gw?
 -MC
 
 Sent from my iPhone
 
 On Jun 13, 2009, at 11:11 PM, Edmar Cruz  wrote:
 

 Ip Windows:  192.168.0.104
  Ip Linux:192.168.0.105


  My windows:

  My sample on sip_profiles/external/dialus.xml

  



data=sofia/external/$...@192.168.0.105:5080/


  


   My linux:

  My sample on sip_profiles/external/dialus2.xml

   



data=sofia/external/$...@192.168.0.104:5080/


  


  I have a number on windows 01497710001, on linux 01497710002

  Trying to call each other  on windows I dial 0149771002

  But error on switch_ivr_originate: INVALID_NUMBER_FORMAT

  Please help me with this urgent issue...

  Or send me instructions or xml code that will me to solve this  
 issue...


  Thanks,

  Edmar
 -- 
 View this message in context:
 http://www.nabble.com/How-to-connect-Freeswitch-Windows%2C-Freeswitch-Linux-and-also-vice-versa--tp24018568p24018568.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context: 
http://n2.nabble.com/How-to-connect-Freeswitch-Windows%2C-Freeswitch-Linux-and-also-vice-versa--tp3074838p3078668.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How to connect Freeswitch Windows, Freeswitch Linux and also vice versa?

2009-06-14 Thread Edmar Cruz

I just want to connect to this to OS with an external xml code. How can I do
that? I get some examples on the wiki but not working.

Edmar Cruz wrote:
 
 Actually, I dont know if my xml code is correct.. Please give me an
 example of an external profile connecting this 2 OS? And instructions
 
 Thanks
 
 
 
 mercutioviz wrote:
 
 Just curious, why are you dialing out the external gw?
 -MC
 
 Sent from my iPhone
 
 On Jun 13, 2009, at 11:11 PM, Edmar Cruz darklio...@yahoo.com wrote:
 

 Ip Windows:  192.168.0.104
  Ip Linux:192.168.0.105


  My windows:

  My sample on sip_profiles/external/dialus.xml

  extension name=dialus

condition field=destination_number expression=^014(\d+)$

   action application=bridge
 data=sofia/external/$...@192.168.0.105:5080/

/condition
  /extension


   My linux:

  My sample on sip_profiles/external/dialus2.xml

   extension name=dialus2

condition field=destination_number expression=^014(\d+)$

   action application=bridge
 data=sofia/external/$...@192.168.0.104:5080/

/condition
  /extension


  I have a number on windows 01497710001, on linux 01497710002

  Trying to call each other  on windows I dial 0149771002

  But error on switch_ivr_originate: INVALID_NUMBER_FORMAT

  Please help me with this urgent issue...

  Or send me instructions or xml code that will me to solve this  
 issue...


  Thanks,

  Edmar
 -- 
 View this message in context:
 http://www.nabble.com/How-to-connect-Freeswitch-Windows%2C-Freeswitch-Linux-and-also-vice-versa--tp24018568p24018568.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 
 

-- 
View this message in context: 
http://n2.nabble.com/How-to-connect-Freeswitch-Windows%2C-Freeswitch-Linux-and-also-vice-versa--tp3074838p3078676.html
Sent from the freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org