Displaying 3 results from an estimated 3 matches for "dialoutsip".
2004 Dec 22
2
Can't Receive/Send Calls
...ic=yes
writeprotect=no
[globals]
MAINPHONE=SIP/101
FWDUSERID1=533990
FWD1USERNAME=Norman Zhang
FWDPREFIX=*
HOMENUMBER=XXXXXXXXXX
; Macros
[macro-fastbusy]
exten => s,1,Answer
exten => s,2,Wait,1
exten => s,3,Playback(ss-noservice)
exten => s,4,Wait(30)
exten => s,5,Hangup
[macro-dialoutsip]
exten => s,1,SetCallerID(${FWDUSERID1})
exten => s,2,SetCIDName(${FWD1USERNAME})
exten => s,3,Dial(SIP/${FWDPREFIX}${ARG1}@fwd,70)
exten => s,4,Macro(fastbusy)
exten => s,5,Hangup
exten => s,104,Macro(fastbusy)
exten => s,105,Wait,3
exten => s,106,Playtones(congestion)
exte...
2010 Dec 08
5
How to quickly move on to Dahdi channels when SIP provider fails?
Hi Everyone,
There are situations when internet connection is lost, SIP provider fails,
or even authentication to SIP provider fails, and we want to use the backup
Dahdi channels (PSTN). As simple as it may sound but with the
many different situations and error messages it seems like it's not so easy
to predict all the errors. Is there any single parameter value that can be
changed to send
2004 Dec 23
1
Qestion about TDM over enthernet
...IP/101
> FWDUSERID=533990
> FWDUSERNAME=Norman Zhang
> FWDPREFIX=*
>
> ; Macros
>
> [macro-fastbusy]
> exten => s,1,Answer
> exten => s,2,Wait,1
> exten => s,3,Playback(ss-noservice)
> exten => s,4,Wait(30)
> exten => s,5,Hangup
>
> [macro-dialoutsip]
> exten => s,1,SetCallerID(${FWDUSERID})
> exten => s,2,SetCIDName(${FWDUSERNAME})
> exten => s,3,Dial(SIP/${FWDPREFIX}${ARG1}@fwd,70)
> exten => s,4,Macro(fastbusy)
> exten => s,5,Hangup
> exten => s,104,Macro(fastbusy)
> exten => s,105,Wait,3
> exten...