Re: [asterisk-users] Problems w/Asterisk Realtime + MySQL + SIP

2008-07-22 Thread Walter Stanish
Try to delete whole column 'md5secret' from DB peers table. Leave only 'secret'. And try then. Same result. Regards, Walter Stanish Owner / Director Occident Systems (+86 15808 700 801) ___ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Problems w/Asterisk Realtime + MySQL + SIP

2008-07-22 Thread Grey Man
On Mon, Jul 21, 2008 at 6:40 PM, Walter Stanish [EMAIL PROTECTED] wrote: [Jul 21 15:28:21] DEBUG[2028] chan_sip.c: Received REGISTER (2) - Command in SIP REGISTER [Jul 21 15:28:21] DEBUG[2028] chan_sip.c: SIP message could not be handled, bad request:

Re: [asterisk-users] Problems w/Asterisk Realtime + MySQL + SIP

2008-07-22 Thread Walter Stanish
It looks like Asterisk is unhappy with the SIP REGISTER request coming from your softphone for some reason. It's very strange that it's occurring for two different softphones though. I couldn't see any sign of the console message from your first trace [Jul 21 15:40:47] DEBUG[2105]:

Re: [asterisk-users] Problems w/Asterisk Realtime + MySQL + SIP

2008-07-22 Thread Grey Man
On Tue, Jul 22, 2008 at 10:32 AM, Walter Stanish [EMAIL PROTECTED] wrote: Any further ideas? Other than trying a different asterisk version, I'm feeling pretty stuck. Is there an equivalent of the Asterisk console odbc show command for MySQL? That would show you whether Asterisk has a

Re: [asterisk-users] Problems w/Asterisk Realtime + MySQL + SIP

2008-07-22 Thread Walter Stanish
extconfig.conf contents (as per first message) were: sipusers = mysql,asterisk_config,sip_users sippeers = mysql,asterisk_config,sip_peers However, I've now commented them all out to static config for testing purposes. I was unable to locate a long-term changelog, so I'm currently compiling

Re: [asterisk-users] Problems w/Asterisk Realtime + MySQL + SIP [SOLVED!]

2008-07-22 Thread Walter Stanish
After upgrading to 1.4.21.1 I received some more verbose debug messages. Apparently the cause of the problem was that the following table columns MUST exist for a SIP peer to register. ipaddr (i used varchar(32)) port (i used int unsigned) regseconds (i used bigint unsigned) This is

[asterisk-users] Problems w/Asterisk Realtime + MySQL + SIP

2008-07-21 Thread Walter Stanish
Hi all, Asterisk is great but I'm having issues with setting up realtime for our call center, which is needed for login integration with the rest of our applications (telephonists' web interface, etc.). I have reviewed a large number of previous posts to the mailing list and the voip-info wiki to

Re: [asterisk-users] Problems w/Asterisk Realtime + MySQL + SIP

2008-07-21 Thread Grey Man
On Mon, Jul 21, 2008 at 9:11 AM, Walter Stanish [EMAIL PROTECTED] wrote: [Jul 21 15:28:21] DEBUG[2028] chan_sip.c: Received REGISTER (2) - Command in SIP REGISTER [Jul 21 15:28:21] DEBUG[2028] chan_sip.c: SIP message could not be handled, bad request:

Re: [asterisk-users] Problems w/Asterisk Realtime + MySQL + SIP

2008-07-21 Thread Walter Stanish
[Jul 21 15:28:21] DEBUG[2028] chan_sip.c: Received REGISTER (2) - Command in SIP REGISTER [Jul 21 15:28:21] DEBUG[2028] chan_sip.c: SIP message could not be handled, bad request: ZjFhZjZlNmZmZjM3OWFlYzE0MGYzZDYwYzJmODAwNDg. It looks like Asterisk is unhappy with the SIP REGISTER request

Re: [asterisk-users] Problems w/Asterisk Realtime + MySQL + SIP

2008-07-21 Thread Mindaugas Kezys
21, 2008 8:40 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Problems w/Asterisk Realtime + MySQL + SIP [Jul 21 15:28:21] DEBUG[2028] chan_sip.c: Received REGISTER (2) - Command in SIP REGISTER [Jul 21 15:28:21] DEBUG[2028] chan_sip.c