[asterisk-users] shared_lastcall for 1.4.42

2011-11-13 Thread Jason Marble
Does anyone have a patch for 1.4.42 to enable shared_lastcall? I've seen patches for 1.4.19 and 1.4.24.1 (http://goo.gl/WL6Fx). Thanks, Jason -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to

[asterisk-users] Logging Specific Verbose Level To Seperate File

2011-11-13 Thread Tristram Cheer
Hi All, Hopefully this is considered on-topic for this list. I'm using DumpChan(1001) in a Macro called debug in order to debug issues within the dialplan, I would like to dump this output to a file specifically for DumpChan output but I'm having issues with figuring out how to do this under

Re: [asterisk-users] 10.0.0-rc1: dahdi doesn't see card

2011-11-13 Thread James zhu
hi:make sure chan_dahdi.conf with the data and stop now, restart asterisk. Best regards, James.zhu Doing asterisk/PRI/ss7/dahdi, linux, asterisk cards, gateway(fxs/fxo/pri-SIP). website: www.voipviews.com From: ewiel...@nyigc.com To: asterisk-users@lists.digium.com Date: Fri, 11 Nov 2011

[asterisk-users] Call to Asterisk registered sofphone from an independent unregistered Endpoint

2011-11-13 Thread Amar Akshat
Hi, I have an Endpoint written in C, which simply sends out SIP invite to another endpoint and also sets up media session after the call is initiated. Now I am using this endpoint to call to the Asterisk PBX. And the call is successfull. Now, I have a softphone registered with asterisk with

Re: [asterisk-users] Call to Asterisk registered sofphone from an independent unregistered Endpoint

2011-11-13 Thread Sammy Govind
Hi, The end-point which isn't registered in asterisk will hit the default context in asterisk. This is the one which you've defined in sip.conf general section i.e [general] ... context=my-context Also, if your calls are successful from any unregistered endpoint then I think you've enable

Re: [asterisk-users] Logging Specific Verbose Level To Seperate File

2011-11-13 Thread Sammy Govind
Hello, Reading about the application DumpChan() shows this: [Synopsis] Dump Info About The Calling Channel. [Description] Displays information on channel and listing of all channel variables. If level is specified, output is only displayed when the verbose level is currently set to that number

Re: [asterisk-users] Logging Specific Verbose Level To Seperate File

2011-11-13 Thread Anton Kvashenkin
Maybe this can help http://www.russellbryant.net/blog/2011/03/04/debugging-the-asterisk-dialplan-with-verbose/ 2011/11/14 Tristram Cheer trist...@tristramcheer.com Hi All, Hopefully this is considered on-topic for this list. I'm using DumpChan(1001) in a Macro called debug in order to debug

Re: [asterisk-users] Call to Asterisk registered sofphone from an independent unregistered Endpoint

2011-11-13 Thread Amar Akshat
Sammy, Thanks much. allowguest in sip.conf, is by default enabled, and I was not aware of this option. So you are correct, this is on. Yes, adding the rule in extensions works for me withslight modification to the context by changing the default behaviour. Thanks for the suggestion. On Mon,

Re: [asterisk-users] Logging Specific Verbose Level To Seperate File

2011-11-13 Thread Tristram Cheer
Hi Sammy, It's a good start, Atleast being split it is handy, Ideally I'd to be able to spit DumpChan output direct to JabberSend or func_ODBC but I fear this will require someone who know's C to alter the module. I think i'm going to have to just use JabberSend for each variable I use and the

[asterisk-users] unavailable state not reported to Cisco SPA50X phone

2011-11-13 Thread Linux
Hello,   (using trixbox with Asterisk 1.6.0.26)   I am looking for information about how Asterisk should notify the unavailable (SIP) state of a SIP device.   I found out that the phone (SPA504G with attendant console) sends a SUBSCRIBE request with an Accept: application/dialog-info+xml.  

Re: [asterisk-users] Logging Specific Verbose Level To Seperate File

2011-11-13 Thread Warren Selby
If you call DumpChan from an AGI you should be able to read the response programmatically and then dump the data into a database. Cleans up your dialplan but requires some scripting or programming knowledge (php, perl, bash or even C) in order to write the AGI. Thanks, --Warren Selby, dCAP