Dear Newfies' developers,
first of all, congratulations for your baby, it's really a fantastic idea to develop a open source autodialer. In my humble oppinion, to develop high technology GNU software is more than a commercial option, it's something higer regarding the evolution of the humanity by taking to the reach of common ppl, the technology and knowledge that usually is under the locks of powerfull corporations and consequently inaccessible to most ppl. Btw, thank you for accept my subscription in your forum.
I could install and run newfies dialer in a local machine for testing purposes as well I could register trunks at inphonex' servers just by following your beginner's guide.
Name Type Data State
=================================================================================================
internal profile sip:mod_sofia@192.168.0.123:5060 RUNNING (0)
external profile sip:mod_sofia@192.168.0.123:5080 RUNNING (0)
external::example.com gateway sip:joeuser@example.com NOREG
external::Inphonex1 gateway sip:xxxxxxx1@sip.inphonex.com REGED
external::Inphonex gateway sip:xxxxxxx2@sip.inphonex.com REGED
external::Inphonex2 gateway sip:xxxxxxx3@sip.inphonex.com REGED
192.168.0.123 alias internal ALIASED
internal-ipv6 profile sip:mod_sofia@[::1]:5060 RUNNING (0)
=================================================================================================
However something unexpected was gone wrong...
2012-01-16 13:07:57.444866 [DEBUG] switch_core_session.c:875 Send signal sofia/external/XXXXXXXXXXX [BREAK]
2012-01-16 13:07:57.465201 [DEBUG] switch_core_session.c:875 Send signal sofia/external/XXXXXXXXXXX [BREAK]
2012-01-16 13:07:57.465201 [DEBUG] switch_core_session.c:875 Send signal sofia/external/XXXXXXXXXXX [BREAK]
2012-01-16 13:07:57.465201 [DEBUG] sofia.c:5482 Channel sofia/external/XXXXXXXXXXX entering state [terminated][400]
2012-01-16 13:07:57.465201 [DEBUG] switch_channel.c:2846 (sofia/external/XXXXXXXXXXX) Callstate Change RINGING -> HANGUP
2012-01-16 13:07:57.465201 [NOTICE] sofia.c:6246 Hangup sofia/external/XXXXXXXXXXX [CS_CONSUME_MEDIA] [NORMAL_TEMPORARY_FAILURE]
2012-01-16 13:07:57.465201 [DEBUG] switch_ivr_originate.c:3364 Originate Resulted in Error Cause: 41 [NORMAL_TEMPORARY_FAILURE]
2012-01-16 13:07:57.465201 [DEBUG] switch_channel.c:2869 Send signal sofia/external/XXXXXXXXXXX [KILL]
2012-01-16 13:07:57.465201 [DEBUG] switch_core_session.c:1180 Send signal sofia/external/XXXXXXXXXXX [BREAK]
2012-01-16 13:07:57.465201 [DEBUG] switch_core_state_machine.c:362 (sofia/external/XXXXXXXXXXX) Running State Change CS_HANGUP
2012-01-16 13:07:57.465201 [DEBUG] switch_core_state_machine.c:602 (sofia/external/XXXXXXXXXXX) State HANGUP
2012-01-16 13:07:57.465201 [DEBUG] mod_sofia.c:463 sofia/external/XXXXXXXXXXX Overriding SIP cause 503 with 400 from the other leg
2012-01-16 13:07:57.465201 [DEBUG] mod_sofia.c:469 Channel sofia/external/XXXXXXXXXXX hanging up, cause: NORMAL_TEMPORARY_FAILURE
2012-01-16 13:07:57.465201 [DEBUG] switch_core_state_machine.c:47 sofia/external/XXXXXXXXXXX Standard HANGUP, cause: NORMAL_TEMPORARY_FAILURE
2012-01-16 13:07:57.465201 [DEBUG] switch_core_state_machine.c:602 (sofia/external/XXXXXXXXXXX) State HANGUP going to sleep
2012-01-16 13:07:57.465201 [DEBUG] switch_core_state_machine.c:393 (sofia/external/XXXXXXXXXXX) State Change CS_HANGUP -> CS_REPORTING
2012-01-16 13:07:57.465201 [DEBUG] switch_core_session.c:1180 Send signal sofia/external/XXXXXXXXXXX [BREAK]
2012-01-16 13:07:57.465201 [DEBUG] switch_core_state_machine.c:362 (sofia/external/XXXXXXXXXXX) Running State Change CS_REPORTING
2012-01-16 13:07:57.465201 [DEBUG] switch_core_state_machine.c:662 (sofia/external/XXXXXXXXXXX) State REPORTING
2012-01-16 13:07:57.484934 [DEBUG] switch_core_state_machine.c:79 sofia/external/XXXXXXXXXXX Standard REPORTING, cause: NORMAL_TEMPORARY_FAILURE
2012-01-16 13:07:57.484934 [DEBUG] switch_core_state_machine.c:662 (sofia/external/XXXXXXXXXXX) State REPORTING going to sleep
2012-01-16 13:07:57.484934 [DEBUG] switch_core_state_machine.c:387 (sofia/external/XXXXXXXXXXX) State Change CS_REPORTING -> CS_DESTROY
2012-01-16 13:07:57.484934 [DEBUG] switch_core_session.c:1180 Send signal sofia/external/XXXXXXXXXXX [BREAK]
2012-01-16 13:07:57.484934 [DEBUG] switch_core_session.c:1380 Session 9 (sofia/external/XXXXXXXXXXX) Locked, Waiting on external entities
2012-01-16 13:07:57.484934 [NOTICE] switch_core_session.c:1398 Session 9 (sofia/external/XXXXXXXXXXX) Ended
2012-01-16 13:07:57.484934 [NOTICE] switch_core_session.c:1400 Close Channel sofia/external/XXXXXXXXXXX [CS_DESTROY]
2012-01-16 13:07:57.484934 [DEBUG] switch_core_state_machine.c:491 (sofia/external/XXXXXXXXXXX) Callstate Change HANGUP -> DOWN
2012-01-16 13:07:57.484934 [DEBUG] switch_core_state_machine.c:494 (sofia/external/XXXXXXXXXXX) Running State Change CS_DESTROY
2012-01-16 13:07:57.484934 [DEBUG] switch_core_state_machine.c:504 (sofia/external/XXXXXXXXXXX) State DESTROY
2012-01-16 13:07:57.484934 [DEBUG] mod_sofia.c:374 sofia/external/XXXXXXXXXXX SOFIA DESTROY
2012-01-16 13:07:57.504917 [DEBUG] switch_nat.c:571 unmapped public port 20900 protocol UDP to localport 20900
2012-01-16 13:07:57.524997 [DEBUG] switch_nat.c:571 unmapped public port 20901 protocol UDP to localport 20901
2012-01-16 13:07:57.524997 [DEBUG] switch_core_state_machine.c:86 sofia/external/XXXXXXXXXXX Standard DESTROY
2012-01-16 13:07:57.524997 [DEBUG] switch_core_state_machine.c:504 (sofia/external/XXXXXXXXXXX) State DESTROY going to sleep
Please help me to make it work, I'm really stuck on this and I coudn't find more information...
I intend to run your solution in a datacenter in the future, but I need the tests in this box working fine in house before to try something out.
At that point we will can discuss a customization for a commercial use of your software, but for now I still need to try it.
Thanks for all