Miroslav Nachev
2004-Sep-29 00:56 UTC
[Asterisk-Users] No Sound between H.323 Gateway & Asterisk
Hi, The scenario is the following: 1. From our side we use Asterisk with OpenH323 In the Firewall we open the following ports: TCP: 1720, 10000-50000 UDP: 10000-50000 2. From the other side we have H.323 Gateway (Cisco) where is one of the national VoIP Service Provider. When we call some number the signaling protocol is OK, but there is no sound. How can we solve the problem and where is the problem? Best Regards, Miroslav Nachev
igil@itranser.com
2004-Sep-29 02:11 UTC
[Asterisk-Users] Exclude dialed numbers for outbound calls
Hello, I?m trying to setup asterisk for outbound calls. Exactly we want to select a channel depending of the first number dialed. for example, We want when an asterisk user dial 01700XXXXXXX, in her phone, asterisk make a call dialing only 1700XXXXXXX, without the first 0. choosing the IAX2 channel. I`m trying the ignorepat instruction without success. Here is the config I have in extension.conf to do that, but actualy it don`t work like i want. [ext-line] ignorepat => 0 exten => _01700XXXXXXX,1,Dial(IAX2/user:pass@iaxtel.com/${EXTEN}@iaxtel) (The ext-line is include in the correct context) ?anyone could help me? any clue will be appreciated. Thanks Ismael GIl. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040929/3c6087f7/attachment.htm
administrator tootai
2004-Sep-29 02:27 UTC
[Asterisk-Users] Exclude dialed numbers for outbound calls
igil@itranser.com a ?crit :> > Hello, > > I?m trying to setup asterisk for outbound calls. Exactly we want to > select a channel depending of the first number dialed. > for example, > > We want when an asterisk user dial 01700XXXXXXX, in her phone, > asterisk make a call dialing only 1700XXXXXXX, without the first 0. > choosing the IAX2 channel. > > I`m trying the ignorepat instruction without success. > > Here is the config I have in extension.conf to do that, but actualy it > don`t work like i want. > > [ext-line] > ignorepat => 0 > exten => _01700XXXXXXX,1,Dial(IAX2/user:pass@iaxtel.com/${EXTEN}@iaxtel)exten => _01700XXXXXXX,1,Dial(IAX2/user:pass@iaxtel.com/${EXTEN:1}@iaxtel) -- Daniel
Miroslav Nachev
2004-Sep-29 02:43 UTC
[Asterisk-Users] No Sound between H.323 Gateway & Asterisk
We found that there is a bug which probably is the problem between OpenH323 and Cisco H.323 Gateway (the VoIP Service Provider use Cisco 5400, 5350, IP Gateway based on 2651 and 3725). We try to use the following patch but without success: http://bugs.digium.com/bug_view_page.php?bug_id=0000469 Any HELP? Regards, Miro. Hi, The scenario is the following: 1. From our side we use Asterisk with OpenH323 In the Firewall we open the following ports: TCP: 1720, 10000-50000 UDP: 10000-50000 2. From the other side we have H.323 Gateway (Cisco) where is one of the national VoIP Service Provider. When we call some number the signaling protocol is OK, but there is no sound. How can we solve the problem and where is the problem? Best Regards, Miroslav Nachev _______________________________________________ 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
igil@itranser.com
2004-Sep-29 02:55 UTC
[Asterisk-Users] Exclude dialed numbers for outbound calls
Thank you Daniel. It works fine for me. Ismael. administrator tootai <admin@tootai.net> Enviado por: asterisk-users-bounces@lists.digium.com 29/09/2004 11:27 Por favor, responda a Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Para Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> cc Asunto Re: [Asterisk-Users] Exclude dialed numbers for outbound calls igil@itranser.com a ?crit :> > Hello, > > I?m trying to setup asterisk for outbound calls. Exactly we want to > select a channel depending of the first number dialed. > for example, > > We want when an asterisk user dial 01700XXXXXXX, in her phone, > asterisk make a call dialing only 1700XXXXXXX, without the first 0. > choosing the IAX2 channel. > > I`m trying the ignorepat instruction without success. > > Here is the config I have in extension.conf to do that, but actualy it > don`t work like i want. > > [ext-line] > ignorepat => 0 > exten => _01700XXXXXXX,1,Dial(IAX2/user:pass@iaxtel.com/${EXTEN}@iaxtel)exten => _01700XXXXXXX,1,Dial(IAX2/user:pass@iaxtel.com/${EXTEN:1}@iaxtel) -- Daniel _______________________________________________ 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040929/76bd14d2/attachment.htm