[Asterisk-Users] MeetMe - Party's are not exchanging Audio - Is this BUG?

2006-02-07 Thread Somesh S Shanbhag
Hi All,  I observed the following in my try towards Multiparty Conferencing. I am establishing the Multiparty Conferencing through Asterisk Manager API. I have two users SIP/111 and SIP/101 of which SIP/101 is treated as leader. Following commands are used -  Action: Originate Channel: SIP/111 Application: MeetMe Data: |edwx ActionID: ffe4563  When I use the above, Incoming call will be generated to SIP/111 and when it accepts the call, a message shall be played from asterisk which is like - " You are entering conference number 0 and conference will begin as soon as   leader arrives". This is fine.  Now I shall give another command -  Action: Originate Channel: SIP/101 Application: MeetMe Data: 0|aEp ActionID: ffe4563  As soon as I do the above, Incoming call is generated to SIP/101 (leader) and when he accepts the call it plays the message - "You are joinin
 g the
  conference number 0". This is fine.  But now, when SIP/111 talks SIP/101 (leader) is able to hear. But when SIP/101(leader) talks, SIP/111 is not able to hear anything...  Is this a BUG in MeetMe? Please clarify the same.  I am using asterisk-1.2.0 and zaptel - ztdummy are installed.  Regards, Somesh S. Shanbhag  
	
	
		Bring words and photos together (easily) with 
PhotoMail  - it's free and works with your Yahoo! Mail.___
--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] Re: MeetMe - Party's are not exchanging Audio - Is this BUG?

2006-02-07 Thread Somesh S Shanbhag
Hi All,  Please help me solving this problem.  Thanks Somesh S. ShanbhagSomesh S Shanbhag [EMAIL PROTECTED] wrote: Hi All,  I observed the following in my try towards Multiparty Conferencing. I am establishing the Multiparty Conferencing through Asterisk Manager API. I have two users SIP/111 and SIP/101 of which SIP/101 is treated as leader. Following commands are used -  Action: Originate Channel: SIP/111 Application: MeetMe Data: |edwx ActionID: ffe4563  When I use the above, Incoming call will be generated to SIP/111 and when it accepts the call, a message shall be played from asterisk which is like - " You are entering conference number 0 and conference will begin as soon as   leader arrives". This is fine.  Now I shall give ano
 ther
 command -  Action: Originate Channel: SIP/101 Application: MeetMe Data: 0|aEp ActionID: ffe4563  As soon as I do the above, Incoming call is generated to SIP/101 (leader) and when he accepts the call it plays the message - "You are joining the   conference number 0". This is fine.  But now, when SIP/111 talks SIP/101 (leader) is able to hear. But when SIP/101(leader) talks, SIP/111 is not able to hear anything...  Is this a BUG in MeetMe? Please clarify the same.  I am using asterisk-1.2.0 and zaptel - ztdummy are installed.  Regards, Somesh S. Shanbhag Bring words and photos together (easily) with  PhotoMail  - it's free and works with your Ya
 hoo!
 Mail.
	
	
		Bring words and photos together (easily) with 
PhotoMail  - it's free and works with your Yahoo! Mail.___
--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] Re: Configuring Meeting Room from Asterisk Manager API

2006-02-06 Thread Somesh S Shanbhag
Hi Alexander,  Thanks for the quick response. Actually I tried out this. I tried like -  Action: Originate Channel: SIP/111 Application: MeetMe Data: |qdwx ActionID: ffe56637 But actually, it invites 111 and when 111 accepts the call, it will ask for  conference number and places 111 into conference with confno which the user  keys in.  But my requirement is slightly different.  111(user)ServerAsterisk  Actually, Server must be able to setup the conference room for 111 without having 111 bothering with keying in confnum. How can I do that from Manager API's? Do I have to use some DialPlan's?  Please solve the doubt.  Regds, Somesh S. Shanbhag Alexander Chemeris [EMAIL PROTECTED] wrote: Somesh,On 2/3/06, 
 Somesh S
 Shanbhag  wrote:  I want to do a three-party conferencing using manager api.  But I found out from the asterisk-users list that I *MUST* use  the meeting room concept.  I wanted to know wheather meeting room can be configured dynamically?  on the fly? Otherwise, configuring meeting room statically is not scalable.First search for 'dynamic conferences' on voip-info.org. There you'llfind macro to create dynamic conferences on the fly. Main idea is toenable dynamic creation of meetme rooms and create them according touser phone number.See also Originate command in manager actions reference.You may use command similar to this:Action: OriginateChannel: SIP/4Application: MeetMeData: 41|adEpqActionID: MeetMe-idCallerID: MeetMe-caller-idUse 'Channel' to specify user you want to add, and you may use'CallerID' to track following
 events.
	
	
		Bring words and photos together (easily) with 
PhotoMail  - it's free and works with your Yahoo! Mail.___
--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] Configuring Meeting Room from Asterisk Manager API

2006-02-02 Thread Somesh S Shanbhag
Hi All,  I want to do a three-party conferencing using manager api.  But I found out from the asterisk-users list that I *MUST* use  the meeting room concept.  I wanted to know wheather meeting room can be configured dynamically?  on the fly? Otherwise, configuring meeting room statically is not scalable.  Thanks Regards, Somesh S. Shanbhag 
	
	
		Bring words and photos together (easily) with 
PhotoMail  - it's free and works with your Yahoo! Mail.___
--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] Re: Configuring Meeting Room from Asterisk Manager API

2006-02-02 Thread Somesh S Shanbhag
Hi All,  Please help in this regard.  Regds, Somesh S. ShanbhagSomesh S Shanbhag [EMAIL PROTECTED] wrote: Hi All,  I want to do a three-party conferencing using manager api.  But I found out from the asterisk-users list that I *MUST* use  the meeting room concept.  I wanted to know wheather meeting room can be configured dynamically?  on the fly? Otherwise, configuring meeting room statically is not scalable.  Thanks Regards, Somesh S. ShanbhagBring words and photos together (easily) with  PhotoMail  - it's free and works with your Yahoo! Mail.
	
	
		Bring words and photos together (easily) with 
PhotoMail  - it's free and works with your Yahoo! Mail.___
--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] Problem with Action:Originate with ASterisk Manager

2006-01-09 Thread Somesh S Shanbhag
Hi Asterisk-users,  I am working with Aterisk Manager API's. I can login successfuly with the following.  char buff[256]; strcpy(buff, "Action: Login\r\nUsername: admin\r\nSecret: unix\r\n\r\n"); send(msock, buff, 255);  Now I want to try Action: Originate, therefore I tried the following  char buff1[256]; strcpy(buff1, "Action: Originate\r\nChannel: SIP/101\r\nExten: 102\r\nPriority: 1\r\nContext: default\r\n\r\n"); send(msock, buff1, 255);  But I get the following error response from Asterisk-Manager Response: Error Message: Missing action in request  Later I enabled the DEBUG Log in Asterisk I can see the following -   During the Login   *CLI Jan 10 12:26:33 DEBUG[24230]: manager.c:1253 process_message: Manager received command 'Login'  == Parsing
 '/etc/asterisk/manager.conf': Found  == Manager 'admin' logged on from 172.16.25.17   During the Action Originate  Jan 10 12:26:33 DEBUG[24230]: manager.c:1253 process_message: Manager received command ''My sip.conf [101] type=friend username=101 host=dynamic nat=yes canreinvite=yes disallow=all allow=ulaw allow=alaw dtmfmode=inband   [102] type=friend username=102 host=dynamic nat=yes canreinvite=yes disallow=all allow=ulaw allow=alaw dtmfmode=inband  My extesions.conf [default] exten=101,1,Dial(SIP/101,30,Ttrf) 
 
 exten=102,1,Dial(SIP/102,30,Ttrf)  What is the actual problem here? Am I doing some mistake? Please help me  in this regard.  Thanks  regards, Somesh S. Shanbhag   
		Yahoo! Photos – Showcase holiday pictures in hardcover 
