i have a sip extension created 2001, w/ no password
im using asterisk@home2.2
i have manager_custom.conf configured.
my log file shows asttapi logged in.
unabled to request channel sip/2001
it also appears to not know my outgoing trunk name. outlook configured though with SIP/TELASIP-GW
ive tried all kinds of variations
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ive reconfigured asttapi as it refers to *@home and heres output, for some reason it cant grab onto ext2001
Dec 15 16:41:22 VERBOSE[11372] logger.c: == Manager 'asttapi' logged on from x.x.x.x
Dec 15 16:41:22 DEBUG[11372] manager.c: Manager received command 'Login'
Dec 15 16:41:22 DEBUG[11372] manager.c: Manager received command 'Login'
Dec 15 16:41:22 DEBUG[11372] manager.c: Manager received command 'Originate'
Dec 15 16:41:22 NOTICE[11372] channel.c: Unable to request channel sip/2001
Dec 15 16:41:22 DEBUG[11372] cdr_addon_mysql.c: cdr_mysql: inserting a CDR record.
Dec 15 16:41:22 DEBUG[11372] cdr_addon_mysql.c: cdr_mysql: SQL command as follows: INSERT INTO cdr (calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid) VALUES ('2005-12-15 16:41:22','','','s','default', '**Unkown**','','','',0,0,'FAILED',3,'','1134682882.449')
Dec 15 16:41:26 DEBUG[11084] manager.c: Manager received command 'Command'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The most likley problem is that the sip device is not registered properly - this is the ussual reason for this type of problem. from the asterisk console run 'sip show peers' and post the output, also confirm that this sip device is receiving incoming calls.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i can get outlook to dial.
i have a sip extension created 2001, w/ no password
im using asterisk@home2.2
i have manager_custom.conf configured.
my log file shows asttapi logged in.
unabled to request channel sip/2001
it also appears to not know my outgoing trunk name. outlook configured though with SIP/TELASIP-GW
ive tried all kinds of variations
ive reconfigured asttapi as it refers to *@home and heres output, for some reason it cant grab onto ext2001
Dec 15 16:41:22 VERBOSE[11372] logger.c: == Manager 'asttapi' logged on from x.x.x.x
Dec 15 16:41:22 DEBUG[11372] manager.c: Manager received command 'Login'
Dec 15 16:41:22 DEBUG[11372] manager.c: Manager received command 'Login'
Dec 15 16:41:22 DEBUG[11372] manager.c: Manager received command 'Originate'
Dec 15 16:41:22 NOTICE[11372] channel.c: Unable to request channel sip/2001
Dec 15 16:41:22 DEBUG[11372] cdr_addon_mysql.c: cdr_mysql: inserting a CDR record.
Dec 15 16:41:22 DEBUG[11372] cdr_addon_mysql.c: cdr_mysql: SQL command as follows: INSERT INTO cdr (calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid) VALUES ('2005-12-15 16:41:22','','','s','default', '**Unkown**','','','',0,0,'FAILED',3,'','1134682882.449')
Dec 15 16:41:26 DEBUG[11084] manager.c: Manager received command 'Command'
The most likley problem is that the sip device is not registered properly - this is the ussual reason for this type of problem. from the asterisk console run 'sip show peers' and post the output, also confirm that this sip device is receiving incoming calls.