RE: [asterisk-users] Polycom_acd_functions SIP trouble

2006-07-28 Thread Dean @ INKnBITs
At first, but if you checkout the version 1221, someone has fixed it.

svn checkout http://svn.digium.com/svn/zaptel/trunk/ zaptel-trunk -r 1221

Regards,
Dean.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Michael
Miller
Sent: 28 July 2006 04:27
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] Polycom_acd_functions SIP trouble


Did you by chance have to make changes to get Zaptel to compile?

Michael

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dean @
INKnBITs
Sent: Monday, July 24, 2006 3:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Polycom_acd_functions SIP trouble

I've got the same problem, the only version I can find that works is
30432,
but the meetme conference does not compile in this version. A fix for
the
newest version for username/auth name would be great!


- Original Message -
From: James Fromm [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Sent: Monday, July 24, 2006 7:24 PM
Subject: [asterisk-users] Polycom_acd_functions SIP trouble


 I'm trying to use the latest revision of Bweschke's branch from SVN
for
 polycom_acd_functions.  Asterisk builds and runs without error but all
 SIP devices can't register when specifying a secret in sip.conf.  The
 Polycom 601 I'm testing with and a copy of SJphone will not register.
 IAX from Idefisk works without error.

 The error all SIP devices get is:

 Jul 24 10:26:48 NOTICE[31524]: chan_sip.c:14203
handle_request_register:
 Registration from 'sip:[EMAIL PROTECTED]' failed for
 '192.168.0.95' - Username/auth name mismatch

 Commenting the definition of a secret in sip.conf for the device
solves
 this.  Here's the config for one of the devices.

 [1003]
 type=friend
 canreinvite=no
 host=dynamic
 username=1003
 ; secret=stuff
 context=outbound
 callerid=Jimmy 1003
 [EMAIL PROTECTED]
 nat=no

 Why won't this revision accept the definition of a secret?  Am I
missing
 something simple (stupid)?

 Thanks,
 Jay

 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] Polycom_acd_functions SIP trouble

2006-07-27 Thread Michael Miller
Did you by chance have to make changes to get Zaptel to compile?

Michael

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dean @
INKnBITs
Sent: Monday, July 24, 2006 3:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Polycom_acd_functions SIP trouble

I've got the same problem, the only version I can find that works is
30432,
but the meetme conference does not compile in this version. A fix for
the
newest version for username/auth name would be great!


- Original Message -
From: James Fromm [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Sent: Monday, July 24, 2006 7:24 PM
Subject: [asterisk-users] Polycom_acd_functions SIP trouble


 I'm trying to use the latest revision of Bweschke's branch from SVN
for
 polycom_acd_functions.  Asterisk builds and runs without error but all
 SIP devices can't register when specifying a secret in sip.conf.  The
 Polycom 601 I'm testing with and a copy of SJphone will not register.
 IAX from Idefisk works without error.

 The error all SIP devices get is:

 Jul 24 10:26:48 NOTICE[31524]: chan_sip.c:14203
handle_request_register:
 Registration from 'sip:[EMAIL PROTECTED]' failed for
 '192.168.0.95' - Username/auth name mismatch

 Commenting the definition of a secret in sip.conf for the device
solves
 this.  Here's the config for one of the devices.

 [1003]
 type=friend
 canreinvite=no
 host=dynamic
 username=1003
 ; secret=stuff
 context=outbound
 callerid=Jimmy 1003
 [EMAIL PROTECTED]
 nat=no

 Why won't this revision accept the definition of a secret?  Am I
missing
 something simple (stupid)?

 Thanks,
 Jay

 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Polycom_acd_functions SIP trouble

2006-07-26 Thread Faris Raouf

James Fromm wrote:
Yeah, we tried that.  Tried every combination of variables in sip.conf. 
 Only solution that works is removing the requirement for a secret.


Faris Raouf wrote:




One thing to try is setting type=peer instead of type=friend. I'm a 
bit dazed and confused at the moment, but if I remember correctly 
Polycom phones just don't work with type=friend.


Of course this doesn't explain why SJPhone won't work either so maybe 
I'm totally off-track, but it might be worth giving it a try just the 
same.




Don't give up just yet. I spent hours with exactly the same problem (in 
the mainstream * release) until I sorted it out with the type=friend.


How about re-trying but changing the password in both the polycom and 
sip.conf? Try a 1 digit password.


