Hi
I want to hangup call when called on a particular did on E1, i dont want to receive the call only capture the missed call on the did
example: when customers calls on the did the call should just hangup it should not be received by dialer
Thanks
Hi
I want to hangup call when called on a particular did on E1, i dont want to receive the call only capture the missed call on the did
example: when customers calls on the did the call should just hangup it should not be received by dialer
Thanks
Simple. Call Hangup without having called Answer. Even dropping off the end of the dialplan will do this. (For ISDN, you may need to enable out of band signalling…
Hi David
Thanks for you reply
can you please share one sample dial plan
Thanks
exten => _X.,1,Noop
Hi David,
Given dial plan end calls after receiving in 1 sec for which operator charges for the call
exten => _X.,1,Noop
I wanted a plan where in when called on a particular did on e1 call should hangup immediately
example:
i have a did no on my pri card 4000 when called on 4000 from my mobile the call should directly hangup without answering
I have tried other dial plans but still it receives the calls and hangups in 1 sec for which operator charges for the call
can you please try
Thanks
The NOOP dialplan and, in fact, no dialplan at all, will hangup immediately, without answering the call.
Note that I did suggest you look into this option, as it might be that the service provider assumes an early media indication is a chargeable event:
; PRI Out of band indications.
; Enable this to report Busy and Congestion on a PRI using out-of-band
; notification. Inband indication, as used by Asterisk doesn't seem to work
; with all telcos.
;
; outofband: Signal Busy/Congestion out of band with RELEASE/DISCONNECT
; inband: Signal Busy/Congestion using in-band tones (default)
;
; priindication cannot be changed on a reload.
;
Maybe your service provider is aware of what you are doing and has added some special rules for you, as I almost commented in the first place that this might be considered a fair usage breach. You are getting a service without covering the cost of that service.
Hi David,
Is there any way of doing it
can i detect the DID on which the call is coming and write a plan to hangup directly
How do missed call campaign operate, lot of vendors provide missed call campaigns how they do that in a asterisk machine
Thanks