Photo Books. You design it and we’ll bind it!___
--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] How to get To-header and From-header display name

2006-01-02 Thread Somesh S Shanbhag
Hi All,

How can I access the To-header and From-header display
name in Asterisk?

Example:
To: Carol [EMAIL PROTECTED]
From: Alice [EMAIL PROTECTED]

How to access the strings Carol / Alice from
Asterisk?

I have to access the same, may be, in extensions.conf.

But How do I read the display names?

Please help me with this topic.

Thanks for your valuable time
Regards,
Somesh S. Shanbhag



__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.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] Asterisk as Softswitch

2005-11-24 Thread Somesh S Shanbhag
Hi,

I had doubt like can asterisk talk ISUP over SS7 which
the normal PSTN
softswitches talk with other switches?

It becomes *necessary* that asterisk *should* talk
with other softswitches
in PSTN using ISUP/SS7 ??

Regards,
Somesh S. Shanbhag

--- Olle E. Johansson [EMAIL PROTECTED] wrote:

 Somesh S Shanbhag wrote:
  Dear All,
  
  Can I use Asterisk IP-PBX as Softswitch? If not,
 what
  is lacking in asterisk
  from not *becoming* softswitch?
  
 What is your definition of a softswitch?
 
 /O
 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Asterisk as Softswitch

2005-11-23 Thread Somesh S Shanbhag
Dear All,

Can I use Asterisk IP-PBX as Softswitch? If not, what
is lacking in asterisk
from not *becoming* softswitch?

Thanks

Regards,
Somesh S. Shanbhag




__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free. 
http://music.yahoo.com/unlimited/
___
--Bandwidth and Colocation sponsored by Easynews.com --

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: R: [Asterisk-Users] Problem setting up TDM22B card

2005-10-12 Thread Somesh S Shanbhag
modprobe zaptel is successful. When I do lsmod zaptel
is loaded.

Regards,
Somesh S. Shanbhag

--- Lyle Giese [EMAIL PROTECTED] wrote:

 I have not seen the output of modprob zaptel in this
 thread, which has 
 to take place before loading the other kernel
 drivers.
 
 Lyle
 
 
 so
 mesh s wrote:
 
 Hi,
 
 I changed the mother board (MB) but it is giving
 still
 the same problem.
   
 
 ouput of dmesg|tail 
   
 
 f6 != 58
 f7 != 59
 f8 != 58
 f9 != 59
 fa != 58
 fb != 59
 fc != 58
 fd != 59
 fe != 58
 Freshmaker failed register test
   
 
 and I have also configured zaptel.conf correctly.
 
 Whatz next? Can I assume that it is a hardware
 problem?
 
 Regards,
 Somesh S. Shanbhag
 
 
 --- John Novack [EMAIL PROTECTED]
 wrote:
 
   
 
 somesh s wrote:
 
 
 
 Hi,
 
 I didn't get any solution in the mailing list.
   
 