Also is there no way to get some debug output in Asterisk that can give 
more details? Something that can show the password being sent and the 
password expected rather than just saying it is wrong (seems like a very 
useful thing to have if it isn't there already)?


Faris.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Polycom_acd_functions SIP trouble

2006-07-25 Thread Faris Raouf

Dovid Bender wrote:
I am sure you prob. know this but in your configs it shows secret 
commented out. Also it with a softphone if it dosent work then, then its 
your configs. Also did you remember to reload asterisk ?

- Original Message - From: James Fromm [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Sent: Monday, July 24, 2006 2:24 PM
Subject: [asterisk-users] Polycom_acd_functions SIP trouble


I'm trying to use the latest revision of Bweschke's branch from SVN 
for polycom_acd_functions.  Asterisk builds and runs without error but 
all SIP devices can't register when specifying a secret in sip.conf.  
The Polycom 601 I'm testing with and a copy of SJphone will not 
register. IAX from Idefisk works without error.




One thing to try is setting type=peer instead of type=friend. I'm a bit 
dazed and confused at the moment, but if I remember correctly Polycom 
phones just don't work with type=friend.


Of course this doesn't explain why SJPhone won't work either so maybe 
I'm totally off-track, but it might be worth giving it a try just the same.


Faris.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Polycom_acd_functions SIP trouble

2006-07-25 Thread James Fromm
Exactly.  If I uncomment the secret, no SIP device or softphone will be 
able to register.  I commented the secret so I could continue to 
configure using this revision of the branch.  No SIP device or softphone 
can register as long as a secret is required.


Dovid Bender wrote:
I am sure you prob. know this but in your configs it shows secret 
commented out. Also it with a softphone if it dosent work then, then its 
your configs. Also did you remember to reload asterisk ?

- Original Message - From: James Fromm [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Sent: Monday, July 24, 2006 2:24 PM
Subject: [asterisk-users] Polycom_acd_functions SIP trouble


I'm trying to use the latest revision of Bweschke's branch from SVN 
for polycom_acd_functions.  Asterisk builds and runs without error but 
all SIP devices can't register when specifying a secret in sip.conf.  
The Polycom 601 I'm testing with and a copy of SJphone will not 
register. IAX from Idefisk works without error.


The error all SIP devices get is:

Jul 24 10:26:48 NOTICE[31524]: chan_sip.c:14203 
handle_request_register: Registration from 
'sip:[EMAIL PROTECTED]' failed for '192.168.0.95' - 
Username/auth name mismatch


Commenting the definition of a secret in sip.conf for the device 
solves this.  Here's the config for one of the devices.


[1003]
type=friend
canreinvite=no
host=dynamic
username=1003
; secret=stuff
context=outbound
callerid=Jimmy 1003
[EMAIL PROTECTED]
nat=no

Why won't this revision accept the definition of a secret?  Am I 
missing something simple (stupid)?


Thanks,
Jay

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Polycom_acd_functions SIP trouble

2006-07-25 Thread James Fromm
Yeah, we tried that.  Tried every combination of variables in sip.conf. 
 Only solution that works is removing the requirement for a secret.


Faris Raouf wrote:

Dovid Bender wrote:

I am sure you prob. know this but in your configs it shows secret 
commented out. Also it with a softphone if it dosent work then, then 
its your configs. Also did you remember to reload asterisk ?

- Original Message - From: James Fromm [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Sent: Monday, July 24, 2006 2:24 PM
Subject: [asterisk-users] Polycom_acd_functions SIP trouble


I'm trying to use the latest revision of Bweschke's branch from SVN 
for polycom_acd_functions.  Asterisk builds and runs without error 
but all SIP devices can't register when specifying a secret in 
sip.conf.  The Polycom 601 I'm testing with and a copy of SJphone 
will not register. IAX from Idefisk works without error.




One thing to try is setting type=peer instead of type=friend. I'm a bit 
dazed and confused at the moment, but if I remember correctly Polycom 
phones just don't work with type=friend.


Of course this doesn't explain why SJPhone won't work either so maybe 
I'm totally off-track, but it might be worth giving it a try just the same.


Faris.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Polycom_acd_functions SIP trouble

2006-07-24 Thread James Fromm
I'm trying to use the latest revision of Bweschke's branch from SVN for 
polycom_acd_functions.  Asterisk builds and runs without error but all 
SIP devices can't register when specifying a secret in sip.conf.  The 
Polycom 601 I'm testing with and a copy of SJphone will not register. 
IAX from Idefisk works without error.


The error all SIP devices get is:

Jul 24 10:26:48 NOTICE[31524]: chan_sip.c:14203 handle_request_register: 
Registration from 'sip:[EMAIL PROTECTED]' failed for 
'192.168.0.95' - Username/auth name mismatch


Commenting the definition of a secret in sip.conf for the device solves 
this.  Here's the config for one of the devices.


[1003]
type=friend
canreinvite=no
host=dynamic
username=1003
;   secret=stuff
context=outbound
callerid=Jimmy 1003
[EMAIL PROTECTED]
nat=no

Why won't this revision accept the definition of a secret?  Am I missing 
something simple (stupid)?


Thanks,
Jay

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Polycom_acd_functions SIP trouble

2006-07-24 Thread Dean @ INKnBITs
I've got the same problem, the only version I can find that works is 30432,
but the meetme conference does not compile in this version. A fix for the
newest version for username/auth name would be great!


- Original Message -
From: James Fromm [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Sent: Monday, July 24, 2006 7:24 PM
Subject: [asterisk-users] Polycom_acd_functions SIP trouble


 I'm trying to use the latest revision of Bweschke's branch from SVN for
 polycom_acd_functions.  Asterisk builds and runs without error but all
 SIP devices can't register when specifying a secret in sip.conf.  The
 Polycom 601 I'm testing with and a copy of SJphone will not register.
 IAX from Idefisk works without error.

 The error all SIP devices get is:

 Jul 24 10:26:48 NOTICE[31524]: chan_sip.c:14203 handle_request_register:
 Registration from 'sip:[EMAIL PROTECTED]' failed for
 '192.168.0.95' - Username/auth name mismatch

 Commenting the definition of a secret in sip.conf for the device solves
 this.  Here's the config for one of the devices.

 [1003]
 type=friend
 canreinvite=no
 host=dynamic
 username=1003
 ; secret=stuff
 context=outbound
 callerid=Jimmy 1003
 [EMAIL PROTECTED]
 nat=no

 Why won't this revision accept the definition of a secret?  Am I missing
 something simple (stupid)?

 Thanks,
 Jay

 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Polycom_acd_functions SIP trouble

2006-07-24 Thread BJ Weschke

On 7/24/06, Dean @ INKnBITs [EMAIL PROTECTED] wrote:

I've got the same problem, the only version I can find that works is 30432,
but the meetme conference does not compile in this version. A fix for the
newest version for username/auth name would be great!


- Original Message -
From: James Fromm [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Sent: Monday, July 24, 2006 7:24 PM
Subject: [asterisk-users] Polycom_acd_functions SIP trouble


 I'm trying to use the latest revision of Bweschke's branch from SVN for
 polycom_acd_functions.  Asterisk builds and runs without error but all
 SIP devices can't register when specifying a secret in sip.conf.  The
 Polycom 601 I'm testing with and a copy of SJphone will not register.
 IAX from Idefisk works without error.



It's going to be a bit guys before I can get in and figure out what's
going on with the later revisions of the branches. We're pretty tied
up with client work which comes first, but I'll send an email back out
as soon as we've had an opportunity to troubleshoot this and get a
resolution committed.

BJ

--
Bird's The Word Technologies, Inc.
http://www.btwtech.com/
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Polycom_acd_functions SIP trouble

2006-07-24 Thread Dovid Bender
I am sure you prob. know this but in your configs it shows secret commented 
out. Also it with a softphone if it dosent work then, then its your configs. 
Also did you remember to reload asterisk ?
- Original Message - 
From: James Fromm [EMAIL PROTECTED]

To: asterisk-users@lists.digium.com
Sent: Monday, July 24, 2006 2:24 PM
Subject: [asterisk-users] Polycom_acd_functions SIP trouble


I'm trying to use the latest revision of Bweschke's branch from SVN for 
polycom_acd_functions.  Asterisk builds and runs without error but all SIP 
devices can't register when specifying a secret in sip.conf.  The Polycom 
601 I'm testing with and a copy of SJphone will not register. IAX from 
Idefisk works without error.


The error all SIP devices get is:

Jul 24 10:26:48 NOTICE[31524]: chan_sip.c:14203 handle_request_register: 
Registration from 'sip:[EMAIL PROTECTED]' failed for 
'192.168.0.95' - Username/auth name mismatch


Commenting the definition of a secret in sip.conf for the device solves 
this.  Here's the config for one of the devices.


[1003]
type=friend
canreinvite=no
host=dynamic
username=1003
; secret=stuff
context=outbound
callerid=Jimmy 1003
[EMAIL PROTECTED]
nat=no

Why won't this revision accept the definition of a secret?  Am I missing 
something simple (stupid)?


Thanks,
Jay

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users