similar to: AGI Variable problem

Displaying 20 results from an estimated 120 matches similar to: "AGI Variable problem"

2020 Oct 25
2
chan_sip doesn't authenticate on INVITE from a Dial() command
Hi. I'm trying to get Asterisk 13 to authenticate when it sends an INVITE, and for some reason it's simply not doing it. I've even resorted to reading the source code to try and work out what I'm doing wrong... In channels/chan_sip.c I find: * SIP Dial string syntax: * SIP/devicename * or SIP/username at domain (SIP uri) * or
2005 Jul 26
2
sip+oh323 - no voice at sip side
Hello, I have something like this: SIPUSER <-sip-> ASTERISK <-oh323-> AUDIOCODEC <-e1-> PSTN After calling from SIP to PSTN (and from PSTN to SIP too) I can't hear anything only in my SIPUSER. At the PSTN side everything is OK. I have another network with another h323/sip (in the place of asterisk) and there everything is OK. In AUDIOCODES logs I see that everything goes
2011 May 02
7
ATA refuses to answer a call?
I'm kind of at a loss to diagnose problems like this, yet we get them a lot. - The ATA (Thomson 784 in this particular case) is logged into the Asterisk server. 'sip show peer' shows their IP address, port, and useragent. - The ATA is connected directly to the internet (no NAT, but the sip configuration has nat=always) and logs in to our server, which is also directly connected to the
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 Aug 18
1
asterisk with odbc
hello i am trying to use res_odbc for sipuser. my connection is working. i have checked using isql. even cdr_odbc is working but i hav problem in res_odbc. i have created user in sip_buddies table but asterisk is no getting user from this sip_buddies table. /etc/asterisk/extconfig.conf [settings] sipusers=>odbc,asterisk,sip_buddies sippeers=>odbc,asterisk,sip_buddies
2007 Jan 17
1
transfer problem
Hello, I've tried to transfer a IAX call to a number configured on a traditional PBX, but it doesn't work. I have a traditional PBX connected with a zap channel to Asterisk in the following way: IAX/SIP client --> Asterisk (FXO) --> (FXS) traditional PBX ---> OFFICE Phones Asterisk is connected to the PBX with an internal number configured inside it. In other words i keep an
2012 Oct 31
2
Asterisk and OpenLDAP
Hello guys, i would like to implement authentication for my sip extension with an openldap server. Following this guide http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/ExternalServices_id291590.html i see a template named [sip] to map the information of sip peers into ldap. But i'm not interested to create a template, i would only authenticate sip extensions using username
2005 Jan 13
1
problems with astcc
hello *'s, Astcc not workin what is correct format for defining 1-database 2-brands 3-trunks 4-routes i define all these things but not workin may be i define in wrong format.I have FXO card installed.can anyone implement it and also my sip phone generates very loud noise wat is that i tried several settings but not hear any voice just noise. sip.conf [general] context=from-sip port=5060
2007 Dec 28
1
sip.conf & realtime
Hi - I'm looking into realtime and I'm having a bit of a problem with the SIP part. My review of the posts seems to indicate that I should use realtime static for the [general] part of my sip.conf including the registration commands: register=><did>:<secret>@<domain>/<did context> and use realtime realtime (funny name!) for peers and friends: [myprovider]
2008 Oct 29
0
What syntax to send user:pass in SIP Dial string?
Hi All, I'm trying to get the user:pass embedded in a SIP Dial string instead of calling a SIPuser in sip.conf: Regular way, exten => 1234,1,Dial(SIP/${EXTEN}@sipuser|30|) Where the 'sipuser' is a context on sip.conf [sipuser] fromuser=sipuser What I would like to do is embed the username:password in the Dial string, something like this: exten =>
2020 Oct 25
0
chan_sip doesn't authenticate on INVITE from a Dial() command
On Sunday 25 October 2020 at 16:27:00, Antony Stone wrote: > Hi. > > I'm trying to get Asterisk 13 to authenticate when it sends an INVITE, and > for some reason it's simply not doing it. I've made a bit of progress - I can now get it to authenticate, although it's still not dialling on to the correct number. > I've even resorted to reading the source code
2007 Dec 29
1
Realtime & sip.conf
Hi - I'm looking into realtime and I'm having a bit of a problem with the SIP part. My review of the posts seems to indicate that I should use realtime static for the [general] part of my sip.conf including the registration commands: register=><did>:<secret>@<domain>/<did context> and use realtime realtime (funny name!) for peers and friends: [myprovider]
2003 Sep 19
7
AGI problem
Hi. I have the next configuration... I dial from my analog phone in the TDM400P to extension 102, and the second agi works about 1 out of 10 times, the other nine it gives me these error on the asterisk console: -- Starting simple switch on 'Zap/2-1' -- Executing Macro("Zap/2-1", "receivecall") in new stack -- Executing AGI("Zap/2-1",
2007 Apr 03
7
Zaptel 1.4.1 Install Modules CentOS
Hi All, I have a CentOS server that I am trying to configure Asterisk on 1.4 on. Everything seems to go ok, with regards to compiling Zaptel, Libpri, Asterisk (will be using kernel 2.6 timer and ztdummy) Unfortunately I can't insmod / modprobe ztdummy. [root @xyz src]# modprobe ztdummy FATAL: Module ztdummy not found. FATAL: Error running install command for ztdummy
2004 Mar 17
1
scandinavian letters or charset problem?
Hi! This teamware mailclient (teamware.com) that we use at the office has problems adding files as attachments from our Samba 3.0.2a share. The attachment file browser sees the files but fails to add them as attachments (with an error message: "valid.stf - file not found" regardless of the file name in question). I tracked this thing down to scandinavian letters (if your mail
2006 Mar 16
0
Regcontext, only 1 context available?
Hi All, I'm working with regcontext and sip users/peers. In the wiki, the example shows you can put this parameter in the [sipuser] context, like so: [general] lots of general parameters [sipuser] regcontext=siptest regexten=1234 Now this does not create the Noop exten priority 1 in the dial plan when the sip user registers. Now if I put regcontext in the [general] section, the sip user
2007 Jan 15
0
Asterisk Realtime and MD5 authentication
Hi, I've troubles with setting up Asterisk Realtime and MD5 authentication. With clear text passwords everything is working fine. -- Registered SIP 'edwin' at 10.0.0.37 port 5060 expires 600 -- Saved useragent "Cisco-CP7940G/8.0" for peer edwin [2007-01-15 10:18:12] DEBUG[28528]: res_config_mysql.c:651 mysql_reconnect: MySQL RealTime: Everything is fine.
2007 Mar 29
5
SIP RTP Tunnel
Hello, is it possible to rout ALL RTP Data over Asterisk, like SIP1 <---RTP---> Asterisk <---RTP---> SIP2 I know it seems quite useless. But I want to simulate a IAX -> SIP connection and have no Phonecard installed on my computer ;) Thanx, Kalle
2006 Apr 04
2
Asterisk svn starting problem
hi i updated asterisk today via svn no i can'T start asterisk i get core dumps. i have to comment some modules then i can start: noload => format_au.so noload => format_mp3.so noload => format_pcm_alaw.so.so noload => format_pcm_alaw.so compiling was fine just some warnings somebody has any idea? -------------- next part -------------- An HTML attachment was scrubbed...
2005 Apr 29
7
Pattern Matching
We recently had our PRI installed, we currently have 100 toll-free's pointing to it. I have almost everything working great but.. I have setup the first few numbers we want to use coming in from the PRI and they work great, but.. What I want to do is setup an extension with pattern matching to answer for any numbers called that are pointed to our system and PRI but not yet in