similar to: H323 problem

Displaying 20 results from an estimated 3000 matches similar to: "H323 problem"

2005 Jul 11
2
h323 and asterisk
We come into this section of the dialplan: exten => 88670333333,1,Wait(1) exten => 88670333333,n,SayUnixTime exten => 88670333333,n,NoOp(If you know the extension ...) exten => 88670333333,n,Dial(${PHONE_6003}) The caller from the GK hears only ringing, not the time. The extension 6003 rings and I can pick up, but without any voice nor video. athome*CLI> -- Executing
2005 Jul 07
0
h323 how to ?????
I try to get H323 to run, but have so far only partial success: There is a Gatekeeper GK, where asterisk connects to. The Gatekeeper sees Asterisk, and Asterisk sees the gatekeeper. From the Network on the GK, asterisk is reachable via the number 070333333. I have an extension on asterisk 6002, which is reachable. I try to call a number attached to the gatekeeper (070168177) with the
2005 Sep 22
1
SayUnixTime in CVS?
Can anyone tell me what I missed? I'm trying to setup a simple extension (400) that reports the time when it is dialed. I searched the threads and it seems like this should work... Here's what's in my extensions.conf: exten => 400,1,Answer() exten => 400,n,Wait,1 exten => 400,n,SayUnixTime(,EST5EDT,) exten => 400,n,Playback(tt-weasels) [BTW, tt-weasels is hillarious!
2004 Aug 06
0
Urgent help with Sip <------> H323 on FREEBSD
I need some help with getting the following to work SipPhone <------> Asterisk <------> H323 GK (quintum) And H323Phone <------> Asterisk <------> H323 GK (quintum) I have tried to run the Asterisk from the newest ports and could after some digging around in the configs register the SipPone to Asterisk and Asterisk to the H323 GK. But when I try to make a call from
2012 Aug 14
0
SayUnixTime quandry
Hi Gang, Hopefully somebody out there has a "doh" for this one. My dialplan announces the date and time using SayUnixTime. When I run this: exten => 36225,1,Set(ABA=999999999) exten => 36225,n,Background(telbank/${ABA}/${CHANNEL(language)}/thetimeis) exten => 36225,n,sayunixtime(,,Abe 'digits/at' IMP) I get this CLI output -- Executing
2005 Jul 13
0
h323 still no success to dial out via GK
[public_gk] ;exten => _070.,1,Set(CALLERID(number)=070333333${CALLERIDNUM}) exten => _070.,1,Dial(H323/${EXTEN}@59.120.139.119) exten => _070.,n,Hangup *CLI> h323 show peers Name Accountcode ip:port Formats 7000 ast_h323 203.160.252.147:1720 0x4 (ulaw) 88670333333 ast_h323 203.160.252.147:1720 0x4 (ulaw)
2004 Dec 17
0
SayUnixTime
If I use SayUnixTime to an extension, it will tell me the CORRECT time: extension =>698,1,SayUnixTime If I use the same in the wakeup-agi, it tells me the time 14 hours in the future: $agi->exec('SayUnixTime', sprintf("%s||IMp", UnixDate($time, "%s"))); Where is the difference? I am in Time zone Asia/Taipei (GMT+8:00) Any ideas? bye Ronald
2004 Jun 24
0
-- Serious issues with current CVS?
I had a compile problem with the CVS I downloaded on 21 June. I have a Debian box with 2.4.18 kernel (version needed for support of Conexant ADSL). There is a difficulty with Zaptel build regarding HDLC detection. It tries to build it in and then results in unresolved kernel symbols and fails to load. I have had to comment out the entire HDLC defines in zconfig.h to get a driver to install at
2004 Jun 12
1
'background' problem
I have a 'day' and a 'night' mode. In the day mode, I play a 'background' message which is interruptable by the pushing of a DTMF key - ie - all is normal. In night mode - I decided to get smarter... I play two backgrounds with a 'sayunixtime' in between and now DTMF does nothing - the menu times out to my 'lets get the operator then'... If I change the
2005 Mar 20
0
H323 Gatekeeper Registering Question
Hello, I'm trying to register with a gatekeeper using chan_h323, I have a Login, Password and a user (telephone) number, This is my h323.conf [general] port=1720 bindaddr=x.x.x.x (my fixed IP) gatekeeper=x.x.x.x (gk ip) allowgkrouted=yes allow=all [xx] (my login) type=h323 e164=111 (my assigned phone number) secret=1111 (my password) context=incoming I'm getting this error when trying
2006 Feb 08
0
SIP-H323 Help and Multiple Listening Port
Dear All, I have a very strange situation here and wondering if anyone can assist me. I am trying to connect an H323 call from an GnuGK to Asterisk 1.2.1 which routes the call to an SIP Hard Phone. The funny thing that I can collect the connect but the call always drop about 1 second or 2 seconds after it is connect. I am not sure if this will help but I do see some 'Trapped RCF' in
2015 Jun 14
4
German sounds on Asterisk
Hi again I'd like to configured my Asterisk to use german sounds for the "Say"-commands... I installed the sounds-files and I tried them with "Playback(de/demo-echodone)" and it works. Now I tried to add an extension to say the current time: exten => 24,1,Verbose(2,Time asked by ${CALLERID(num)}) Exten => 24,n,Set(CHANNEL(language)=de) Exten =>
2004 Apr 01
2
H323 - SIP Interoperability
Hi there, I would like to communicate H323 IP phones with SIP phones. My H323 phones are registered to a gnugk GK, and the SIP phones are registered to a asterisk SIP proxy. I could not create a dialplan that works. Inside my extensions.conf file I created the following two entrances: exten => 4,1,Dial(SIP/4) exten => 5,1,Dial(SIP/5) This allows SIP phones call each other.
2003 Aug 15
1
Asterisk H323 Trunk
During debugging of H323 trunk side (using Jeremy Macnamara's H323 driver in ~/channels/h323) a couple of things come don't quite work as advertised... 1/ the following line in extensions.conf explicitly sets the outgoing caller ID (required in my case for downstream GK processing..) exten => _1NX.,1,SetCallerID,6400047602100 exten => _1NX.,2,Dial,H323/${EXTEN:1} what
2011 Mar 10
2
Is H323 supported when installing Asterisk from Digium Yum repository?
Hi everyone, Installed asterisk from yum repository but I think H.323 is not supported as I tried commands like this and they don't work: - *h.323 debug*: Enable chan_h323 debug - *h.323 gk cycle*: Manually re-register with the Gatekeper - *h.323 hangup*: Manually try to hang up a call - *h.323 no debug*: Disable chan_h323 debug - *h.323 no trace*: Disable H.323 Stack Tracing
2004 Aug 12
2
Interruptable SayUnixTime
I'd like to announce the time when people call and hit my voice-menu context, but the complaint is that the time announcement isn't interruptable. Is there any way to make SayUnixTime interruptable? -- PhoneBoy
2005 May 25
0
May Twenty Fifth SayUnixTime
I'm trying to get SayUnixTime to parse the date correctly and say 'May Twenty Fifth', however it refuses to do so and keeps using the phrase 'May Twenty Five'. I've read all the syntax, tried using both 'd' and 'e', and in the doc it says: d or enumeric day of monthfirst, second, ..., thirty-first However, it doesn't read my h-#.gsm files...
2006 Jan 25
0
include from database
Hi list users I?m trying to do an incluye statement from the Database In my dialplan I have different contexts that defines common services for example ---------------------------------------------------------------------------- ----------------------- [basic_services] exten => 100,1,VoicemailMain() exten => 600,1,Playback(demo-echotest) exten => 600,2,Echo() exten
2007 Nov 29
1
Adding new recorded phrases to the release
This might be a frequently asked question, but how do new sounds get added to the release? I was trying to do a "popcorn" extension on my phone (that gives the date and time... maybe even getting fancy and adjusting for the caller's timezone based on country code or area code)... but didn't have the word "local" or phrase "local time" in the lexicon. Now if
2010 Jan 11
0
Custom date formats with new mode say.conf?
I have Asterisk 1.6.2 running on CentOS 5.4. I would like to use mode=new in say.conf but when I do, SayUnixTime doesn't play any sounds. i.e., SayUnixTime(,CST,ABd 'digits/at' IMp) says the date / time as expected with mode=old, but changing to mode=new causes that to do nothing at all. Is there something else I need to change to make date formats other than the default work