similar to: Function SIP_Header not registered

Displaying 20 results from an estimated 3000 matches similar to: "Function SIP_Header not registered"

2013 Feb 23
1
Google Calendar issue
hello, I'm trying to connect Asterisk to Google Calendar. The connection work fine but Asterisk don't retrieve any programmed event present on the calendar. Asterisk version 1.8.20.1 Any hint? Thank you - Bakko
2010 Oct 17
4
Meetme
Hi , Is it possible to have two meetme room in asterisk 1.6 which each one have a different language? I mean, one room the annoucement is in Portuguese an another in english? Today I can change over the sip.conf and it is valid for all room. regards! Att, Flavio Roberto Miranda MSN:flaviormiranda at hotmail.com Skype: flaviormiranda -------------- next part -------------- An
2007 Dec 01
1
REFER mesage extraction using SIP_HEADER
Hi * users, I would like to extract the information present in the SIP REFER message that comes to asterisk. Would SIP_HEADER() allow me to do that ? I have used SIP_HEADER() for extracting the to and from SIP headers previously. Thanks Regards -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998
2007 Apr 09
3
sip_header=value?
Hi all, is there anyway i can set SIP_HEADER(To) to the value i like? -- Regards Rizwan Hisham Software Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070409/528077f9/attachment.htm
2010 Oct 20
5
Anyway to control the LEDs on the Aastra 55i six top buttons? Maybe through Asterisk?
Hi Everyone, We use the top buttons on Aastra 55i to login and logout from Queues. This is the order: Button 1 = Login to English Queue Button 2 = Login to Spanish Queue Button 3 = Logout of English/Spanish Queues There are indicator LEDs on each of these buttons. Is there anyway we can send a SIP request or some other communication to get the Aastra 6755i phone to keep the LED for login set
2010 Oct 05
3
Asterisk CDR Radius error
Hello, I'm trying to configure Asterisk with Radius cdr support. Asterisk version 1.6.2.13 Server Radius: Freeradius version 1.X Radius client: radiusclient-ng version 0.5.5 With the Asterisk core debug on 1 when a call terminate, on the console appear this error: Unable to create RADIUS record. CDR not recorded! My cdr.conf is: [radius] usegmtime=yes ; log date/time in GMT
2010 Oct 20
3
Using Calls Rejection Reasons
Hello all, We would like to "inform" the caller of the reason for a failed call. For example, when we get a "486 Busy Here", the system accepts it and in the CLI we see "Everyone is busy/congested at this time". Can we use this data to play an announcement to the caller? Thank you in advance for your help. Michael -------------- next part -------------- An HTML
2010 Nov 05
1
res_ais Error
Hi, I'm trying distributed events with Openais but don't work. I made the test with two asterisk box in the same LAN box A: 192.168.142.246 asterisk 1.6.2.13 BoxB: 192.168.142.248 asterisk 1.8.0 openais.conf: # Please read the openais.conf.5 manual page totem { version: 2 secauth: off threads: 0 consensus: 4800 interface { ringnumber: 0 bindnetaddr: 192.168.142.0 mcastaddr:
2012 Apr 02
2
Limit Call ?
Hi it's possible into Asterisk 1.6.x to limit a call at 120 mn ? after 120mn, hangup and the customer call a new time thanks olivier
2006 Oct 23
0
SIP_HEADER function; what names are available?
Minor update - use the following: > if (strcasecmp(data, > "x-Asterisk-Request-URI-pseudo-header")==0) > { > ast_copy_string(buf, p->initreq.rlPart2, len); > -----Original Message----- > From: Steve Langstaff > Sent: 23 October 2006 09:58 > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Subject: RE: [asterisk-users]
2013 Sep 02
2
Asterisk 12 issue
hello, I' trying to use Asterisk 12 Alpha. Compilation and instalation without issues. When I try to start asterisk with: asterisk -cvvvvvvvvvvvvvvv i see this error on the console: 17:09:43.559 sip_endpoint.c !Module "mod-refer" registered asterisk: ../src/pjsip-simple/evsub.c:415: pjsip_evsub_register_pkg: Assertion `mod_evsub.mod.id != -1' failed. Any hints? Thank you
2011 Aug 24
2
Asterisk Integration with Android device
Hi, I created a extension in Asterisk, the extension has been configured in Android softphone 3cx. When I tried to call from Andorid phone to some other IP extension which is registered in Asterisk, I am not able to hear the voice, when I check the asterisk log or wireshark there is only one way RTP traffic, from Android I am connecting to Asterisk via 2G GSM network. Any idea would be
2010 Oct 17
2
Error with Connecting Two Asterisk BOX with IAX
Hello, I'm trying to conect two 1.6.2.13 Asterisk server with IAX. This is my configuration: Asterisk A: iax.conf register => coiax:pass1 at 69.164.207.166 [smiax] type=friend host=dynamic trunk=yes secret=pass2 context=phones deny=0.0.0.0/0.0.0.0 permit=69.164.207.166/255.255.255.255 qualify=yes Console: iax2 registry 69.164.207.166:4569 N coiax 69.164.197.105:4569
2006 May 05
5
Code parsing error?
This code executes just fine, and leaves the SIP peer's mailbox setting from sip.conf in variable target. exten => 1,1,Set(target=${CHANNEL:4}-) exten => 1,n,Set(target=${SIPPEER(${CUT(target,,1)}:mailbox}) exten => 1,n,VoiceMailMain(${target}) However, every time it runs I get an error in the CLI as follows WARNING[5629]: pbx.c:1366 ast_func_read: Can't
2009 Mar 21
2
1.6.2 beta 1 crash
Hi, I'm starting testing 1.6.2 beta. CentOs 5.2 I found my first crash, first I have [Mar 20 20:30:41] WARNING[11201]: res_config_mysql.c:611 update_mysql: Attempted to update column 'useragent' in table 'sip', but column does not exist! [Mar 20 20:30:41] ERROR[11201]: res_config_mysql.c:581 update_mysql: MySQL RealTime: Updating on column 'lastms', but
2006 Jun 28
0
Getting at SIP error with SIP_HEADER() ?
Hi, when attempting to dial an invalid number with Nikotel this is returned: SIP/2.0 400 Bad Request request uri is neighter my realm or a valid dns and Asterisk prints smth similar on the CLI. However it appears that I cannot get access to "400 Bad Request" from the dialplan because this error is not part of any SIP header, and therefore the function SIP_HEADER won't do the
2007 Feb 04
1
Help - Received response: "Forbidden" from '"Unknown"
I have a weird problem.... Asterisk 1.4 E100P connected to a Panasonic TDA phone system Here is what I get SIP Ext -> Panasonic Ext No Problems Panasonic Ext -> SIP Ext No Problems SIP Ext -> VOIP Provider No Problems Panasonic Ext -> VOIP Provider Errors ---------- Working SIP -> VOIP -- Executing [903........@from-sip:1] Dial("SIP/610-097aee60",
2009 May 17
1
Capture "Server" header in SIP reply.
Hi, I am trying to capture "Server" header in a 200 OK reply message. My idea was to use Dail(SIP/user at domain,30,M(GetOtherPartyInfo)), and inside of GetOtherPartyInfo macro use SIP_HEADER function. For example: [default] exten => _X.,1,Dial(SIP/user at domain,30,M(GetOtherPartyInfo)) exten => _X.,n,Hangup() [macro-GetOtherPartyInfo] exten => s,1,NoOp(SIP Server:
2006 Nov 30
1
2nd attempt - Return code - How to?
Can anyone give me some insight on this? If I am not making myself clear please let me know. At voip-info.org they show the following example.... exten => s,1,Set(foo=${STAT(s,/var/t3)}) which I guess is suppose to work and make foo = size of t3 I did the following.... exten => 542,1,Set(s1=${STAT(e,"/var/lib/asterisk/t1")}) which should set s1 = 1 if the file exists and 0
2011 Dec 01
3
AGI script that uses google's text to speech engine
Hello, I have written an AGI script for asterisk that uses google translate for text to speech synthesis. It supports a variety of different languages, local caching for the voice data and wideband audio. The voice in most languages is female and the quality of the synthesized speech is very high. More info about the script can be found here: http://zaf.github.com/asterisk-googletts/ the first