[http://asterisk.linkx.net/asteriskusers/200409/msg01167]
 
 
 What should be the next step?
 
 Changing the machine???
 Is it machine dependent?...
 
 Regards,
 Somesh S. Shanbhag
 
  
 
   
 
 Have you talked with Digium support?
 
 Their answer almost always is:
 
 Try another Motherboard
 They won't supply a list that is known to work,
 only
 ones that are known 
 NOT to work.
  From my limited experience, even if the MB says
 it
 is PCI 2.2, the TDM 
 card may or may not work.
 
 If you don't want to change machines, then  use an
 ATA or two Sipura's 
 work great.
 
 John Novack
 
 
 
 
  ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

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: R: [Asterisk-Users] Problem setting up TDM22B card

2005-09-30 Thread somesh s
Hi,

I changed the mother board (MB) but it is giving still
the same problem.
 ouput of dmesg|tail 
f6 != 58
f7 != 59
f8 != 58
f9 != 59
fa != 58
fb != 59
fc != 58
fd != 59
fe != 58
Freshmaker failed register test

and I have also configured zaptel.conf correctly.

Whatz next? Can I assume that it is a hardware
problem?

Regards,
Somesh S. Shanbhag


--- John Novack [EMAIL PROTECTED] wrote:

 
 
 somesh s wrote:
 
 Hi,
 
 I didn't get any solution in the mailing list.

[http://asterisk.linkx.net/asteriskusers/200409/msg01167]
 
 What should be the next step?
 
 Changing the machine???
 Is it machine dependent?...
 
 Regards,
 Somesh S. Shanbhag
 
   
 
 Have you talked with Digium support?
 
 Their answer almost always is:
 
 Try another Motherboard
 They won't supply a list that is known to work, only
 ones that are known 
 NOT to work.
  From my limited experience, even if the MB says it
 is PCI 2.2, the TDM 
 card may or may not work.
 
 If you don't want to change machines, then  use an
 ATA or two Sipura's 
 work great.
 
 John Novack
 
 
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 





__ 
Yahoo! for Good 
Donate to the Hurricane Katrina relief effort. 
http://store.yahoo.com/redcross-donate3/ 

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

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: R: [Asterisk-Users] Problem setting up TDM22B card

2005-09-30 Thread somesh s
Hi,

Output of scanpci -v

pci bus 0x0003 cardnum 0x00 function 0x00: vendor
0xe159 device 0x0001
 Tiger Jet Network Inc. Intel 537
 CardVendor 0xa159 card 0x0001 (Card unknown)
  STATUS0x0210  COMMAND 0x0107
  CLASS 0x02 0x80 0x00  REVISION 0x00
  BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE
0x00
  BASE0 0x2001  addr 0x2000  I/O
  BASE1 0xe810  addr 0xe810  MEM
  MAX_LAT   0x80  MIN_GNT 0x01  INT_PIN 0x01  INT_LINE
0x0b
  BYTE_00x01  BYTE_1  0x00  BYTE_2  0x62  BYTE_3 
0xec

Regards,
Somesh S. Shanbhag

--- somesh s [EMAIL PROTECTED] wrote:

 Hi,
 
 I changed the mother board (MB) but it is giving
 still
 the same problem.
  ouput of dmesg|tail 
 f6 != 58
 f7 != 59
 f8 != 58
 f9 != 59
 fa != 58
 fb != 59
 fc != 58
 fd != 59
 fe != 58
 Freshmaker failed register test
 
 and I have also configured zaptel.conf correctly.
 
 Whatz next? Can I assume that it is a hardware
 problem?
 
 Regards,
 Somesh S. Shanbhag
 
 
 --- John Novack [EMAIL PROTECTED]
 wrote:
 
  
  
  somesh s wrote:
  
  Hi,
  
  I didn't get any solution in the mailing list.
 

[http://asterisk.linkx.net/asteriskusers/200409/msg01167]
  
  What should be the next step?
  
  Changing the machine???
  Is it machine dependent?...
  
  Regards,
  Somesh S. Shanbhag
  

  
  Have you talked with Digium support?
  
  Their answer almost always is:
  
  Try another Motherboard
  They won't supply a list that is known to work,
 only
  ones that are known 
  NOT to work.
   From my limited experience, even if the MB says
 it
  is PCI 2.2, the TDM 
  card may or may not work.
  
  If you don't want to change machines, then  use an
  ATA or two Sipura's 
  work great.
  
  John Novack
  
  
  ___
  --Bandwidth and Colocation sponsored by
 Easynews.com
  --
  
  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
  
 
 
 
   
   

__
 
 Yahoo! for Good 
 Donate to the Hurricane Katrina relief effort. 
 http://store.yahoo.com/redcross-donate3/ 
 
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

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: R: [Asterisk-Users] Problem setting up TDM22B card

2005-09-27 Thread somesh s
Hi,

I did dmesg | tail it says ...
 dmesg | tail 
f6 != 58
f7 != 59
f8 != 58
f9 != 59
fa != 58
fb != 59
fc != 58
fd != 59
fe != 58
Freshmaker failed register test


This is small part of dmesg output which may help in
diagnosing the problem.
Registered Tormenta2 PCI
No ISA tormenta card found at d
usb.c: registered new driver wcusb
Wildcard USB FXS Interface driver registered
Registered tone zone 0 (United States / North America)
Registered tone zone 0 (United States / North America)
Freshmaker version: 58
00 != 18
01 != 19
02 != 18
03 != 19
04 != 18
05 != 19
06 != 18
07 != 19
08 != 18
09 != 19
0a != 18
0b != 19
. (it goes on like this  which I don't
understand!)
f9 != 59
fa != 58
fb != 59
fc != 58
fd != 59
fe != 58
Freshmaker failed register test

Can we make out something from this?

Regards,
Somesh S. Shanbhag



--- Tzafrir Cohen [EMAIL PROTECTED] wrote:

 On Mon, Sep 26, 2005 at 10:00:10PM -0400, Patrick
 wrote:
  
I know it seems basic but did you make sure and
 plug power into the 
  board when you installed it into the PCI slot? I
 spent about three hours 
  trying to get the dang thing to work in my machine
 until I decided to 
  stick the card into another PCI slot. That is when
 I noticed that I had 
  forgotten to ALSO plug power into the board from
 the power supply. 
  Everything worked fine after that (yep, I was a
 noob).  :-)
 
 You get a messge about it from the module at module
 load time. rmmod
 wctdm (or wcfxo)  and re- modprobe it, and then run:
 
   dmesg |tail
 
 -- 
 Tzafrir Cohen | [EMAIL PROTECTED] |
 VIM is
 http://tzafrir.org.il |   |
 a Mutt's  
 [EMAIL PROTECTED] |   | 
 best
 ICQ# 16849755 |   |
 friend
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Re: Problem setting up TDM22B card

2005-09-27 Thread somesh s
Hi,

I know some bits about zaptel.conf and zapata.conf but

problem is modules wctdm, wcfxo, wcfxs are not getting
loaded.

modprobe zaptel is successful!

Regards,
Somesh S. Shanbhag



--- Tzafrir Cohen [EMAIL PROTECTED] wrote:

 On Sun, Sep 25, 2005 at 11:50:06PM -0700, somesh s
 wrote:
  Hi,
  
  I got the following output when I run the command.
  
   genzaptelconf -svd
 
  
  ./genzaptelconf: line 616: /etc/init.d/asterisk:
 No
 
 The script assumes that there is an
 /etc/init.d/asterisk script.
 
 Please stop asterisk manually.
 
  such file or directory
  Unloading zaptel modules:
  wcusb zaptel
  Test Loading modules:
  -   zaptel
  -   zaphfc
  -   qozap
  Hint: insmod errors can be caused by incorrect
 module
  parameters, including
  invalid IO or IRQ parameters.
You may find more information in syslog or
 the
  output from dmesg
  -   wctdm
  Hint: insmod errors can be caused by incorrect
 module
  parameters, including
  invalid IO or IRQ parameters.
You may find more information in syslog or
 the
  output from dmesg
  -   wcfxo
  Hint: insmod errors can be caused by incorrect
 module
  parameters, including
  invalid IO or IRQ parameters.
You may find more information in syslog or
 the
  output from dmesg
  -   wcfxs
  -   pciradio
  Hint: insmod errors can be caused by incorrect
 module
  parameters, including
  invalid IO or IRQ parameters.
You may find more information in syslog or
 the
  output from dmesg
  -   tor2
  Hint: insmod errors can be caused by incorrect
 module
  parameters, including
  invalid IO or IRQ parameters.
You may find more information in syslog or
 the
  output from dmesg
  -   torisa
  Hint: insmod errors can be caused by incorrect
 module
  parameters, including
  invalid IO or IRQ parameters.
You may find more information in syslog or
 the
  output from dmesg
  -   wct1xxp
  Hint: insmod errors can be caused by incorrect
 module
  parameters, including
  invalid IO or IRQ parameters.
You may find more information in syslog or
 the
  output from dmesg
  -   wct4xxp
  Hint: insmod errors can be caused by incorrect
 module
  parameters, including
  invalid IO or IRQ parameters.
You may find more information in syslog or
 the
  output from dmesg
  -   wcte11xp
  -   wcusb
  -   ztd_eth
 
 It tries and fails to load many modules. This is
 expected, as you don't
 have their hardware.
 
 However can you load any zaptel module using
 modprobe?
 What's the output of: 'lsmod | grep zaptel'
 
 BTW: if you have a good idea of what should be in
 zaptel.conf and
 zapata.conf, I figure you should write them manually
 and not waste too
 much time on that automated script. It is meant to
 save time, not to
 spend time.
 
  Updating '/etc/default/zaptel'
  Generating '/etc/zaptel.conf'
  Generating '/etc/asterisk/zapata-channels.conf'
  Reconfiguring identified channels
   
  Zaptel Configuration
  ==
   
   
  Channel map:
   
   
  0 channels configured.
   
  ./genzaptelconf: line 653: /etc/init.d/asterisk:
 No
  such file or directory
  Checking channels configured in Asterisk:
  ./genzaptelconf: line 665: asterisk: command not
 found
  
  
  
  What may be the problem? Help me in this regard.
  
  Regards,
  Somesh S. Shanbhag
  
  --- Tzafrir Cohen [EMAIL PROTECTED] wrote:
  
   On Sun, Sep 25, 2005 at 10:42:52PM -0700, somesh
 s
   wrote:
Hi,

Can you please give me some details about the
 link
you have sent? I am not aware of what it does?

[http://tzafrir.org.il/genzaptelconf]
   
   It is a bash script for generating zaptel.conf
 and
   zapata.conf according
   to the current settings.
   
   To use it:
   
   wget http://tzafrir.org.il/genzaptelconf
   bash genzaptelconf -h # gives help
   
   Try -s and -v . -d is probably not recommended
 if
   you have more thn one
   card, I figure.
   
   

Regards,
Somesh S. Shanbhag

--- Tzafrir Cohen [EMAIL PROTECTED]
 wrote:

 On Fri, Sep 23, 2005 at 06:22:06AM -0700,
 somesh
   s
 wrote:
  Hi Steve,
  
  This is zaptel.conf. Can you please tell
 me if
   you
 
  require to see more conf files?
  
  [zaptel.conf]
  loadzone = us
  defaultzone=us
  fxoks=1-2
  fxsks=3-4
 
 http://tzafrir.org.il/genzaptelconf
 
 Should auto-detect zaptel.conf settings.
 Just in
 case you're not sure.
 
 -- 
 Tzafrir Cohen |
   [EMAIL PROTECTED] |
 VIM is
 http://tzafrir.org.il | 
  
=== message truncated ===





__ 
Yahoo! for Good 
Donate to the Hurricane Katrina relief effort. 
http://store.yahoo.com/redcross-donate3

Re: [Asterisk-Users] Re: Problem setting up TDM22B card

2005-09-27 Thread somesh s
Hi,

And I have the digium's hardware too in one of my PCI 
slots.

Regards,
Somesh S. Shanbhag

--- somesh s [EMAIL PROTECTED] wrote:

 Hi,
 
 I know some bits about zaptel.conf and zapata.conf
 but
 
 problem is modules wctdm, wcfxo, wcfxs are not
 getting
 loaded.
 
 modprobe zaptel is successful!
 
 Regards,
 Somesh S. Shanbhag
 
 
 
 --- Tzafrir Cohen [EMAIL PROTECTED] wrote:
 
  On Sun, Sep 25, 2005 at 11:50:06PM -0700, somesh s
  wrote:
   Hi,
   
   I got the following output when I run the
 command.
   
genzaptelconf -svd
  
   
   ./genzaptelconf: line 616: /etc/init.d/asterisk:
  No
  
  The script assumes that there is an
  /etc/init.d/asterisk script.
  
  Please stop asterisk manually.
  
   such file or directory
   Unloading zaptel modules:
   wcusb zaptel
   Test Loading modules:
   -   zaptel
   -   zaphfc
   -   qozap
   Hint: insmod errors can be caused by incorrect
  module
   parameters, including
   invalid IO or IRQ parameters.
 You may find more information in syslog or
  the
   output from dmesg
   -   wctdm
   Hint: insmod errors can be caused by incorrect
  module
   parameters, including
   invalid IO or IRQ parameters.
 You may find more information in syslog or
  the
   output from dmesg
   -   wcfxo
   Hint: insmod errors can be caused by incorrect
  module
   parameters, including
   invalid IO or IRQ parameters.
 You may find more information in syslog or
  the
   output from dmesg
   -   wcfxs
   -   pciradio
   Hint: insmod errors can be caused by incorrect
  module
   parameters, including
   invalid IO or IRQ parameters.
 You may find more information in syslog or
  the
   output from dmesg
   -   tor2
   Hint: insmod errors can be caused by incorrect
  module
   parameters, including
   invalid IO or IRQ parameters.
 You may find more information in syslog or
  the
   output from dmesg
   -   torisa
   Hint: insmod errors can be caused by incorrect
  module
   parameters, including
   invalid IO or IRQ parameters.
 You may find more information in syslog or
  the
   output from dmesg
   -   wct1xxp
   Hint: insmod errors can be caused by incorrect
  module
   parameters, including
   invalid IO or IRQ parameters.
 You may find more information in syslog or
  the
   output from dmesg
   -   wct4xxp
   Hint: insmod errors can be caused by incorrect
  module
   parameters, including
   invalid IO or IRQ parameters.
 You may find more information in syslog or
  the
   output from dmesg
   -   wcte11xp
   -   wcusb
   -   ztd_eth
  
  It tries and fails to load many modules. This is
  expected, as you don't
  have their hardware.
  
  However can you load any zaptel module using
  modprobe?
  What's the output of: 'lsmod | grep zaptel'
  
  BTW: if you have a good idea of what should be in
  zaptel.conf and
  zapata.conf, I figure you should write them
 manually
  and not waste too
  much time on that automated script. It is meant to
  save time, not to
  spend time.
  
   Updating '/etc/default/zaptel'
   Generating '/etc/zaptel.conf'
   Generating '/etc/asterisk/zapata-channels.conf'
   Reconfiguring identified channels

   Zaptel Configuration
   ==


   Channel map:


   0 channels configured.

   ./genzaptelconf: line 653: /etc/init.d/asterisk:
  No
   such file or directory
   Checking channels configured in Asterisk:
   ./genzaptelconf: line 665: asterisk: command not
  found
   
   
   
   What may be the problem? Help me in this regard.
   
   Regards,
   Somesh S. Shanbhag
   
   --- Tzafrir Cohen [EMAIL PROTECTED] wrote:
   
On Sun, Sep 25, 2005 at 10:42:52PM -0700,
 somesh
  s
wrote:
 Hi,
 
 Can you please give me some details about
 the
  link
 you have sent? I am not aware of what it
 does?
 
 [http://tzafrir.org.il/genzaptelconf]

It is a bash script for generating zaptel.conf
  and
zapata.conf according
to the current settings.

To use it:

wget http://tzafrir.org.il/genzaptelconf
bash genzaptelconf -h # gives help

Try -s and -v . -d is probably not recommended
  if
you have more thn one
card, I figure.


 
 Regards,
 Somesh S. Shanbhag
 
 --- Tzafrir Cohen [EMAIL PROTECTED]
  wrote:
 
  On Fri, Sep 23, 2005 at 06:22:06AM -0700,
  somesh
s
  wrote:
   Hi Steve,
   
 
=== message truncated ===




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE

Re: R: [Asterisk-Users] Problem setting up TDM22B card

2005-09-27 Thread somesh s
Hi,

I didn't get any solution in the mailing list.
[http://asterisk.linkx.net/asteriskusers/200409/msg01167]

What should be the next step?

Changing the machine???
Is it machine dependent?...

Regards,
Somesh S. Shanbhag

--- Tzafrir Cohen [EMAIL PROTECTED] wrote:

 On Tue, Sep 27, 2005 at 12:13:21AM -0700, somesh s
 wrote:
  Hi,
  
  I did dmesg | tail it says ...
   dmesg | tail 
  f6 != 58
  f7 != 59
  f8 != 58
  f9 != 59
  fa != 58
  fb != 59
  fc != 58
  fd != 59
  fe != 58
  Freshmaker failed register test
 
 
 
 I'd try Digium support. But google game me also:
 

http://asterisk.linkx.net/asteriskusers/200409/msg01167.html
 
 I haven't bothred looking at the source yet.
 
 -- 
 Tzafrir Cohen | [EMAIL PROTECTED] |
 VIM is
 http://tzafrir.org.il |   |
 a Mutt's  
 [EMAIL PROTECTED] |   | 
 best
 ICQ# 16849755 |   |
 friend
 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

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: R: [Asterisk-Users] Problem setting up TDM22B card

2005-09-27 Thread somesh s
Hi,

Thanks for the explanation.

I have Intel Pentium 4 on my motherboard. So it will
be 
PCI 2.2 according to the explanation.

(/proc/cpuinfo)

It *should not* be a problem of PCI or not?.

Regards,
Somesh S. Shanbhag

--- [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] wrote on
 09/27/2005 03:13:21 AM:
 
  Hi,
  
  I did dmesg | tail it says ...
   dmesg | tail 
  f6 != 58
  f7 != 59
  f8 != 58
  f9 != 59
  fa != 58
  fb != 59
  fc != 58
  fd != 59
  fe != 58
  Freshmaker failed register test
 
 
 
 The only time I've seen this it has been on a PCI
 2.1 computer.  On a PCI 
 2.2 computer, I did not see this.  It also was a
 early TDM board.  If you 
 have a pre-Rev F board, you may want to swap it for
 a newer one.  I am 
 pretty sure that this error was fixed by moving from
 an earlier board to a 
 Rev F.  I have a Rev H now, with no issues.
 
 I have not been following this thread closely. 
 Which chipset does your 
 motherboard use?  For the record, none of the
 desktop or server Intel 
 440-series support PCI 2.2.  (Technically, a single
 mobile chipset, the 
 440MX, does support PCI 2.2)  However, all of the
 800-series chipsets do.
 
 The easy way to figure this out for Intel chipsets
 is:  1) Does the 
 motherboard use slot processors?  If so, it's PCI
 2.1.  2) Does the 
 motherboard support 133MHz PIII processors?  If so,
 you're possibly PCI 
 2.2.  3) Pentium 4 chipsets are all PCI 2.2.
 
 I have no idea what other non-Intel chipsets support
 PCI 2.2.
 
 
 Reference: 

http://www.intel.com/design/chipsets/mature/450_440.htm

http://www.intel.com/design/chipsets/mature/index.htm
 
 Tim Massey
  ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Re: Problem setting up TDM22B card

2005-09-26 Thread somesh s
Hi,

I got the following output when I run the command.

 genzaptelconf -svd 

./genzaptelconf: line 616: /etc/init.d/asterisk: No
such file or directory
Unloading zaptel modules:
wcusb zaptel
Test Loading modules:
-   zaptel
-   zaphfc
-   qozap
Hint: insmod errors can be caused by incorrect module
parameters, including
invalid IO or IRQ parameters.
  You may find more information in syslog or the
output from dmesg
-   wctdm
Hint: insmod errors can be caused by incorrect module
parameters, including
invalid IO or IRQ parameters.
  You may find more information in syslog or the
output from dmesg
-   wcfxo
Hint: insmod errors can be caused by incorrect module
parameters, including
invalid IO or IRQ parameters.
  You may find more information in syslog or the
output from dmesg
-   wcfxs
-   pciradio
Hint: insmod errors can be caused by incorrect module
parameters, including
invalid IO or IRQ parameters.
  You may find more information in syslog or the
output from dmesg
-   tor2
Hint: insmod errors can be caused by incorrect module
parameters, including
invalid IO or IRQ parameters.
  You may find more information in syslog or the
output from dmesg
-   torisa
Hint: insmod errors can be caused by incorrect module
parameters, including
invalid IO or IRQ parameters.
  You may find more information in syslog or the
output from dmesg
-   wct1xxp
Hint: insmod errors can be caused by incorrect module
parameters, including
invalid IO or IRQ parameters.
  You may find more information in syslog or the
output from dmesg
-   wct4xxp
Hint: insmod errors can be caused by incorrect module
parameters, including
invalid IO or IRQ parameters.
  You may find more information in syslog or the
output from dmesg
-   wcte11xp
-   wcusb
-   ztd_eth
Updating '/etc/default/zaptel'
Generating '/etc/zaptel.conf'
Generating '/etc/asterisk/zapata-channels.conf'
Reconfiguring identified channels
 
Zaptel Configuration
==
 
 
Channel map:
 
 
0 channels configured.
 
./genzaptelconf: line 653: /etc/init.d/asterisk: No
such file or directory
Checking channels configured in Asterisk:
./genzaptelconf: line 665: asterisk: command not found



What may be the problem? Help me in this regard.

Regards,
Somesh S. Shanbhag

--- Tzafrir Cohen [EMAIL PROTECTED] wrote:

 On Sun, Sep 25, 2005 at 10:42:52PM -0700, somesh s
 wrote:
  Hi,
  
  Can you please give me some details about the link
  you have sent? I am not aware of what it does?
  
  [http://tzafrir.org.il/genzaptelconf]
 
 It is a bash script for generating zaptel.conf and
 zapata.conf according
 to the current settings.
 
 To use it:
 
 wget http://tzafrir.org.il/genzaptelconf
 bash genzaptelconf -h # gives help
 
 Try -s and -v . -d is probably not recommended if
 you have more thn one
 card, I figure.
 
 
  
  Regards,
  Somesh S. Shanbhag
  
  --- Tzafrir Cohen [EMAIL PROTECTED] wrote:
  
   On Fri, Sep 23, 2005 at 06:22:06AM -0700, somesh
 s
   wrote:
Hi Steve,

This is zaptel.conf. Can you please tell me if
 you
   
require to see more conf files?

[zaptel.conf]
loadzone = us
defaultzone=us
fxoks=1-2
fxsks=3-4
   
   http://tzafrir.org.il/genzaptelconf
   
   Should auto-detect zaptel.conf settings. Just in
   case you're not sure.
   
   -- 
   Tzafrir Cohen |
 [EMAIL PROTECTED] |
   VIM is
   http://tzafrir.org.il | 
  |
   a Mutt's  
   [EMAIL PROTECTED] | 
  | 
   best
   ICQ# 16849755 | 
  |
   friend
   
  
  
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam
 protection around 
  http://mail.yahoo.com 
 
 -- 
 Tzafrir Cohen | [EMAIL PROTECTED] |
 VIM is
 http://tzafrir.org.il |   |
 a Mutt's  
 [EMAIL PROTECTED] |   | 
 best
 ICQ# 16849755 |   |
 friend
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation sponsored by Easynews.com --

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: R: [Asterisk-Users] Problem setting up TDM22B card

2005-09-25 Thread somesh s
Hi,

The card is detected as the following below...

 lspci -vb 

01:01.0 Network controller: Tiger Jet Network Inc.
Intel 537
Subsystem: Unknown device a159:0001
Flags: bus master, medium devsel, latency 32,
IRQ 10
I/O ports at b800
Memory at ff8ff000 (32-bit, non-prefetchable)
Capabilities: [40] Power Management version 2


Is there anything wrong?

Regards,
Somesh S. Shanbhag

--- John Novack [EMAIL PROTECTED] wrote:

 Remember that you need to edit BOTH zaptel.conf AND
 zapata.conf to 
 conform to your configuration
 
 Doesn't wctdm take care of both the FXO and FXS
 modules on the TDM400 card
 
 On my RH9 system I run:
 modprobe zaptel
 modprobe wctdm
 ztcfg -vv
 
 Does your MB see the TDM card?
 Digium's answer if it doesn't is try another
 Motherboard
 Have you mentioned your version of Asterisk and your
 flavor of OS?
 
 John Novack
 
 
 somesh s wrote:
 
 I tried modprobe wctdm also  same result...
 
 Regards,
 Somesh S. Shanbhag
 
 --- Fabrizio Mazzoni [EMAIL PROTECTED] wrote:
 
   
 
 Try using modprobe wctdm
 
 Regards,
 
 Fabrizio Mazzoni
 
 -Messaggio originale-
 Da: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED]
 conto di somesh s
 Inviato: venerdì 23 settembre 2005 11.49
 A: Asterisk Users
 Cc: [EMAIL PROTECTED]
 Oggetto: [Asterisk-Users] Problem setting up
 TDM22B
 card
 
 
 Hi All,
 
 I have the problem setting up TDM22B card.
 
 Steps what I have followed are:
 
 [1] compiled zaptel-1.0.9.2  installed the same.
 
 [2] modprobe wcfxo
 /lib/modules/2.4.20-8/misc/wcfxo.o: init_module:
 No
 such device
 Hint: insmod errors can be caused by incorrect
 module
 parameters, including invalid IO or IRQ
 parameters.
   You may find more information in syslog or
 the
 output from dmesg
 /lib/modules/2.4.20-8/misc/wcfxo.o: insmod
 /lib/modules/2.4.20-8/misc/wcfxo.o failed
 /lib/modules/2.4.20-8/misc/wcfxo.o: insmod wcfxo
 failed
 
 I tried to put the card in another PCI slot
 also...but
 same result!
 
 What should I do? Please help me in this regard.
 
 Regards,
 Somesh S. Shanbhag
 
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around
 http://mail.yahoo.com
 ___
 --Bandwidth and Colocation sponsored by
 Easynews.com
 --
 
 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
   
 
 !DSPAM:4333d11e129761748210392!
 
 ___
 --Bandwidth and Colocation sponsored by
 Easynews.com
 --
 
 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
   
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around 
 http://mail.yahoo.com 
 ___
 --Bandwidth and Colocation sponsored by
 Easynews.com --
 
 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
 
 
 
 
   
 
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Problem setting up TDM22B card

2005-09-25 Thread somesh s
Hi,

The card is detected as the following below...

 lspci -vb 

01:01.0 Network controller: Tiger Jet Network Inc.
Intel 537
Subsystem: Unknown device a159:0001
Flags: bus master, medium devsel, latency 32,
IRQ 10
I/O ports at b800
Memory at ff8ff000 (32-bit, non-prefetchable)
Capabilities: [40] Power Management version 2


Is there anything wrong?

Regards,
Somesh S. Shanbhag


--- Tim King [EMAIL PROTECTED] wrote:

 Try lspci -vb
 
 See if you can find you digium card and what
 interrupt it is running on.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of somesh s
 Sent: Friday, September 23, 2005 5:49 AM
 To: Asterisk Users
 Cc: [EMAIL PROTECTED]
 Subject: [Asterisk-Users] Problem setting up TDM22B
 card
 
 Hi All,
 
 I have the problem setting up TDM22B card.
 
 Steps what I have followed are:
 
 [1] compiled zaptel-1.0.9.2  installed the same.
 
 [2] modprobe wcfxo
 /lib/modules/2.4.20-8/misc/wcfxo.o: init_module: No
 such device
 Hint: insmod errors can be caused by incorrect
 module
 parameters, including invalid IO or IRQ parameters.
   You may find more information in syslog or the
 output from dmesg
 /lib/modules/2.4.20-8/misc/wcfxo.o: insmod
 /lib/modules/2.4.20-8/misc/wcfxo.o failed
 /lib/modules/2.4.20-8/misc/wcfxo.o: insmod wcfxo
 failed
 
 I tried to put the card in another PCI slot
 also...but
 same result!
 
 What should I do? Please help me in this regard.
 
 Regards,
 Somesh S. Shanbhag
 
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around 
 http://mail.yahoo.com 
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 
 
 
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Re: Problem setting up TDM22B card

2005-09-25 Thread somesh s
Hi,

Can you please give me some details about the link
you have sent? I am not aware of what it does?

[http://tzafrir.org.il/genzaptelconf]

Regards,
Somesh S. Shanbhag

--- Tzafrir Cohen [EMAIL PROTECTED] wrote:

 On Fri, Sep 23, 2005 at 06:22:06AM -0700, somesh s
 wrote:
  Hi Steve,
  
  This is zaptel.conf. Can you please tell me if you
 
  require to see more conf files?
  
  [zaptel.conf]
  loadzone = us
  defaultzone=us
  fxoks=1-2
  fxsks=3-4
 
 http://tzafrir.org.il/genzaptelconf
 
 Should auto-detect zaptel.conf settings. Just in
 case you're not sure.
 
 -- 
 Tzafrir Cohen | [EMAIL PROTECTED] |
 VIM is
 http://tzafrir.org.il |   |
 a Mutt's  
 [EMAIL PROTECTED] |   | 
 best
 ICQ# 16849755 |   |
 friend
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation sponsored by Easynews.com --

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 setting up TDM22B card

2005-09-23 Thread somesh s
Hi All,

I have the problem setting up TDM22B card.

Steps what I have followed are:

[1] compiled zaptel-1.0.9.2  installed the same.

[2] modprobe wcfxo
/lib/modules/2.4.20-8/misc/wcfxo.o: init_module: No
such device
Hint: insmod errors can be caused by incorrect module
parameters, including invalid IO or IRQ parameters.
  You may find more information in syslog or the
output from dmesg
/lib/modules/2.4.20-8/misc/wcfxo.o: insmod
/lib/modules/2.4.20-8/misc/wcfxo.o failed
/lib/modules/2.4.20-8/misc/wcfxo.o: insmod wcfxo
failed

I tried to put the card in another PCI slot also...but
same result!

What should I do? Please help me in this regard.

Regards,
Somesh S. Shanbhag




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Re: Problem setting up TDM22B card

2005-09-23 Thread somesh s
Hi All,

If anyone has faced similar kind of problems?

Please help me 

Regards,
Somesh S. Shanbhag

--- somesh s [EMAIL PROTECTED] wrote:

 Hi All,
 
 I have the problem setting up TDM22B card.
 
 Steps what I have followed are:
 
 [1] compiled zaptel-1.0.9.2  installed the same.
 
 [2] modprobe wcfxo
 /lib/modules/2.4.20-8/misc/wcfxo.o: init_module: No
 such device
 Hint: insmod errors can be caused by incorrect
 module
 parameters, including invalid IO or IRQ parameters.
   You may find more information in syslog or the
 output from dmesg
 /lib/modules/2.4.20-8/misc/wcfxo.o: insmod
 /lib/modules/2.4.20-8/misc/wcfxo.o failed
 /lib/modules/2.4.20-8/misc/wcfxo.o: insmod wcfxo
 failed
 
 I tried to put the card in another PCI slot
 also...but
 same result!
 
 What should I do? Please help me in this regard.
 
 Regards,
 Somesh S. Shanbhag
 
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around 
 http://mail.yahoo.com 
 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Re: Problem setting up TDM22B card

2005-09-23 Thread somesh s
Hi,

Your card uses 'wctdm' or 'wcfxs' depending on what
version of asterisk you're using 

Can you explain about what do you mean by this?

I tried modprobe wctdm also  same result...

Regards,
Somesh S. Shanbhag

--- Rob Thomas [EMAIL PROTECTED] wrote:

   /lib/modules/2.4.20-8/misc/wcfxo.o: init_module:
 No
   such device
 
 This is correct. Your card uses 'wctdm' or 'wcfxs'
 depending on what
 version of asterisk you're using.
 
 --Rob
 
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

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: R: [Asterisk-Users] Problem setting up TDM22B card

2005-09-23 Thread somesh s
I tried modprobe wctdm also  same result...

Regards,
Somesh S. Shanbhag

--- Fabrizio Mazzoni [EMAIL PROTECTED] wrote:

 Try using modprobe wctdm
 
 Regards,
 
 Fabrizio Mazzoni
 
 -Messaggio originale-
 Da: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 conto di somesh s
 Inviato: venerdì 23 settembre 2005 11.49
 A: Asterisk Users
 Cc: [EMAIL PROTECTED]
 Oggetto: [Asterisk-Users] Problem setting up TDM22B
 card
 
 
 Hi All,
 
 I have the problem setting up TDM22B card.
 
 Steps what I have followed are:
 
 [1] compiled zaptel-1.0.9.2  installed the same.
 
 [2] modprobe wcfxo
 /lib/modules/2.4.20-8/misc/wcfxo.o: init_module: No
 such device
 Hint: insmod errors can be caused by incorrect
 module
 parameters, including invalid IO or IRQ parameters.
   You may find more information in syslog or the
 output from dmesg
 /lib/modules/2.4.20-8/misc/wcfxo.o: insmod
 /lib/modules/2.4.20-8/misc/wcfxo.o failed
 /lib/modules/2.4.20-8/misc/wcfxo.o: insmod wcfxo
 failed
 
 I tried to put the card in another PCI slot
 also...but
 same result!
 
 What should I do? Please help me in this regard.
 
 Regards,
 Somesh S. Shanbhag
 
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around
 http://mail.yahoo.com
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 
 !DSPAM:4333d11e129761748210392!
 
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Re: Problem setting up TDM22B card

2005-09-23 Thread somesh s
Yes, I have done modprobe zaptel before modprobe
wcfxs.
And modprobe zaptel is successfull

Regards,
Somesh S. Shanbhag

--- Martin Allen [EMAIL PROTECTED] wrote:

 have you done 
 modprobe zaptel 
 before the
 modprobe wcfxs
 ??
 
 On Friday 23 September 2005 12:21, somesh s wrote:
  Hi,
  
  Your card uses 'wctdm' or 'wcfxs' depending on
 what
  version of asterisk you're using 
  
  Can you explain about what do you mean by this?
  
  I tried modprobe wctdm also  same result...
  
  Regards,
  Somesh S. Shanbhag
  
  --- Rob Thomas [EMAIL PROTECTED] wrote:
  
 /lib/modules/2.4.20-8/misc/wcfxo.o:
 init_module:
   No
 such device
   
   This is correct. Your card uses 'wctdm' or
 'wcfxs'
   depending on what
   version of asterisk you're using.
   
   --Rob
   
   ___
   --Bandwidth and Colocation sponsored by
 Easynews.com
   --
   
   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
   
  
  
  
  
  __ 
  Yahoo! Mail - PC Magazine Editors' Choice 2005 
  http://mail.yahoo.com
  ___
  --Bandwidth and Colocation sponsored by
 Easynews.com --
  
  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
  
  
  
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Re: Problem setting up TDM22B card

2005-09-23 Thread somesh s
Hi Steve,

This is zaptel.conf. Can you please tell me if you 
require to see more conf files?

[zaptel.conf]
loadzone = us
defaultzone=us
fxoks=1-2
fxsks=3-4

Am I going wrong?

Regards,
Somesh S. Shanbhag


--- Steve Totaro [EMAIL PROTECTED]
wrote:

 Lets see your conf files.
 
 
 - Original Message - 
 From: somesh s [EMAIL PROTECTED]
 To: Asterisk Users Mailing List - Non-Commercial
 Discussion
 asterisk-users@lists.digium.com
 Sent: Friday, September 23, 2005 4:21 AM
 Subject: RE: [Asterisk-Users] Re: Problem setting up
 TDM22B card
 
 
 Hi,
 
 Your card uses 'wctdm' or 'wcfxs' depending on what
 version of asterisk you're using
 
 Can you explain about what do you mean by this?
 
 I tried modprobe wctdm also  same result...
 
 Regards,
 Somesh S. Shanbhag
 
 --- Rob Thomas [EMAIL PROTECTED] wrote:
 
/lib/modules/2.4.20-8/misc/wcfxo.o:
 init_module:
  No
such device
 
  This is correct. Your card uses 'wctdm' or 'wcfxs'
  depending on what
  version of asterisk you're using.
 
  --Rob
 
  ___
  --Bandwidth and Colocation sponsored by
 Easynews.com
  --
 
  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
 
 
 
 
 
 __
 Yahoo! Mail - PC Magazine Editors' Choice 2005
 http://mail.yahoo.com
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 
 
 
 -- 
 No virus found in this incoming message.
 Checked by AVG Anti-Virus.
 Version: 7.0.344 / Virus Database: 267.11.4/109 -
 Release Date: 9/21/05
 
 
 ___
 --Bandwidth and Colocation sponsored by Easynews.com
 --
 
 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
 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

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 queues.conf and extensions.conf ---

2005-07-22 Thread somesh s
Hi Asterisk-Users,

We have a problem with queues.conf / extensions.conf

queues.conf file reads like ...

member = SIP/8399

extensions.conf reads like ...

exten = 8399, 1, SetCIDNum(${AccountNumber}|a)
exten = 8399, 2, Dial(SIP/8399,10,Ttrf)

When somebody calls to the queue, we observed that 
it is not going through extensions.conf 
(previous two lines)

That mean's it is not executing dial plan rather it 
is directly dialing to 8399.

We can observe this in asterisk-cmd-line where 
SetCIDNum is not executed.

Anybody has some pointers on this problem, please
do reply. 

Thanks in advance.

Best regards,
Somesh SS



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
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] --- Problem with queues.conf and extensions.conf ---

2005-07-22 Thread somesh s
Hi Patrick,

Removing spaces didn't help in this regard.

Some other solutions?

Best regards
Somesh SS

--- Patrick [EMAIL PROTECTED] wrote:

 On Fri, 2005-07-22 at 05:38 -0700, somesh s wrote:
  exten = 8399, 1, SetCIDNum(${AccountNumber}|a)
  exten = 8399, 2, Dial(SIP/8399,10,Ttrf)
^
 
 I think you need to remove the remove spaces.
 
 so:
 
 exten = 8399,1,SetCIDNum...
 exten = 8399,2,Dial
 
 Regards,
 Patrick
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
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] Re: Problem while capturing DTMF digits in AGI

2005-07-18 Thread somesh s
Hi,

FYI

It always returns 200 result = 0. 

Please do help me in this regard.

Best regards
Somesh S. Shanbhag

--- somesh s [EMAIL PROTECTED] wrote:

 Hi All,
 
 I have some problem while capturing DTMF digits in
 AGI
 script.
 
 My configuration for user is ..
 
 [9009]
 type=friend
 host=dynamic
 context=default
 dtmfmode=rfc2833
 dtmfrelax=no
 disallow=all
 allow=ulaw
 allow=h263
 canreinvite=yes
 
  
  
 
  
  
 [9010]
 type=friend
 host=dynamic
 context=default
 dtmfmode=rfc2833
 dtmfrelax=no
 disallow=all
 allow=ulaw
 allow=h263
 canreinvite=yes
 
 And the script read like ...
 use Asterisk::AGI;
 
  
  
 $AGI = new Asterisk::AGI;
 
  
  
 my %input = $AGI-ReadParse();
 my $tests = 0;
 my $pass = 0;
 my $fail = 0;
 
  
  
 #setup callback
 $AGI-setcallback(\mycallback);
 
  
  
 
  
  
 print STDERR AGI Environment Dump:\n;
 foreach $i (sort keys %input) {
 print STDERR  -- $i = $input{$i}\n;
 }
 my $timeout = 3000; # 3 second timeout
 my $wait = 1; # true
 my $outgoing_number;
 
  
  
 while($wait) {
 my $digit = $AGI-wait_for_digit($timeout);
 print STDERR Digit ($digit)\n;
 if ($digit  0) {
 $digit -= 48;
 $outgoing_number .= $digit;
 }
 else { #stop waiting for more digits
 $wait = 0;
 }
 }
 
  
  
 print STDERR Outgoing number ($outgoing_number)\n;
 
 --
 
 I will get the output as Outgoing number () and
 digits(0)
 
 Am I missing something here? Please do help me in
 this
 regard.
 
 Regards
 Somesh S Shanbhag
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around 
 http://mail.yahoo.com 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
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 while capturing DTMF digits in AGI

2005-07-17 Thread somesh s
Hi All,

I have some problem while capturing DTMF digits in AGI
script.

My configuration for user is ..

[9009]
type=friend
host=dynamic
context=default
dtmfmode=rfc2833
dtmfrelax=no
disallow=all
allow=ulaw
allow=h263
canreinvite=yes
  
 
  
 
[9010]
type=friend
host=dynamic
context=default
dtmfmode=rfc2833
dtmfrelax=no
disallow=all
allow=ulaw
allow=h263
canreinvite=yes

And the script read like ...
use Asterisk::AGI;
  
 
$AGI = new Asterisk::AGI;
  
 
my %input = $AGI-ReadParse();
my $tests = 0;
my $pass = 0;
my $fail = 0;
  
 
#setup callback
$AGI-setcallback(\mycallback);
  
 
  
 
print STDERR AGI Environment Dump:\n;
foreach $i (sort keys %input) {
print STDERR  -- $i = $input{$i}\n;
}
my $timeout = 3000; # 3 second timeout
my $wait = 1; # true
my $outgoing_number;
  
 
while($wait) {
my $digit = $AGI-wait_for_digit($timeout);
print STDERR Digit ($digit)\n;
if ($digit  0) {
$digit -= 48;
$outgoing_number .= $digit;
}
else { #stop waiting for more digits
$wait = 0;
}
}
  
 
print STDERR Outgoing number ($outgoing_number)\n;

--

I will get the output as Outgoing number () and
digits(0)

Am I missing something here? Please do help me in this
regard.

Regards
Somesh S Shanbhag



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
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] Problem with presence

