[Asterisk-Users] Zap/g0/ to a Telstra Mobile

asterisk at tragicflirt.com asterisk at tragicflirt.com
Wed Feb 16 21:51:41 MST 2005


I've installed a TDM400. Having a go with AMP.

I would like incoming calls to be put throuhg to an extension (at my desk)
and a mobile (cell phone) at the same time. Whichever picks up, gets the
call..

This should be possible with AMP (call groups, 200|201|0*0408xxxxxx), but it
didn't work, so I have created a custom-incoming in extensions-custom.conf

What is happening is, The extension rings for about 5 secs (as long as it
takes the TDM400 to dial the mobile number), then just the telstra mobile
rings.. 
 

>From asterisk -vvvvvvvvvvvr

    -- Goto (custom-incoming,s,1)
    -- Executing Dial("SIP/202-b424", "Zap/g0/0408xxxxxx&Sip/200|30|t") in
new stack
    -- Called g0/0408xxxxxx
    -- Called 200
    -- SIP/200-fece is ringing
    -- SIP/200-fece is ringing
    -- SIP/200-fece is ringing
    -- SIP/200-fece is ringing
    -- Zap/2-1 answered SIP/202-b424

At this stage the mobile is still ringing and has not been answered.


Below are zapata.conf & extensions-custom.conf

Any thoughts anyone?

Cheers
Shane





---zapata.conf---
 
language=en
 
context=from-pstn
signalling=fxs_ks
;stripmsd=1
immediate=no
overlapdial=yes
faxdetect=no
usecallerid=no
echocancel=yes
callprogress=yes
busydetect=yes
busycount=6
echocancelwhenbridged=no
echotraining=800
rxgain=5.5
group=0
channel=2
channel=3
group=1
usecallerid=yes
channel=4
 
 
---extensions-custom.conf---
  
[custom-incoming]
exten => s,1,Dial(Zap/g0/0408xxxxxx&Sip/200,30,t)
exten => s,104,Voicemail(u200)
exten => s,105,Hangup()





More information about the asterisk-users mailing list