Re: [asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-23 Thread Vincent
On Mon, 22 Oct 2007 16:09:39 -0700, Ira [EMAIL PROTECTED] wrote: try adding a wait(1) right in the beginning, worked for me. Thanks but I had this before, and it makes no difference. Jared explained above why CID isn't displayed when using 1.4. ___

[asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-22 Thread Vincent
Hello I've been googling for a couple of days now, but still can't figure out what to put in zapata.conf to get it to report CID. Unless I'm mistaken, France uses ETSI FSK for CID method and bell 202 as CID FSK Standard: http://img219.imageshack.us/img219/7207/linksys3102cid1jj7.jpg

Re: [asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-22 Thread Vincent
On Mon, 22 Oct 2007 21:19:27 +0200, Vincent [EMAIL PROTECTED] wrote: Does Zaptel support those on Digium TDM400 clones like those from OpenVox? Pff, finally found what it was: It had nothing to do with zaptel, and everything to do with extensions.conf: exten = s,1,NoOp(Got a call)

Re: [asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-22 Thread Jared Smith
On Mon, 2007-10-22 at 23:18 +0200, Vincent wrote: exten = s,1,NoOp(Got a call) ;nothing displayed exten = s,n,Verbose(${CALLERID}) exten = s,n,Verbose(${CALLERIDNAME}) exten = s,n,Verbose(${CALLERIDNUM}) exten = s,n,NoOp(${CALLERID}) exten = s,n,Verbose(${CALLERID}) ;CID at

Re: [asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-22 Thread Vincent
On Mon, 22 Oct 2007 17:57:44 -0400, Jared Smith [EMAIL PROTECTED] wrote: Beginning with Asterisk 1.4, we moved all of the CallerID functionality from channel variables and applications to a single CALLERID dialplan function. This should have been noted in UPGRADE.txt. I also tried to warn you

Re: [asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-22 Thread Ira
At 02:18 PM 10/22/2007, you wrote: ;nothing displayed exten = s,n,Verbose(${CALLERID}) exten = s,n,Verbose(${CALLERIDNAME}) exten = s,n,Verbose(${CALLERIDNUM}) exten = s,n,NoOp(${CALLERID}) exten = s,n,Verbose(${CALLERID}) ;CID at last! exten = s,n,Verbose(${CALLERID(num)}) I'm running