2005-03-16 Thread somesh s
Hi,

Someone observed the problem with presence in
asterisk?
Please do reply.

With regards
Somesh S. Shanbhag

--- somesh s [EMAIL PROTECTED] wrote:
 Hi,
 
 I am again running with presence problem in
 asterisk.
 I have two windows messengers registered
 successfully 
 with asterisk (Example msn1  msn2).
 
 When msn1 adds msn2 in contacts it shows online. Its
 
 fine. But when msn2 un-registers still msn1 displays
 
 msn2 as online (but it MUST be offline).
 
 Anyone observed this problem? What is the reason?
 
 With regards
 Somesh S. Shanbhag
 
 
   
 __ 
 Do you Yahoo!? 
 Yahoo! Small Business - Try our new resources site!
 http://smallbusiness.yahoo.com/resources/ 
 ___
 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
 

---
SIMPLICITY IS THE BEAUTY.
BE NATURAL LIVE NATURAL.
---
Somesh S. Shanbhag
Mascon Global Communication Technologies
Enterprise of Mascon Global Limited
#59/2, 100Ft Ring Road
Banashankari II stage
Bangalore-560070
Karnataka
INDIA
Website: http://www.masconit.com
---



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
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 presence

2005-03-15 Thread somesh s
Hi,

I am again running with presence problem in asterisk.
I have two windows messengers registered successfully 
with asterisk (Example msn1  msn2).

