[Asterisk-Users]Unable to register license for G729 codec

2005-04-13 Thread Mohammed Firdosh Nasim
Hi,

I bought the license for codec g.729a from digium and am now facing some
problem registering the codec with them.
i got the following message.


--
./register G729-**key**
 

 
Digium Product Registration
Copyright (C) 2004, Digium, Inc.

 
Analyzing key 'G729-**key**'

 
Connecting to Digium License Server (216.207.245.3:5646)...FAILED(2)!

-

Kindly give ur valuable suggestion.

Thanks,
Firdosh

___
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


RE: [Asterisk-Users] How to register two SIP phones ( e.g. WindowsMessenger) from different subnet to *

2005-03-17 Thread Mohammed Firdosh Nasim
On Thu, 2005-03-17 at 11:34, Alexander Lopez wrote:
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Mohammed
 Firdosh Nasim
 Sent: Tuesday, March 15, 2005 11:08 PM
 To: asterisk-users@lists.digium.com
 Subject: Re: [Asterisk-Users] How to register two SIP phones ( e.g.
 WindowsMessenger) from different subnet to *
 
 On Sat, 2005-03-12 at 07:42, Luki wrote:
  Firdosh,
  
  there were couple typos on my last email, but that's essentially what
  I said. There are two ways of doing it -- but neither will work given
  you current setup.
  
  1) Phone A talks directly to B.
  2) Both Phone A and B talk to a common point C. Point C proxies
  traffic between A and B, because A and B cannot see each other
  directly.
  
  You you can't have both clients on the same subnet, then you need a
  third subnet C that is reachable from both A and B. Asterisk runs in
  subnet C and proxies the traffic between A and B.
  
  --Luki
 
 
 Hi All,
 
 I have a dedicated * server at 172.16.200.150 and my two windows
 messenger clients are at 172.16.25.X  172.16.15.X. Now the server is
 visible to both the subnets.Both the users/clients[say msn1  msn2] are
 configured. Then call is made from one user to another. After the callee
 receives/accepts the call, neither of users able to hear anything. Sip
 debug shows 200 OK for the call.Do I have to register= the users, if
 yes kindly mail the register string.
 
 Here are the sip.conf and extensions.conf
 
 sip.conf
 -
 [msn1]
 type=friend
 host=dynamic
 context=default
 dtmfmode=inband
 disallow=all
 allow=ulaw
 allow=alaw
 canreinvite=yes
 nat=yes
  
 
 
 
 [msn2]
 host=dynamic
 type=friend
 context=default
 dtmfmode=inband
 disallow=all
 allow=ulaw
 allow=alaw
 canreinvite=yes
 
 extensions.conf
 
 [default]
 exten = msn1, 1, Dial(SIP/msn1, 20)
 exten = msn2, 1, Dial(SIP/msn2, 20)
 
 
 
 Thanks and regards,
 
 Firdosh
 ___
 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
 
 
 
 
 For starters, Get rib of canreinvite=yes, set it to canreinvite=no. This
 will keep * in the Media path. (You can try msn1 to msn2 directly later)
 
 Second, what does the output of 'sip show peers' show?? This is from the
 CLI prompt on the asterisk server console.



 
I just changed canreinvite=yes to canreinvite=no and its working fine.
Thanks a lot for ur suggestion.

___
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


Re: [Asterisk-Users] How to register two SIP phones ( e.g. Windows Messenger) from different subnet to *

2005-03-15 Thread Mohammed Firdosh Nasim
On Sat, 2005-03-12 at 07:42, Luki wrote:
 Firdosh,
 
 there were couple typos on my last email, but that's essentially what
 I said. There are two ways of doing it -- but neither will work given
 you current setup.
 
 1) Phone A talks directly to B.
 2) Both Phone A and B talk to a common point C. Point C proxies
 traffic between A and B, because A and B cannot see each other
 directly.
 
 You you can't have both clients on the same subnet, then you need a
 third subnet C that is reachable from both A and B. Asterisk runs in
 subnet C and proxies the traffic between A and B.
 
 --Luki


Hi All,

I have a dedicated * server at 172.16.200.150 and my two windows
messenger clients are at 172.16.25.X  172.16.15.X. Now the server is
visible to both the subnets.Both the users/clients[say msn1  msn2] are
configured. Then call is made from one user to another. After the callee
receives/accepts the call, neither of users able to hear anything. Sip
debug shows 200 OK for the call.Do I have to register= the users, if
yes kindly mail the register string.

Here are the sip.conf and extensions.conf

sip.conf
-
[msn1]
type=friend
host=dynamic
context=default
dtmfmode=inband
disallow=all
allow=ulaw
allow=alaw
canreinvite=yes
nat=yes

 

 
[msn2]
host=dynamic
type=friend
context=default
dtmfmode=inband
disallow=all
allow=ulaw
allow=alaw
canreinvite=yes

extensions.conf

[default]
exten = msn1, 1, Dial(SIP/msn1, 20)
exten = msn2, 1, Dial(SIP/msn2, 20)



Thanks and regards,

Firdosh
___
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


[Asterisk-Users] Problem with NOTIFY

2005-03-10 Thread Mohammed Firdosh Nasim
Hi,

Consider the scenario

Asterisk Version : 1.0.5

UA1 = Asterisk Server (AS) = UA2

UA1  UA2 have successfully registered with AS (Asterisk Server).

Now UA1 sends SUBSCRIBE (for UA2) to AS  UA1 gets 200 OK to SUBSCRIBE.

AS sends NOTIFY with open status to UA1 for UA2.

Now if UA2 unregisters (REGISTER with expires = 0), then no NOTIFY is 

issued to UA1 about UA2. UA1 assumes UA2 as still in open status.

But AS *MUST* have sent NOTIFY with status closed to UA1. Why this is 

not happening? Is there any configuration problem? Are there any special
commands in asterisk to enable notifications like this??

Please do help in this regard

With regards
Firdosh

___
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


[Asterisk-Users] How to register two SIP phones ( e.g. Windows Messenger) from different subnet to *

2005-03-10 Thread Mohammed Firdosh Nasim
Hi All,

I have two SIP softphones(Windows Messenger) running on different subnet
(Phone-1 on IP XXX.XXX.25.ABC  Phone-2 on IP XXX.XXX.15.XYZ) and my 

Asterisk Server is running on IP XXX.XXX.25.PQR.Because of some security
issues both the subnets are completely isolated ( U cant even PING from 

one to other) and  I want to connect Phone-1  Phone-2 to the *. 

How can I proceed? Please do help in this regard

Thanks and Regards,

Firdosh.
___
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