LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Twinkle phones not receiving incoming, but can place calls (https://www.linuxquestions.org/questions/linux-server-73/twinkle-phones-not-receiving-incoming-but-can-place-calls-633123/)

Lantzvillian 04-04-2008 05:25 PM

Twinkle phones not receiving incoming, but can place calls
 
Hey everyone,
Getting my asterisk server pretty close to 100% production level stability, however somehow it seems to dislike the twinkle softphones. Why I am not sure, however, when you call the extension that the twinkle phone is using it goes straight to voicemail and no ringing.

I can also call other hard phones, and the Xlite softphones no problem that are setup the same way. Asterisk problem?

Below is the output from the CLI.

Code:


Executing [4001@default:1] Dial("SIP/4001-b770f098", "SIP/4001|20|") in new stack
    -- Called 4001xit
[Apr  4 15:21:09] NOTICE[7477]: chan_sip.c:2880 auto_congest: Auto-congesting SIP/4001-09c09f90
    -- SIP/4001-09c09f90 is circuit-busy
[Apr  4 15:21:09] NOTICE[32216]: cdr.c:434 ast_cdr_free: CDR on channel 'SIP/4001-09c09f90' not posted
  == Everyone is busy/congested at this time (1:0/1/0)
    -- Executing [4001@default:2] VoiceMail("SIP/4001-b770f098", "4001@default") in new stack
    -- <SIP/4001-b770f098> Playing 'vm-intro' (language 'en')

thanks,

Ronnie

comprookie2000 04-04-2008 07:38 PM

Are they registered?
CLI> sip show peers
also you could try putting their context in the dialplan;
SIP/4001@whatever|20
or here is one of mine;
Dial(SIP/2000@192.168.0.110:5060|30)
also you can dial from the asterisk command line to see what gets through, saves the time of changing the dialplan and reloading asterisk each time.

Lantzvillian 04-05-2008 02:40 PM

Yep they are registered and using port 5060. Iptables are down for testing of this on both my machine which is Fedora and the other guys which is Suse. Like I say ifyou look at the CLI it is dialing.. btu this busy buisness is wierd, its like Twinkle if off the hook busy.


All times are GMT -5. The time now is 07:17 AM.