When msn1 adds msn2 in contacts it shows online. Its 
fine. But when msn2 un-registers still msn1 displays 
msn2 as online (but it MUST be offline).

Anyone observed this problem? What is the reason?

With regards
Somesh S. Shanbhag



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
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] Doubt about asterisk NOTIFY

2005-03-13 Thread somesh s
Hi,

We are using asterisk version 1.0.5.

We have registered two UA's with asterisk. 
(Registration was successful)

UA1 --- *  UA2

Now, UA1 subscribes for UA2 to asterisk.

asterisk sends NOTIFY to UA1 with UA2's state as open.

But if UA2 gets un-registered then, 
asterisk is not sending NOTIFY to UA1.

But when there is state change from UA2, asterisk is
supposed to send NOTIFY to UA1 (keeping state as 
closed).

Why is this happening?

With regards
Somesh S. Shanbhag
Firdosh Nasim



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
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] Asterisk NOTIFY problem

2005-03-10 Thread somesh s
Hi,

I am not getting the NOTIFY messages from asterisk
though other UA un-REGISTERS with asterisk.

What is the reason? Is there any thing that we *MUST* 
configure for this?

Please do help me in this regard.
With regards
Somesh S. Shanbhag


--- somesh s [EMAIL PROTECTED] wrote:
 Hi,
 
 I have this scenario.
 
 UA1 == AS  UA2
 
 UA1 : User Agent 1
 UA2 : User Agent 2
 AS  : Asterisk 
 
 AS has been configured with UA1  UA2 users. 
 Registrations are happening correctly. But..
 
 UA1  AS == UA2
 
 SUBSCRIBE to UA2 ---
  200 OK
  NOTIFY
 200 OK---
 
 As shown above the subscriptions are also proper 
 I am getting the open status correctly for UA2.
 
 But when UA2 unregisters then asterisk is NOT 
 issuing any NOTIFY to UA1 with closed status.
 
 Why this is happening? Is there any thing I missed 
 in configuring?
 
 Please help me in this regard
 With warm regards
 Somesh S. Shanbhag
 
 
 ---
 SIMPLICITY IS THE BEAUTY.
 BE NATURAL LIVE NATURAL.
 ---
 Somesh S. Shanbhag
 Mascon Global Communication Technologies
 Enterprise of Mascon Global Limited
 #59/2, 100Ft Ring Road
 Banashankari II stage
 Bangalore-560070
 Karnataka
 INDIA
 Website: http://www.masconit.com
 ---
 
 
   
 __ 
 Do you Yahoo!? 
 Yahoo! Sports - Sign up for Fantasy Baseball. 
 http://baseball.fantasysports.yahoo.com/
 ___
 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
 

