Displaying 4 results from an estimated 4 matches for "7xxxx".
Did you mean:
xxxx
2009 Oct 18
1
Call from 'sip-id' to extension 'sip-id' rejected because extension not found ?
...1800 secs
Sess-Min-SE : 90 secs
Ign SDP ver : No
Codec Order : (ulaw:20)
Auto-Framing: No
[sipgate-in]
exten => s,1,NoOp(Context: sipgate-in)
exten => s,n,NoOp(CALLERID(all))
exten => s,n,NoOp(${SIP_HEADER(To)})
But:
chan_sip.c:18667 handle_request_invite: Call from '7xxxxxxxx' to
extension '7xxxx' rejected because extension not found.
7xxxxxx is the SIP-ID.
I've tried using _7! in sipgate-in, but no change.
Thanks for any help.
sean
2006 Jan 26
1
Asterisk Setup Question -- Please Help
...not support SIP
Trunking. But it does have a VG248. I would like to place 4 lines through
the Cisco Call Manager.
I want to set up a dial plan where 7 would grab the fx0 line for internal
and the users would be able to place internal calls through the Cisco Call
Manager. I envision people dialing 7xxxx (4 digit extension.) This would
call internally.
I then envision setting up a calling plan where 7 would grab the trunk and 8
would grab an outside line from the Cisco Call Manager and then dial the 10
digit telephone number.
78xxxxxxxxxx. This would allow them to place external calls through t...
2004 Apr 23
1
Call Queues, Call groups
Is anyone successfully using call queues and call groups? If so do you have
an example configuration?
The wicki and mailing list information I found is pretty old.
Thanks!
Paul
pmahler@signate.com
2006 Mar 16
4
New one on me: How to UN-transfer
...X,2,Dial(${CALLED},40,TrM,macro-hookback)
exten => _5XXXX,3,DBGet(TRANSFERSTATUS=transferstatus/${EXTEN:2:4})
exten => _5XXXX,4,gotoIf($["${TRANSFERSTATUS}" = "ATTEMPT_RECALL" ]?5:6)
exten => _5XXXX,5,Dial(12345)
exten => _5XXXX,6,NoOp(Dial back ending)
exten => *7XXXX,1,DBPut(transferstatus/${EXTEN:2:4}=ATTEMPT_RECALL)
exten => h,1,DBDel(transferstatus/${CALLED})
[macro-hookback]
exten => s,1,DBGet(TRANSFERSTATUS=transferstatus/${CALLED})
exten => s,2,GotoIf($["${TRANSFERSTATUS}" = "ATTEMPT_RECALL" ]?3:4)
exten => s,3,Dial(1234)...