Re: [Asterisk-Users] Codecs and RealTime

2004-12-15 Thread Matthew Boehm
- Original Message - From: Damian Minkov [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion [EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 12:03 PM Subject: Re: [Asterisk-Users] Codecs and RealTime The result after INSERT INTO sip_buddies (allow,disallow

Re: [Asterisk-Users] Codecs and RealTime

2004-12-15 Thread Matthew Boehm
PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 9:15 AM Subject: [Asterisk-Users] Codecs and RealTime I have updated from latest CVS 2 days ago and I have run Realtime SIPBuddies today i noticed problem with codecs. If there is nothing in the DB for allow and disallow sip

Re: [Asterisk-Users] Codecs and RealTime

2004-12-15 Thread Damian Minkov
(allow,disallow) VALUES (g729;g726;gsm,g711); to give the equiv of: allow=g729 allow=g726 allow=gsm disallow=g711 -Matthew - Original Message - From: Damian Minkov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 9:15 AM Subject: [Asterisk-Users] Codecs and RealTime

[Asterisk-Users] Codecs and RealTime

2004-12-15 Thread Damian Minkov
I have updated from latest CVS 2 days ago and I have run Realtime SIPBuddies today i noticed problem with codecs. If there is nothing in the DB for allow and disallow sip show peer ... : Codecs : 0x10d (g723|ulaw|alaw|g729) Codec Order : (g729|g723|ulaw|alaw) But if I put in the

Re: [Asterisk-Users] Codecs and RealTime

2004-12-15 Thread Greg - Cirelle Enterprises
At 11:02 AM 12/15/04, you wrote: Your sip_buddies table should have 2 columns, allow and disallow. You should be able to: INSERT INTO sip_buddies (allow,disallow) VALUES (g729;g726;gsm,g711); to give the equiv of: allow=g729 allow=g726 allow=gsm disallow=g711 -Matthew I have the sip in 2 tables,

Re: [Asterisk-Users] Codecs and RealTime

2004-12-15 Thread Matthew Boehm
- Non-Commercial Discussion [EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 1:02 PM Subject: Re: [Asterisk-Users] Codecs and RealTime At 11:02 AM 12/15/04, you wrote: Your sip_buddies table should have 2 columns, allow and disallow. You should be able to: INSERT INTO sip_buddies (allow