Hall, Eric M.
2004-Apr-02 20:14 UTC
[Asterisk-Users] All calls go to Voice mail and never ring.
I'm starting to get this to work! Well I got Voice Mail to work! All calls goes to voice mail without ringing the users phone (iaxComm). Here is my iax.conf and my extensions.conf Any help would be great!! Thanks -------------- next part -------------- A non-text attachment was scrubbed... Name: extensions.conf Type: application/octet-stream Size: 1039 bytes Desc: extensions.conf Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040402/32943e38/extensions.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: iax.conf Type: application/octet-stream Size: 390 bytes Desc: iax.conf Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040402/32943e38/iax.obj
Scott Laird
2004-Apr-03 09:32 UTC
[Asterisk-Users] All calls go to Voice mail and never ring.
On Apr 2, 2004, at 7:14 PM, Hall, Eric M. wrote:> I'm starting to get this to work! Well I got Voice Mail to work! > > All calls goes to voice mail without ringing the users phone (iaxComm). > Here is my iax.conf and my extensions.conf > > Any help would be great!!I don't see anything really obviously wrong here, although I didn't spend that much time looking. Try running asterisk with extra debugging (just connect with asterisk -vvvvvvvvr) and see what it says when you make calls. Odds are, it'll say something that'll be helpful. Scott
Hall, Eric M.
2004-Apr-03 09:50 UTC
[Asterisk-Users] All calls go to Voice mail and never ring.
Now its not even going to voice mail.. Here is the output from the debug [root@VoIPGateway asterisk]# asterisk -vvvvvvvvr == Parsing '/etc/asterisk/asterisk.conf': Found Asterisk CVS-03/31/04-12:57:49, Copyright (C) 1999-2004 Digium. Written by Mark Spencer <markster@digium.com> =======================================================================Connected to Asterisk CVS-03/31/04-12:57:49 currently running on VoIPGateway (pid = 1748) Rx-Frame Retry[No] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: REGREQ Timestamp: 00001ms SCall: 30249 DCall: 00000 [24.145.226.226:4569] USERNAME : brett REFRESH : 300 Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass: REGAUTH Timestamp: 00003ms SCall: 00002 DCall: 30249 [24.145.226.226:4569] AUTHMETHODS : 3 CHALLENGE : 143731950 USERNAME : brett Rx-Frame Retry[No] -- OSeqno: 001 ISeqno: 001 Type: IAX Subclass: REGREQ Timestamp: 00047ms SCall: 30249 DCall: 00002 [24.145.226.226:4569] USERNAME : brett REFRESH : 300 MD5 RESULT : ccf4f762dd160c477a78a1fa2f712ad8 Tx-Frame Retry[000] -- OSeqno: 001 ISeqno: 002 Type: IAX Subclass: REGACK Timestamp: 00057ms SCall: 00002 DCall: 30249 [24.145.226.226:4569] USERNAME : Brett DATE TIME : 142826960 REFRESH : 60 APPARENT ADDRES : IPV4 24.145.226.226:4569 CALLING NAME : "Eric <111>" Rx-Frame Retry[Yes] -- OSeqno: 001 ISeqno: 001 Type: IAX Subclass: REGREQ Timestamp: 00047ms SCall: 30249 DCall: 00002 [24.145.226.226:4569] USERNAME : brett REFRESH : 300 MD5 RESULT : ccf4f762dd160c477a78a1fa2f712ad8 Tx-Frame Retry[-01] -- OSeqno: 001 ISeqno: 002 Type: IAX Subclass: ACK Timestamp: 00047ms SCall: 00002 DCall: 30249 [24.145.226.226:4569] Rx-Frame Retry[No] -- OSeqno: 002 ISeqno: 002 Type: IAX Subclass: ACK Timestamp: 00057ms SCall: 30249 DCall: 00002 [24.145.226.226:4569] Rx-Frame Retry[No] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: NEW Timestamp: 00001ms SCall: 30250 DCall: 00000 [24.145.226.226:4569] VERSION : 2 CALLING NUMBER : 700000000 CALLING NAME : IaxComm User FORMAT : 2 CAPABILITY : 2 USERNAME : brett CALLED NUMBER : 111 DNID : 111 Apr 3 11:46:38 NOTICE[1142106560]: chan_iax2.c:4806 socket_read: Rejected connect attempt from 24.145.226.226 Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass: REJECT Timestamp: 00009ms SCall: 00003 DCall: 30250 [24.145.226.226:4569] CAUSE : No authority found Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: NEW Timestamp: 00001ms SCall: 30250 DCall: 00000 [24.145.226.226:4569] VERSION : 2 CALLING NUMBER : 700000000 CALLING NAME : IaxComm User FORMAT : 2 CAPABILITY : 2 USERNAME : brett CALLED NUMBER : 111 DNID : 111 Tx-Frame Retry[-01] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass: ACK Timestamp: 00001ms SCall: 00003 DCall: 30250 [24.145.226.226:4569] Rx-Frame Retry[No] -- OSeqno: 001 ISeqno: 000 Type: VOICE Subclass: 2 Timestamp: 00063ms SCall: 30250 DCall: 00000 [24.145.226.226:4569] Tx-Frame Retry[-01] -- OSeqno: 000 ISeqno: 002 Type: IAX Subclass: ACK Timestamp: 00063ms SCall: 00003 DCall: 30250 [24.145.226.226:4569] Rx-Frame Retry[No] -- OSeqno: 001 ISeqno: 001 Type: IAX Subclass: ACK Timestamp: 00009ms SCall: 30250 DCall: 00003 [24.145.226.226:4569] -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Scott Laird Sent: Saturday, April 03, 2004 11:32 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] All calls go to Voice mail and never ring. On Apr 2, 2004, at 7:14 PM, Hall, Eric M. wrote:> I'm starting to get this to work! Well I got Voice Mail to work! > > All calls goes to voice mail without ringing the users phone(iaxComm).> Here is my iax.conf and my extensions.conf > > Any help would be great!!I don't see anything really obviously wrong here, although I didn't spend that much time looking. Try running asterisk with extra debugging (just connect with asterisk -vvvvvvvvr) and see what it says when you make calls. Odds are, it'll say something that'll be helpful. Scott _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users