Re: [Asterisk-Users] mgcp problems

2003-07-14 Thread Thomas Dingermann
Pavel Zheltouhov wrote:
When I connected over two mgcp channels  and sending numerical 
indication to cisco ata it seems hangup one channel (receving )
and generate 'fast busy' tone.
I hack chan_mgcp and my threewaycalling works ok!

But why indications are sent after I press hookflash on answering end?



Is it possible to do this hack in chan_sip?
Threewaycalling is the only thing i am missing with ATA/SIP/Asterisk!
-or-

does ATA/MGCP/Asterisk complete working (CallerID-transfer, 
MSG-Waiting-Indicator...)?
Can you post a chan_mgcp.diff or your modified chan_mgcp? I really like 
to use threewaycalling with my ATAs.

Thomas

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] mgcp problems

2003-07-14 Thread Pavel Zheltouhov
Thomas Dingermann wrote:
When I connected over two mgcp channels  and sending numerical 
indication to cisco ata it seems hangup one channel (receving )
and generate 'fast busy' tone.
I hack chan_mgcp and my threewaycalling works ok!

But why indications are sent after I press hookflash on answering end?



Is it possible to do this hack in chan_sip?
I think it's too dificult for me )

Threewaycalling is the only thing i am missing with ATA/SIP/Asterisk!

-or-

does ATA/MGCP/Asterisk complete working (CallerID-transfer, 
No, as i know.

MSG-Waiting-Indicator...)?
Maybe.

Can you post a chan_mgcp.diff or your modified chan_mgcp? I really like 
to use threewaycalling with my ATAs.
it's simple :

1539a1540,1545
 if (strpbrk(tone,0123456789*#)) {
if (mgcpdebug) {
  ast_verbose(VERBOSE_PREFIX_3 MGCP Asked to indicate 
filtered tone,cisco workaround enabled \n);
}
return 0;
 }

works for me (tm)
You need cvs version, 0.4 does not work with flashhook messages at all.
--
Pavel Zheltouhov, Comlink ISP, Voronezh, Russia
phone/fax +7(0732) 727172, http://www.comlink.ru
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] mgcp problems

2003-07-11 Thread Pavel Zheltouhov
I strange error messages when using mgcp and ata186 .

This session is simply dial into 600 demo extension - echo test

...
Handling request 'NTFY' on aaln/[EMAIL PROTECTED]
Transmitting:
200 29 OK
 to 10.0.1.19:2427
-- Endpoint 'aaln/[EMAIL PROTECTED]' observed '0'
-- MGCP Asked to indicate tone:  on  aaln/[EMAIL PROTECTED] in cxmode: 
sendrecv
Posting Request:
RQNT 306 aaln/[EMAIL PROTECTED] MGCP 1.0
X: 2149c6df
R: hu(N), hf(N), D/[0-9#*](N)
 to 10.0.1.19:2427
-- MGCP asked to indicate -1 'UNKNOWN' condition on channel 
MGCP/aaln/[EMAIL PROTECTED]
-- MGCP Asked to indicate tone:  on  aaln/[EMAIL PROTECTED] in cxmode: 
sendrecv
Posting Request:
RQNT 307 aaln/[EMAIL PROTECTED] MGCP 1.0
X: 2149c6df
R: hu(N), hf(N), D/[0-9#*](N)
 to 10.0.1.19:2427
-- MGCP asked to indicate -1 'UNKNOWN' condition on channel 
MGCP/aaln/[EMAIL PROTECTED]
-- MGCP Asked to indicate tone:  on  aaln/[EMAIL PROTECTED] in cxmode: 
sendrecv
Posting Request:
RQNT 308 aaln/[EMAIL PROTECTED] MGCP 1.0
X: 2149c6df
R: hu(N), hf(N), D/[0-9#*](N)
 to 10.0.1.19:2427
-- Executing Playback(MGCP/aaln/[EMAIL PROTECTED], demo-echotest) 
in new stack
-- Modified aaln/[EMAIL PROTECTED] with new mode: sendrecv on callid: 
7d4b8e932149c6df
Posting Request:
MDCX 309 aaln/[EMAIL PROTECTED] MGCP 1.0
C: 7d4b8e932149c6df



What is the -1 'UNKNOWN' condition on channel ?
Is it correct mgcp packet ?
--
Pavel Zheltouhov, Comlink ISP, Voronezh, Russia
phone/fax +7(0732) 727172, http://www.comlink.ru
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] mgcp problems

2003-07-11 Thread Pavel Zheltouhov
When I connected over two mgcp channels  and sending numerical 
indication to cisco ata it seems hangup one channel (receving )
and generate 'fast busy' tone.
I hack chan_mgcp and my threewaycalling works ok!

But why indications are sent after I press hookflash on answering end?

--
Pavel Zheltouhov, Comlink ISP, Voronezh, Russia
phone/fax +7(0732) 727172, http://www.comlink.ru
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] mgcp problems

2003-07-11 Thread Karl Putland
On Fri, 2003-07-11 at 08:42, Pavel Zheltouhov wrote:
 When I connected over two mgcp channels  and sending numerical 
 indication to cisco ata it seems hangup one channel (receving )
 and generate 'fast busy' tone.
 I hack chan_mgcp and my threewaycalling works ok!
 
 But why indications are sent after I press hookflash on answering end?

indications are sent to provide a dialtone after flashhook.
--Karl

-- 
Karl Putland [EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users