search for: dialsip

Displaying 6 results from an estimated 6 matches for "dialsip".

2012 May 29
1
unable to create channel of type 'SIP'
...1}) exten => s,2,Goto(s-${DIALSTATUS},1) exten => s-CANCEL,1,Hangup exten => s-NOANSWER,1,Hangup exten => s-BUSY,1,Busy(30) exten => s-CONGESTION,1,Congestion(30) exten => s-CHANUNAVAIL,1,playback(ss-noservice) exten => s-CANCEL,1,Hangup [sip-external] exten => 2012,1,Macro(dialSIP,IMSI262428511722625) exten => 2013,1,Macro(dialSIP,IMSI262422146099205)
2010 Dec 22
1
How to list used extensions + assign extension to a roaming phone
...mmand lines but haven't found how to do this: - can I list the phones (callerid or IMSIs?) currently registered ? If I do "dialplan show" that lists the configuration I loaded, e.g [ Context 'sip-local' created by 'pbx_config' ] '2102' => 1. Macro(dialSIP|IMSI1) [pbx_config] '2103' => 1. Macro(dialSIP|IMSI2) [pbx_config] '2104' => 1. Macro(dialSIP|IMSI3) [pbx_config] but it does not tell me who is actually registered or using the network, maybe only 2102. - is it possible to assign a...
2011 Feb 24
1
Registration failed though configured.
...risk say: [Feb 24 13:48:09] NOTICE[20626]: chan_sip.c:15642 handle_request_register: Registration from 'IMSI208300618462231 <sip:IMSI20830061xxxx at 127.0.0.1>' failed for '127.0.0.1' - No matching peer found Thanks in /etc/asterisk/extensions.conf: exten => 2102,1,Macro(dialSIP,IMSI2081xxxx) ; this one registers ok exten => 2111,1,Macro(dialSIP,IMSI20830061xxxx) ; fails In sip.conf: [IMSI2081xxxx] ; callerid=2102 canreinvite=no type=friend context=sip-external allow=gsm host=dynamic [IMSI20830061xxxx] callerid=2111 canreinvite=no type=friend context=sip-external allo...
2011 Jan 10
0
No subject
...39;127.0.0.1' - No matching peer found > sip show user IMSI208300618462231 User IMSI208300618462231 not found. My configuration in extensions.conf: [IMSI208300618462231] callerid=2111 canreinvite=no type=friend context=sip-external allow=gsm host=dynamic sip.conf: exten => 2111,1,Macro(dialSIP,IMSI208300618462231) where dialSIP is a macro: [macro-dialSIP] exten => s,1,Dial(SIP/${ARG1}) exten => s,2,Goto(s-${DIALSTATUS},1) exten => s-CANCEL,1,Hangup exten => s-NOANSWER,1,Hangup exten => s-BUSY,1,Busy(3000) exten => s-CONGESTION,1,Congestion(3000) exten => s-CHANUNAVA...
2005 Feb 06
4
Autodetecting faxes
...Spandsp is 0.2pre9 Incoming lines are E1 line 30 channels PRI. Many thanks. Julian. =============== exten => 442781,1,Goto(fax,1,1) ; dialling this number works exten => 442781,2,Hangup() exten => _4427XX,1,Answer() ; dialling any number in here does not exten => _4427XX,2,Macro(dialsip,${EXTEN:3}) exten => _4427XX,3,Hangup() exten => fax,1,Goto(fax,1,1) [macro-faxreceive] exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif) exten => s,2,DBGet(EMAILADDR=extensionemail/${MACRO_EXTEN}) exten => s,3,rxfax(${FAXFILE}) exten => s,103,SetVar(EMAILADDR...
2006 Feb 10
0
Sip + Cisco 7940/7960 + Panel + DND + queues
...P. I'm using also op_panel 0.25 (snapshot). I'm using * queues. I want to properly implement DND via *78 and *79. I'm using op_panel's documentation RECIPE 1 solution with astdb and dnd variables and this is fine for FOP. The DND works in normal cases, since I catch it with my Macro dialsip, HOWEVER The Queue handling does not look at my astdb DND settings... so the Phones that are member of a queue keep ringing, even after pressing *78 and being in DND state. Any solution ? The only way 'around' that I see is to Dynamically Add and Remove the members from the queue when p...