---
SIMPLICITY IS THE BEAUTY.
BE NATURAL LIVE NATURAL.
---
Somesh S. Shanbhag
Mascon Global Communication Technologies
Enterprise of Mascon Global Limited
#59/2, 100Ft Ring Road
Banashankari II stage
Bangalore-560070
Karnataka
INDIA
Website: http://www.masconit.com
---



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
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] Asterisk NOTIFY problem

2005-03-09 Thread somesh s
Hi,

I have this scenario.

UA1 == AS  UA2

UA1 : User Agent 1
UA2 : User Agent 2
AS  : Asterisk 

AS has been configured with UA1  UA2 users. 
Registrations are happening correctly. But..

UA1  AS == UA2

SUBSCRIBE to UA2 ---
 200 OK
 NOTIFY
200 OK---

As shown above the subscriptions are also proper 
I am getting the open status correctly for UA2.

But when UA2 unregisters then asterisk is NOT 
issuing any NOTIFY to UA1 with closed status.

Why this is happening? Is there any thing I missed 
in configuring?

Please help me in this regard
With warm regards
Somesh S. Shanbhag


---
SIMPLICITY IS THE BEAUTY.
BE NATURAL LIVE NATURAL.
---
Somesh S. Shanbhag
Mascon Global Communication Technologies
Enterprise of Mascon Global Limited
#59/2, 100Ft Ring Road
Banashankari II stage
Bangalore-560070
Karnataka
INDIA
Website: http://www.masconit.com
---



__ 
Do you Yahoo!? 
Yahoo! Sports - Sign up for Fantasy Baseball. 
http://baseball.fantasysports.yahoo.com/
___
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