[Asterisk-Users] Strange CRCX

2005-01-14 Thread Leonardo Tramontina
Sirs,
 
I have the following situration:
1) AudioCodes Stretto 2000 media gateway running MGCP
2) E1 Digium card at a PC with Asterisk
3) My application running as Call Agent (CA) from Stretto 2000
 
 
| My app |--| Stretto 2000 |--| E1 card + Asterisk |
 
 
As my application is the CA of Stretto 2000, everything it sends
(RSIPs, acks, etc.) my app answers. And everything I send, Stretto
answers.
 
At extensions.conf (Asterisk) I have the following number of my
softphone in another PC:
exten => 123456,1,Dial(MGCP/aaln/[EMAIL PROTECTED])
 
When my app sends CRCX to Stretto, it answers with a "200
 OK, with session description", but the channel on the
E1 card is not occuped and the softphone doesn't ring. I was observing
the Asterisk debug screen, but nothing happens. It seems the
connection doesn't leave the Stretto 2000. Is it possible the media
gateway answer to the CA that created a connection, but doesn't make
the call?? Or is this a parameter at media gateway that I must set
(something like change "loopback" mode to "normal" mode?)??
Does anyone has already faced some situation like this?? I don't know
what could be happening...
The create connection I send is:
 
 
CRCX  TS/trunk#0/[EMAIL PROTECTED] MGCP 1.0
C: 987654321
L: p:20
M: sendonly
 
a=dialed:111222
a=called:333444
a=dialing:123456
 
 
 
The last 3 lines I set with "the called number, the number to which
the call was delivered and the calling number" (RFC 3435). Other SDP
parameters different from "a=", Stretto 2000 doesn't allow me to set.
 
 
Thanks in advance,
Leonardo
___
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] Unable to create channel of type 'Zap' (cause 0)

2004-12-03 Thread Leonardo Tramontina
Hi,

I've created a test at "extensions.conf" like this with 3 steps:


; When dial , get the first available channel and dial do 482343400
exten => ,1,Dial(Zap/g1/482343400,5,rt)

; When dial , get the channel 20 and dial do 482343400
exten => ,2,Dial(Zap/20/482343400)

; Go to Voicemail 1234
exten => ,3,Voicemail(u1234)


I've tried using just the first or the second "exten", but I always
get the following message: "Unable to create channel of type 'Zap'
(cause 0)"

Here is the log console:

-- Executing Dial("SIP/leonardo-8cc3", "Zap/g1/482343400|5|rt") in new stack
Dec  3 17:29:25 NOTICE[4629]: app_dial.c:788 dial_exec: Unable to
create channel of type 'Zap' (cause 0)
== Everyone is busy/congested at this time
-- Executing Dial("SIP/leonardo-8cc3", "Zap/20/482343400") in new stack
Dec  3 17:29:25 NOTICE[4629]: app_dial.c:788 dial_exec: Unable to
create channel of type 'Zap' (cause 0)
== Everyone is busy/congested at this time
-- Executing VoiceMail("SIP/leonardo-8cc3", "u1234") in new stack
-- Playing 'voicemail/default/1234/unavail' (language 'en')

Does anyone have any idea?

Thanks
Leonardo
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] TE110P + Asterisk

2004-12-02 Thread Leonardo Tramontina
Thanks Matteo and Jon!!
The problem was the jump!! I moved it and now it is working!

Leonardo
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] TE110P + Asterisk

2004-12-02 Thread Leonardo Tramontina
Hi,

I've just got a TE110P card and installed at Asterisk.
I configured zapata.conf, according to 
www.digium.com/index.php?menu=configuration, but the following error is 
happening:


...
...
...
 [chan_phone.so] => (Linux Telephony API Support)
  == Parsing '/etc/asterisk/phone.conf': Found
  == Registered channel type 'Phone' (Standard Linux Telephony API Driver)
 [chan_features.so] => (Feature Proxy Channel)
  == Registered channel type 'Feature' (Feature Proxy Channel Driver)
 [chan_zap.so] => (Zapata Telephony w/PRI)
  == Parsing '/etc/asterisk/zapata.conf': Found
-- Registered channel 1, PRI Signalling signalling
-- Registered channel 2, PRI Signalling signalling
-- Registered channel 3, PRI Signalling signalling
-- Registered channel 4, PRI Signalling signalling
-- Registered channel 5, PRI Signalling signalling
-- Registered channel 6, PRI Signalling signalling
-- Registered channel 7, PRI Signalling signalling
-- Registered channel 8, PRI Signalling signalling
-- Registered channel 9, PRI Signalling signalling
-- Registered channel 10, PRI Signalling signalling
-- Registered channel 11, PRI Signalling signalling
-- Registered channel 12, PRI Signalling signalling
-- Registered channel 13, PRI Signalling signalling
-- Registered channel 14, PRI Signalling signalling
-- Registered channel 15, PRI Signalling signalling
-- Registered channel 17, PRI Signalling signalling
-- Registered channel 18, PRI Signalling signalling
-- Registered channel 19, PRI Signalling signalling
-- Registered channel 20, PRI Signalling signalling
-- Registered channel 21, PRI Signalling signalling
-- Registered channel 22, PRI Signalling signalling
-- Registered channel 23, PRI Signalling signalling
Dec  2 11:07:15 ERROR[5209]: chan_zap.c:6447 mkintf: Channel 24 is reserved 
for D-channel.
Dec  2 11:07:15 ERROR[5209]: chan_zap.c:9274 setup_zap: Unable to register 
channel '1-15'
Dec  2 11:07:15 WARNING[5209]: loader.c:396 ast_load_resource: chan_zap.so: 
load_module failed, returning -1
  == Unregistered channel type 'Zap'
-- Unregistered channel 1
-- Unregistered channel 2
-- Unregistered channel 3
-- Unregistered channel 4
-- Unregistered channel 5
-- Unregistered channel 6
-- Unregistered channel 7
-- Unregistered channel 8
-- Unregistered channel 9
-- Unregistered channel 10
-- Unregistered channel 11
-- Unregistered channel 12
-- Unregistered channel 13
-- Unregistered channel 14
-- Unregistered channel 15
-- Unregistered channel 16
-- Unregistered channel 17
-- Unregistered channel 18
-- Unregistered channel 19
-- Unregistered channel 20
-- Unregistered channel 21
-- Unregistered channel 22
Dec  2 11:07:15 WARNING[5209]: loader.c:500 load_modules: Loading module 
chan_zap.so failed!








I've tried many combinations on the channel parameter:
channel = 1-15,17-31
channel => 1-15,17-31
channel = 1-15;17-31
channel => 1-15;17-31
channel = 1-15
channel = 17-31
channel => 1-15
channel => 17-31

but it still is not working...
Could someone help me?


Thanks
Leonardo
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users