Displaying 20 results from an estimated 1000 matches similar to: "DialPlan help with Analog Fax Machine"
2005 Jan 10
0
Problems calling between two local SIP extensions
Hi,
I have two local SIP extensions (both bt100). One is on remote location
behind another nat (16), but everyithing seems to be setup correctly as it
can register and is listed as OK(57ms). However I can only call in one
direction between those two.
Extensions are defined in same context:
exten => 11,1,Macro(oneline,SIP/11)
exten => 16,1,Macro(oneline,SIP/16)
both using same macro
2005 Jan 26
1
Inbound analog Telco line not answered
I have an X100P clone hocked up to an analog line of my PRI. I can use it
to dial out.
but when I call the extension it answers and says "GOODBY"
I have a Livevoip DID which successfuly rings to ext 202
I am using asterisk@home and through the AMP inface the line should ring to
ext 202
Below are Asterisk Messages, Extensions.conf and Extensions_additional.conf
Extensions.conf
2005 Aug 11
0
Re: 24. Privacy Manager (Andi Strain)
Andi -
I have experienced the same issue you mention and gotten no reply as to a
way to fix it. I finally implemented "blacklist" into my Asterisk and added
"Anonymous", "anonymous", "unknown", "Unknown", etc., into my blacklist
file. When those come in with an IP address instead of a phone number but
have no real name, they get the
2009 Jul 20
1
callforward with asterisk-gui.problem with stdexten
Hello, i am trying to enable call forwarding on asterisk 1.6 with
asterisk-gui
If i set my stdexten as follows (with the lines i marked) everything seems
like working.
But if i make any change on asterisk-gui and apply it.. it recreates the
macro-stdexten and deletes my configuration regarding to it.
So where should i add my call-forward configuration???
Where am i making a mistake??
2009 Dec 13
1
Dial with timeout don't end call
Hi!
Trying to figure out what I am doing wrong...
1 std SIP phone (0317998975) registered to an Asterisk (SVN-trunk-r234256)
1 Cell phone 00733025975 attached through H323.
extensions.conf
exten => 975,1,Goto(975-${DEVICE_STATE(SIP/0317998975)},1)
exten => 975-INUSE,1,VoiceMail(0317998975 at inputinterior.se,bs)
exten => 975-INUSE,2,Hangup()
exten =>
2009 Dec 13
0
Avaya 9650 SIP phone and dial timeout
Hi!
Have a weired problem with Avaya 9650 phones:
extensions.conf
exten => 0317998975,hint,SIP/0317998975
exten => 0317998975,1,Goto(0317998975-${DEVICE_STATE(SIP/0317998975)},1)
exten => 0317998975,2,Hangup()
exten => 0317998975-INUSE,1,VoiceMail(0317998975 at inputinterior.se,bs)
exten => 0317998975-INUSE,2,Hangup()
exten => 0317998975-NOANSWER,1,VoiceMail(0317998975 at
2004 Oct 05
0
loggedoff extension - why does * say "isonthephone"
I think you will find the functionality you are looking for is in * already.
Here is an excerpt from the sample extensions.conf file that is included with
the source:
exten => s,1,Dial(${ARG2},20) ; Ring the
interface, 20 seconds maximum
exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status
(NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)
exten
2014 Feb 03
1
Incoming Fax Issue with Asterisk 11.7 and Digium Fax
Hi, im using a Asterisk Server which is not behind NAT.
First i had problems with the fax detection. But this is now solved
after adding a wait(2) at the correct place. But i'm still unable to
receive a fax due to res_rtp_asterisk.c:3548 ast_rtp_read: RTP Read too
short after the Fax session has started.
My sip.conf includes
[general]
allowguest=no
alwaysauthreject=yes
sendrpid=rpid
2008 Mar 09
1
How Do I continue after Dial Command ??
How do I get a context to continue to execute commands after the caller
hangs up after a Dial command? I'm using the "e" option to the Dial
application. I though the "e" option would allow the context to
continue. This doesn't want to work for me.
I'm using asterisk-1.6.beta5
I never get to "3" below. I get a message saying the "2" ended
2005 Sep 16
0
lastest spandsp-0.03pre1 don't compile
Dear all,
Anyone get the lastest spandsp with udptl.c and tpkt.c compile in Fedora 3?
tpkt.c: In function `accept_thread':
tpkt.c:140: error: `TCP_NODELAY' undeclared (first use in this function)
tpkt.c:140: error: (Each undeclared identifier is reported only once
tpkt.c:140: error: for each function it appears in.)
tpkt.c:144: error: invalid application of `sizeof' to
2010 Dec 20
5
DIALSTATUS on CANCEL
Hello,
We have a strange situation (asterisk 1.6.2.14), where we get a result for
DIALSTATUS for BUSY and No-ANSWER, but nothing for CANCEL.
This is the (relevant) test dialplan:
--------------------------------
[incoming-private]
exten => _X., n, Dial(SIP/1001,30)
exten => _X., n, NoOp(${DIALSTATUS})
exten => _X., n, Gosub(incoming-status,s-${DIALSTATUS},1)
[incoming-status]
exten
2010 Jun 22
1
UDPTL T38 via NAT
Dear list,
I've got the following setup :
[FAX-ATA]--[PBX LAN]--[Firewall]--[PBX WAN]-----[upstream SIP]
On the PBX's we run Asterisk 1.4.33 with t38pt_udptl=yes in [general].
The FAX ATA is a Teles VoIPBox with T.38 support (that works). On the
PBX WAN, i see the following in udptl debug :
Sent UDPTL packet to 172.16.0.156:4460 (type 0, seq 184, len 32)
Got UDPTL packet from
2009 Dec 10
1
Asterisk 1.6.1.11 Fax
Hello,
We're trying to receive faxes on the Asterisk server, but for the time
being T.38 negotiation fails.
The SDP that the Asterisk reINVITE sends contains these lines:
----------------------
m=image 4968 udptl t38
a=T38FaxVersion:0
a=T38MaxBitRate:9600
a=T38FaxFillBitRemoval
a=T38FaxTranscodingMMR
a=T38FaxTranscodingJBIG
a=T38FaxRateManagement:transferredTCF
a=T38FaxMaxDatagram:1400
2010 Jan 29
1
callerid not working over sip
Calling from my home using Asterisk 1.6.2.1 to an office extension
(Asterisk 1.6.1.13) the callerid is not honored:
Home:
-- Starting simple switch on 'DAHDI/1-1'
-- Executing [170 at internal:1] Answer("DAHDI/1-1", "") in new stack
-- Executing [170 at internal:2] NoOp("DAHDI/1-1", "Context:
office-extensions") in new stack
2010 Feb 20
1
Fax, T38 and NAT
Gentlemen,
I have 3 faxes attached to an Asterisk. Fax - SPA2102 - Asterisk.
0851711201 and 0851711290 is on our WAN, no NAT.
0197673581 is outside our WAN and needs to be NAT'ed.
Sending a fax from 0851711201 to 0851711290, no problem, switches to T38
and fax goes through.
Sending a from 0197673581 to 0851711201, no problem as long as i dont
enable T38 on 0197673581.
But, if i enable T38
2008 Aug 11
1
Intermittent T.38 pass through
Hi All,
I've been testing reliability with t.38 faxing pass through with * 1.4.21.1,
Linksys ATA's 2102 x 2, Sharp UX-B800SE and Cannon ImageClass D880.
cannon> <2102 #1> <SIP> <*> <SIP> <2102 #2> <sharp
Started out with default settings on all devices, configured Asterisk to
handle T.38 pass through, the configuration I believe is solid. I get
2004 Oct 05
1
loggedoff extension - why does * say "is on the phone"
Hi,
I have following one-line macro extension:
------------------------
[macro-oneline]
;
; Standard extension macro (with call forwarding):
; ${ARG1} - Device(s) to ring
;
#exten => s,1,AGI(misterhouse.agi,"CallerID")
exten => s,1,NoOp
exten => s,2,DBget(temp=CFIM/${MACRO_EXTEN}) ; Get CFIM key, if not
existing, goto 103
exten => s,3,Dial(Local/${temp}@default/n) ;
2017 Jun 16
3
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
On Fri, Jun 16, 2017, at 10:49 AM, Michael Maier wrote:
<snip>
>
> t38modem and asterisk are using
>
> m=image 35622 udptl t38
> ^^^^^
>
> Provider uses
>
> m=image 35622 UDPTL t38
> ^^^^^
>
> Could this be a problem? If I'm sending internal only, it's always
> lowercase.
Looking at the tests we have we
2012 Feb 02
1
T38 faxing - UDPTL creation failed
Hello guys.
When I am trying to send fax through T38 to linksys SPA (properly
configured etc. - I have tried it with other systems), I'm getting error
and fax is not delivered.
I'm getting this errors in asterisk.log:
WARNING[687] udptl.c: No UDPTL ports remaining
ERROR[687] chan_sip.c: UDPTL creation failed
WARNING[687] udptl.c: No UDPTL ports remaining
then, couple lines down:
2003 Dec 30
0
Re: +AFs-Asterisk-Users+AF0- RE: +AFs-Asterisk-Users+AF0- Multi-line, multi-registration phones
Here is an example of a couple of macros that help me where I have a SOHO with a
home phone line and a work phone line. If I pick up line 2 my work line I would
prefer the call I make to go out my office phone line same with if I pick up
line 1 my home phone line I would prefer it go out my home line but want it to
roll if needed. So with this little macro it is possible for that to happen.